About the project :-
in this project I combined an Arduino nano with HC-05 BLUTOOTH and RGB led
So you can control the colors of RGB led with the blutooth of your smart phone.
Let's get stated!
Required parts for this project :-
- Arduino nano
- HC-05 blutooth
- RGB led (common cathode type)
- Breadboard and jumper wires
- 2K and 4.7K resistors X 1
- 1k resistors X3
- Patience
HC-05 blutooth :-
HC-05 blutooth is a blutooth module . we can communicate with it with the given Tx and Rx pins. HC-05 uses USART communication to talk to microcontrollers and other devices like FT232Rl USB to UART chip .The HC-05 Works on 3.3V voltage levels but Arduino Works on 5V logic levels so I connected a 2K and 4.7K resistors in series to change the logic level of the Tx pin of Arduino. Before powering the circuit please keep on pressing the push button of HC-05 because it is necessary to pair it with the blutooth of your smart phone pairing code of blutooth module is 1234 and device name is HC-05 but through AT command we can change the settings of blutooth module after pairing blutooth you need to download BT-Terminal application in your smart phone by paly store.
Things to keep in your mind :-
pairing code of HC-05 is 1234 and it works on 3.3V logic,5V kills it. to on red led type red in BT -Terminal and then send it and 'red' led lights up send 'green' and 'blue' like red to on green and blue lights.
NECESSARY:
remove the Tx and Rx before uploading my code other wise the they will interfare to one another and code would not upload on your board after uploading the code successfully connect the RX and Tx pins as before.
SUCCESS!
Enjoy yourself
Author- Ramji Patel Jhansi (INDIA)
Comments