How do I test RF using BOE?
I have a small emitter and receiver I took from a couple of my kids small toys. These are working as i tested them in the devices before starting to scavage them. My question is, how would I know which peices to take from the parts I scavaged and also how would I connect them to the BOE to test them?
I think I figured out which part is the receiver by looking to see that the antenna is connected to it. So that may be figured out, but how would I connect this to the BOE and is there a + or - way of connection? If so how or where could I find out how to tell?
I know this is alot but I am a total newb to this stuff and just looking for some sort of small hints. As I wait i will try to figure it out on my own, I just like to get help when I can to speed up my process. ;o)
Thanks in advance.
I think I figured out which part is the receiver by looking to see that the antenna is connected to it. So that may be figured out, but how would I connect this to the BOE and is there a + or - way of connection? If so how or where could I find out how to tell?
I know this is alot but I am a total newb to this stuff and just looking for some sort of small hints. As I wait i will try to figure it out on my own, I just like to get help when I can to speed up my process. ;o)
Thanks in advance.
Comments
One thing that you could try doing is drawing out a rough schematic by looking up the parts, and seeing what connects to what. A multimeter would help here, as you could do continuity & voltage checks.
As far as the reciever, it should only need power to receive, and you would be looking for an output pin for the signal interface to a servo or motor.
These micro resistors and parts are making it hard for me to manage this project since I am a newb to all this.
I took the small white peice that looks like a coil off the main board on the small device and connected it too the BOE as you will see in the photo.
I connected it and used this code to make it operate. I am getting some readings off of it but when I use the transmitter I get nothing diff.
Now, since I have several of these small devices and only one transmitter, I checked to be sure that using either one did not make a diff. Which it did not. The transmitter I have is for 49MHz. I used the receiver out of the 27MHz device and the 49MHz device with no diff at all on the readings. Maybe someone can point me in the direction of what I need to do. Should I buy something that will work out of the box? I think it is more fun to get this working since it is a challenge so gimme your opinions please.
I also used this code I found in another thread and have it working giving me some readings as well but not when using the transmitter, I think this is just some random frequency it is picking up.
ANy help would be great and i hope the pics come out well, because my camera is good but I am just not sure why the pics came out so bad.
I will wait for it to break or just purchase another another one.
If anyone has any idea of how to make the parts in the pic work or have any idea how to make a receiver for the transmitters I would appreciate the help. I would much rather take the time to build something rather than to use something pre-made. Afterall I am trying to learn this stuff. ;o)
You'll need power for the module, and look for the interface connections to the ZipZap motors. These should have the control signals for the motors.
The ZipZap is still together as I am happy with playing around with it at the moment. Making some changes to it and modding it seems to be a bit of fun as well as my original idea. I intend on using one at a later date once my cat destroys this one as we play with it. ;o)
Thanks for all your help.
Now, if you took those parts, mounted them to a chassis, and added some wheels, you would have an rc vehicle. If you mounted all of this on your Boe-Bot, and replaced the Boe-Bot servos with the rc servos, you would have an rc Boe-Bot. If the signal going to the rc servos is compatible with the Boe-Bot servos, you could disconnect the rc servo, and connect the wires to the Boe-Bot servos, achieving the same result.
If you wanted the Stamp to read the signal that the receiver module sends to the rc servo, you would disconnect the signal wire from the servo, and connect it to a pin (with proper compoonents) on the BS2. You would then use one of the "input" commands to read the value of the signal, which you could then process with the stamp.
So, in a pretend circuit, the servo signal is connected to BS2 pin 1, and there are LEDs connected to pins 10, 11, 12. Depending on the values you read from the transmitter, you could turn the LEDs on/off in various combinations.
The thing you have going for you here is that once you remove the plastic shell of the ZipZap, there are only so many connections. Usually, in a dc circuit, red wires will be voltage, black will be ground, and a different color will be a signal line. With an inexpensive multimeter, you can easily locate the power connections, and trace out circuit connections using continuity tests.
I am a Linux Sys Admin during the day and a freelance web design/programmer in my spare time. This is just a hobby for me and my kids when we have time. I just need to tackle it a bit harder. Thanks again!
If you need an intro on electronics, you could try "Getting Started in Electronics", by Forrest Mims:
www.forrestmims.com
It's heavily illustrated, so your kids will probably pick up the concepts from it as well.