So I'm okay with arduino programmed my lights for my bedroom to work on and off with voice recognition. Real question
So I realized better ways to do this
Infrared sensor relay etc. done it.
I have a Casio infrared remote watch
But what I really want to do is.
Turn on my fans,lights, through a infrared signal that would have the arduino launch Bluetooth signal codes to a Bluetooth receiver turning on a relay turning on the light. How can I get those going? It seems more practical. I don't have to aim my watch at every appliance that I hooked a infrared sensor to. I could have it centralized and have the infrared activate the booth tooth to work the magic. Help me poor fool out
I could have it centralized and have the infrared activate the booth tooth to work the magic.
The booth tooth?
What part of this project are you having problems with? Obviously, the Arduino with the IR receiver will not send IR codes over bluetooth. What it will send is something to the effect "The Up button on the remote was pressed; do whatever you need to to" to the other device.
I'm not sure that I see the advantage of aiming your watch at something, having it receive the IR data, and passing it to another device that you need to carefully aim at the intended IR receiver. Pointing your watch at the fan is probably easier than pointing it at the Arduino-with-IR-receiver and pointing the Arduino-with-IR-transmitter at the fan.