So I have this mini universal remote which obviously uses IR signals to cycle through well known TV models and mutes them. Sort of like the TV B-gone but better because it can also change channels and volume and so on.
I heard you can "record" the IR signal from a remote with an IR receiver connected to the arduino and then play it back so to speak with an IR transmitter. Anyone have any ideas on where I can start?
system
March 6, 2011, 3:57am
2
I'm kinda partial to our own implementation on the Gadget Shield :
http://ruggedcircuits.com/AD040/UniversalRemote.pde
It learns remote control sequences and stores them in EEPROM. You can then detect the sequences again, or play them back over the IR transmitter.
--
The Arduino Drum Machine : MIDI development system with 14-track MIDI drum machine sequencer / groove-box software
system
March 6, 2011, 5:15am
3
... not to take away business from RC but,
This will teach you how to get pulse codes from your remote.
Fart Operated Random Channel TV Remote: OK, I know that sounds weird, but bear with me for a moment. My Pops really enjoys two things; 1) channel surfing and 2) farting.
So one day I was over at http://hackaday.com/ and read about a guy...
If you click the orange "Next Step >>" button it will take you to another step that will show you how to clean up the pulse codes.
RuggedCircuits:
I'm kinda partial to our own implementation on the Gadget Shield :
http://ruggedcircuits.com/AD040/UniversalRemote.pde
It learns remote control sequences and stores them in EEPROM. You can then detect the sequences again, or play them back over the IR transmitter.
--
The Arduino Drum Machine : MIDI development system with 14-track MIDI drum machine sequencer / groove-box software
is it possible to do this WITHOUT the gadget shield?
system
March 6, 2011, 5:48am
5
is it possible to do this WITHOUT the gadget shield?
Oh yes, absolutely. The code just assumes a few things:
IR logic detector on pin D2
IR LED emitter circuit on pin D3
--
The Rugged Motor Driver : two H-bridges, more power than an L298, fully protected