Infered BS2 Controller using a PDA
aname
Posts: 2
Hi,
·I wish to create an IR controller using my palm pilot as the remote to control my BS2, I.E wireless robot. I heard that it is possible, but cannot find any information regarding it. If anyone has any suggestions on how I can go about doing this, or has done it before or knows someone that·can lend my some programs to do this it would be appricated.
Thanks,
Joe
·I wish to create an IR controller using my palm pilot as the remote to control my BS2, I.E wireless robot. I heard that it is possible, but cannot find any information regarding it. If anyone has any suggestions on how I can go about doing this, or has done it before or knows someone that·can lend my some programs to do this it would be appricated.
Thanks,
Joe
Comments
Serial data to the IR port. You will more than likely need to write the code specific to your Stamp application on the Palm itself in
whatever language you choose. Once that is in place, it becomes a simple matter of getting a "Sharp IR receiver module" or equiv.
( I'm not sure what the flavor of choice is now days for an IR receiver.) and simply connect it to your Stamp and "listen" for any
valid "IR chatter". You should probably include a SYNC or ID byte in your data transmission from the Palm as to not confuse
your robot with other IR remotes such as a TV remote or similar.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe - Mask Designer III
National Semiconductor Corporation
(Communication Interface Division)
500 Pinnacle Court, Suite 525
Mail Stop GA1
Norcross,GA 30071
I suspect you are going to get into the realm of IrDA with the Ir communication of a Palm Pilot. Presuming that to be the case, you may find this link invaluable:
http://www.emesystems.com/BS2IrDA.htm
A MAX3100, a Stamp BS-2, a few parts, and help from that link and you should be good to go. Thanks go to Tracy Allen for the excellent application notes.
Regards,
Bruce Bates
- Joe
The RCX has a fairly simple IR interface (2400 bps) based on a 38 KHz IR device.
The only bad news about the link above is it only works with older (Palm OS 3) based devices.