Arduinohome



Arduino home automation. Hey Guys, Welcome back to the Techatronics. In this project, we will make our home automation using Arduino and the Bluetooth app-based. There will be an app that will be connected to the Device which controls our home all appliance by the simple mobile app. Just by enabling Bluetooth or our mobile phone. Arduino - while loop - while loops will loop continuously, and infinitely, until the expression inside the parenthesis, becomes false. Something must change the tested variable,. Arduino Smart Home Step by Step Instructions Step 1 – Designing the Circuit Guys, I have designed a PCB layout where you can easily mount your Arduino Nano 33 IOT and your SSR, set this up without using messy wires and cables hanging around. The board is lightweight and can be powered using a 9V battery or a 9-12 V power adapter. Open-source electronic prototyping platform enabling users to create interactive electronic objects.

  • Arduino Tutorial
  • Arduino Function Libraries
  • Arduino Advanced
  • Arduino Projects
  • Arduino Sensors
  • Motor Control
  • Arduino And Sound
  • Arduino Useful Resources
  • Selected Reading

Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (referred to as a microcontroller) and a ready-made software called Arduino IDE (Integrated Development Environment), which is used to write and upload the computer code to the physical board.

Homemade

Arduino provides a standard form factor that breaks the functions of the micro-controller into a more accessible package.

This tutorial is intended for enthusiastic students or hobbyists. With Arduino, one can get to know the basics of micro-controllers and sensors very quickly and can start building prototype with very little investment.

This tutorial is intended to make you comfortable in getting started with Arduino and its various functions.

Before you start proceeding with this tutorial, we assume that you are already familiar with the basics of C and C++. If you are not well aware of these concepts, then we will suggest you go through our short tutorials on C and C++. A basic understanding of microcontrollers and electronics is also expected.

BrewBench - Is an Arduino home brewing kettle temperature monitor, controller and notification system. It can work as a RIMS system.

  • 36,853 views
  • 63 comments
  • 82 respects

Components and supplies

Arduino Yun
Originally Developed with Yun but also works with Yun2, ESP8266 and ESP32 or any Arduino.
×1
Arduino Yun Rev 2
×1
Espressif ESP8266 ESP-12E
×1
Adafruit Thermistor
Sensor: Works on analog ports, can be used with a Thermowell below.
×1
DS18B20
Sensor: Works on digital ports with a 4.7K ohm resister
×1
PT100
Sensor: Works on analog ports. You will also need an amplifier, MAX31865 RTD or ZJIA DC 24V RTD PT100 Temperature Sensor Transmitter
×1
Resistor 10k ohm
Only needed if using the Thermistor temp sensor
×1
Resistor 4.75k ohm
Only needed if using the DS18B20 temp sensor
×1
SainSmart 2-Channel Relay Module
Only needed if wiring up a heater or pump for a RIMS system
×1
Breadboard (generic)
×1
Jumper wires (generic)
×1
DHT11 Temperature & Humidity Sensor (4 pins)
×1
DHT22 Temperature Sensor
×1

Apps and online services

BrewBench Monitor
Web and Mobile site to monitor temps from your LAN
BrewBench Forum
BrewBench community and forum

About this project

BrewBench is an Arduino brew monitor, controller and alert system for the home brewer enthusiast. It uses the Arduino REST API to interface with thermistors connected to the analog ports. You can also connect a relay to the digital ports and add a heater / pump to create a RIMS system. The software will start/stop the heater/pump based on the target temperature you set.

Setup the Arduino

  • Connect it to your WiFi (see ArduinoYun)
  • Enable the REST API (see ArduinoYun)
  • Download a sketch from http://monitor.brewbench.co

Wire up sensors and relays

Once you have connected the temp sensors to the analog or digital ports, open the web app and enter the Arduino IP address or hostname in settings. Add a sensor and start brewing.

Arduino download windows 10

Code

Arduino Homekit

Github

Arduino Home Security System

Schematics

Team BrewBench

Andrew Van Tassel
  • 1 project
  • 16 followers
Lee Kendrick
  • 1 project
  • 10 followers

Additional contributors

  • Hardware design and fabrication by Lee Kendrick

Published on

January 27, 2016
Write a comment

Members who respect this project

and 74 others

Arduino Ide

See similar projects
you might like

Arduino Home Security System

Arduinohome

Arduino Home Automation

Table of contents

Write a comment