Hello, im planning to get an arduino uno, a 5v relay 2 channel, and a bluetooth module. I want to make a light/fan working on AC to turn On and Off with my android. Can u help me with this project? Am i getting all the required tools i should be getting? Im totally a newbie i ned help with programming aswell.
I think you should properly research what you want to do. If you want to have both on/both off, I think you can do it without an Arduino.
If you want both/one/other/none, i.e. separate control of fan and light, an Arduino may be usefully employed but it might still be better to find another way. Ironically, using two Arduinos may be a better idea than one with a phone.
You might find the following background notes useful for the bluetooth part.
I've somehow gotten to connect the arduino, a b.t module, and a relay. Im going to use an android to turn on and off the relay. Can anyone help me in generating an arduino code for it? Pleasee.
this is the method as per this link:
BT module Vcc - Arduino 5vBT module
GND - Arduino GND
BT module RX - Arduino TX
BT module TX - Arduino RX
Relay module signal pin - Arduino pin 3
f i want to connect a bluetooth module, arduino and a 5v relay is the above method correct? if it is where will the relay get its power? if its wrong kindly provide me the method to link them.
?
Nothing can be wrong because you have not provided any code or hardware schematic.
Cannot say you are helping us help you ...
So in summary, it is definitely module to connect a Bluetooth module over Rx and Tx and an Arduino module (would be really nice to know WHICH ONE you are using) can definitely turn a relay on or off, perhaps through a transistor, depending on the relay...
If someone has posted an Instructable, it is likely that their code and schematic does work.
If you put all of your hardware together and experience any issues with your code , let us know.
NOTE : It looks like you have posted the same similar request FOUR TIMES today.
Please POST A SINGLE REQUEST and people will get back to you.
It is totally useless to post the same request four different times.
wasifshah1999:
I've somehow gotten to connect the arduino, a b.t module, and a relay. Im going to use an android to turn on and off the relay. Can anyone help me in generating an arduino code for it? Pleasee.