rf +bs2
how do·you connect the rxd-433-kh2 reciever·to a bs2.a schematic would·be great.and also if you know of a site where it shows you how to learn to· program to do what i want.you'll sees what i mean if you go to bs2 forum and click rf abrieviationthen clickthis document.wuold be greatful.
p.s. doesnt this icon look cool.
Post Edited (smartg) : 5/24/2008 10:13:27 PM GMT

Post Edited (smartg) : 5/24/2008 10:13:27 PM GMT
Comments
This IS the site to learn to program·to do what you want.
Consider this code:
start:
INPUT 1
······· hold: IF IN1 =·0 THEN hold·· 'wait for button
GOTO do_something_else
All it says is, that for as long as IN1 is low (a logic 0), loop back to 'hold'. As soon as the state of IN1 changes to a high (a logic 1) go on and 'do_something_else'. How this applies to the·RXD-433-KH2 is that one of the eight outputs will be tied to one of eight inputs on the stamp.·When the RXD-433-KH2 recieves a valid signal, the coresponding pin will change logic state and the attached stamp pin will react to the change in logic state and go do what your program tells it to.
Make sense?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Post Edited (smartg) : 5/25/2008 2:30:29 PM GMT
They come assembled and ready to plug-n-play, which makes them easy to use, but that's also why they're expensive.
Do you already have a transmitter?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
Post Edited (smartg) : 5/25/2008 4:08:16 PM GMT
Parallax doesn't sell anything with·Linx's RXD-433-KH2.
AND, I assumed that the RXM-433-LR-S had an integrated decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
Where did you see the keyfob?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
Read the datasheet on the keyfob evaluation kit carefully. You'll see that it does come with two keyfobs and two receivers and decoders, but one receiver and one decoder is already wired to the evaluation board along with an address dipswitch and a couple of other parts including a battery holder, buzzer, LED, antenna jack with an antenna, and a little prototyping area where you can solder individual wires or a cable or socket pins or some other way to get the signals to the Stamp board.
If you decide to get the evaluation kit, you might choose the transmitter with 8 buttons and a small external antenna. You'll get the possibility of more switch closures and better range.
Steve,
Here's the link: www.linxtechnologies.com/Products/Basic-Evaluation-Kits-Master-Development-Systems/Keyfob-Transmitter-Basic-Evaluation-Kit/.
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=EVAL-418-KEY5-ND
smartg: If you're open to suggestions,·you can do this with a BS1, a TX/RX pair, and a handful of parts for·around $50. Probably even cheaper. Coding for it is very easy. Especially since it's already been done.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
Now think of it running around pinging in autonomous mode, sending data back to you at the computer so you can see what it's thinking/seeing. How cool is that?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm not a complete idiot! Some of my parts are missing.
I still think you are making a mistake by fixing on this keyfob RF remote control. If you had more experience with electronics and electronic construction, maybe you could modify some other kind of RF remote control to work the way you want, something you might find at a garage sale for example. Given what you seem to know, I think your best solution is to use the infrared detector that is already part of the BoeBot and use a TV remote control or buy a universal remote control from RadioShack or BestBuy or another "big box" store. RadioShack has one for $8 for example. The tutorial "IR Remote for the Boe-Bot robot" that you can download from here (www.parallax.com/tabid/535/Default.aspx) explains how IR remote controls work and gives sample programs for decoding the remote control codes.
To answer your other question: You have to do some soldering, like to attach wires to the evaluation board that can be connected to your robot. The main parts are already soldered in place and the receiver and decoder look like they're ready to go.
Post Edited (smartg) : 5/25/2008 10:15:15 PM GMT