Home Automation Using Arduino Uno
- Code And APP Will be Sent TO Those Who Subscribe My Blog with Email Arduino Home Automation Or Comment Me With Home Automation
Step 1: Tools and Materials
Hardware :-
- Arduino / Arduino Clone
- A 5v TTL -UART Bluetooth module like : JY-MCU BT_BOARD (Cheaper) or Bluesmirf Gold/Silver.
- Five 5V SPDT relays like : 5V relay Prototype board or breadboard.
- Connecting wires.
Software :-
- Arduino IDE
- DIY smart home Android App
Step 3: Step 3: Schematics
- Bluetooth TX pin to Arduino RX pin.
- Bluetooth RX pin to Arduino TX pin
- VCC pin to 5v GND to GND Arduino
- Relay IN1 pin to Arduino D2 (Digital Pin 2)
Step 4: Step 4: Programming the Arduino
- Code And APP Will be Sent TO Those Who Subscribe My Blog with Email Arduino Home Automation
Arduino
If you are new to the Arduino, it is a small board, fully assembled with
a AVR micro controller. It is well suited for hacking and interacting with your environment. Many things that are hard with micro controllers are rather easy with Arduino. Some of the advantages:
no need for a separate programming device (programmer)
comes with an integrated development environment (IDE) runs on any platform, Windows, Mac, Linux. easy connection to your PC with USB hardware is open source (but the name Arduino is not) has a great community More information can be found at the official Arduino website.
Steps :-
- Connect Your Arduino to Computer
- Copy paste the Home_auto.ino file or open with the Arduino IDE
- Upload the code to Arduino
Attachments
Step 5: Step 5: Install the App
- Connect Arduino to 9v battery or computer
- Install the App in your Phone
- run the application
- allow the BT permissions ,
- Type Your BT Module name (Normally HC-05)
- Password = 1234
- pair ok
Attachments
In this Project I only use One Relay and there for we can control only one device , also we can add more relay module and control all of your home .
BE CAREFUL WHEN WORK WITH RELAY ITS 240V AC .
Labels: Electrical
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home