making a remote
willthiswork89
Posts: 359
i have an infrared and want to make a remote control out of my extra stamp i have but i dont know where to start.. ive made the· robot control its self from the universal remote i have but no luck on making my own remote i dont even know where to being to tell you the truth... what would i need? any timers? anything extra?
Comments
The IR-Buddy does this, but it has a co-processor that only knows the Phillips RC-5 prototocol. You can add a 555 based timer circuit to give you a 38 Khz signal, which you can then 'modulate' with the PULSOUT command from the BS2, and that can work pretty well.
You'll need to find the protocol being used for the device you want to control. If YOU control both ends (in other words, a BOE-Bot sending to another BOE-Bot) you can use full milli-second bit times, and use the BS2 FREQOUT command to send the modulated pulses.
Note the 'Sony' protocol tends to be one of the easist to implement.
Look up "Sony IR-Remote" or "Phillips RC-5". Theres a few good links on what the 'remote' signal looks like.
Post Edited (PJ Allen) : 7/20/2006 3:18:07 AM GMT