Hi All,
I have recently obtained a RGB Lighting strip that is controlled through a IR remote.
There are the following components in the set:
1. RGB LED strip
2. Mains to 12V DC Adapter
3. IR Receiver (this is located between the 12V output and LED strip.
4. IR Remote( has 24 buttons, with different functionalities, Powered by 3V Lithium Battery
I am trying to have the individual buttons on the remote controlled through an Arduino, which will decide on output based on sensor input. As there are 24 buttons on the remote and less outputs on the Arduino, I also have a dozen decoders to help me out.
This is how I envision this system to work. Get sensor input, if ambient lighting is low, send a momentary 1 to some bits.
The decoders do some magic and a 1 is selected on one of the 24 output lines. This line is connected to the power button on the IR remote, this is "pressed" through the decoders sending a 1. Then the remote does what is always does and sends the signal to the IR Reciever and wow it worked (NOT!)
Upon looking inside the remote, I've run into some issues:
1. The "buttons" are some miniature circuits that look like strain gauges. (If someone knows the name of these, please let me know). I believe a metallic dot on the underside of the buttons, when pressed, shorts this button and it is pressed. I've used a wire to short the terminals of the power button and this seems to be tripping the button.
I had not planned for this. Shorting something on purpose, through an Arduino is a challenge in itself. Let alone two terminals that are on an external circuit that is powered by its own battery. I also only have 1 line that comes out of the decoders for each button, so the other end will have to be set to a particular value.
2. I have absolutely no idea what the circuit is doing, even the central computing circuit is packed inside a black dot. Some buttons do not have their own two terminals and this is worrying.
If someone could shed some light on this type of circuit, maybe link to a tutorial, I'd be very grateful.
And if anyone know how to short this type of button through an Arduino, that would be a lifesaver.
Thanks.
Edit: Link to photos of circuit:
http://i1380.photobucket.com/albums...1231821256839412_1356403585_o_zpsetle4c1a.jpg
http://i1380.photobucket.com/albums...1231821783506026_1380597131_o_zpseorif27k.jpg
I have recently obtained a RGB Lighting strip that is controlled through a IR remote.
There are the following components in the set:
1. RGB LED strip
2. Mains to 12V DC Adapter
3. IR Receiver (this is located between the 12V output and LED strip.
4. IR Remote( has 24 buttons, with different functionalities, Powered by 3V Lithium Battery
I am trying to have the individual buttons on the remote controlled through an Arduino, which will decide on output based on sensor input. As there are 24 buttons on the remote and less outputs on the Arduino, I also have a dozen decoders to help me out.
This is how I envision this system to work. Get sensor input, if ambient lighting is low, send a momentary 1 to some bits.
The decoders do some magic and a 1 is selected on one of the 24 output lines. This line is connected to the power button on the IR remote, this is "pressed" through the decoders sending a 1. Then the remote does what is always does and sends the signal to the IR Reciever and wow it worked (NOT!)
Upon looking inside the remote, I've run into some issues:
1. The "buttons" are some miniature circuits that look like strain gauges. (If someone knows the name of these, please let me know). I believe a metallic dot on the underside of the buttons, when pressed, shorts this button and it is pressed. I've used a wire to short the terminals of the power button and this seems to be tripping the button.
I had not planned for this. Shorting something on purpose, through an Arduino is a challenge in itself. Let alone two terminals that are on an external circuit that is powered by its own battery. I also only have 1 line that comes out of the decoders for each button, so the other end will have to be set to a particular value.
2. I have absolutely no idea what the circuit is doing, even the central computing circuit is packed inside a black dot. Some buttons do not have their own two terminals and this is worrying.
If someone could shed some light on this type of circuit, maybe link to a tutorial, I'd be very grateful.
And if anyone know how to short this type of button through an Arduino, that would be a lifesaver.
Thanks.
Edit: Link to photos of circuit:
http://i1380.photobucket.com/albums...1231821256839412_1356403585_o_zpsetle4c1a.jpg
http://i1380.photobucket.com/albums...1231821783506026_1380597131_o_zpseorif27k.jpg
Last edited: