Below is a video that goes through all the steps to assembling and running the traffic lights using the Arduino Look the Demonstration video HERE
IntroductionIn this project I am going to demonstrate how to control 3 Led using your smart phone with the help of Bluetooth connectivity.
This project will involve using a little a bit of code and a very simple circuit that’s great for beginners.
The video further down this page will go through all the steps to completing this very cool DIY LED Controlled project.
This project aims to control the blinking of a LED using wireless technology. This will serve as a base to build more amazing projects on home automation and many more automation projects.
Working on BasicsThe LED have been powered by Arduino UNO (Board). It contains a code which uploaded to the board. And once it simulated you can connect with Bluetooth Module (HC-05) with you compatible device
Once code have been uploaded and Connected the Bluetooth and start pressing button through app known as Bluetooth Electronics and start pressing button you will be able to see that the desire led which is code for button pressed will be turned on.
Refer to this video there is full instruction how to create button in app and how to use app.
UsageThere is multiple use of this project:-
- You can come to know how to use Bluetooth with Arduino
- It is a very helpful project who are getting starting in home automation.
- If you are a beginner and want to control Arduino with Smartphone so you can do with the help of this.
- You can change code and components according to you and can code it easily and control it through smartphone easily.
Connection of HC-05
- Hook the GND pin (Negative Pin) of HC-05 to Pin GND of Arduino.
- Connect Red VCC Pin (Positive Pin) of HC-05 to VCC of Arduino.
- Connect TXpin (DataTransferPin) of HC-05 to RX pin of Arduino.
- Connect RXPin ofHC-05 to TXPin of Arduino.
Connection of LED
- Hook the GND Pin(NegativePin) of all led to Pin GND of Arduino.
- Connect VCC Pin (Positive Pin) of Red LED to Pin 3 of Arduino.
- Connect VCC Pin (Positive Pin) of Blue LED to Pin 4 of Arduino.
- Connect VCC Pin (Positive Pin) of Green LED to Pin 5 of Arduino.
- Copy or download the code attached with the project.
- Download the app known as Bluetooth Electronics available on Play Store. CLICK HERE to download.
- Build up Button to control LED using the app. To Watch video how to Build up button CLICK HERE.
- Once complete setup you will able to control (on/off) LED using your Device
Comments