$17 wireless Prop-To-Prop link (Don't do it!)
Rayman
Posts: 14,801
I got this thing because it was the cheapest RF link I could find:
http://www.sparkfun.com/commerce/product_info.php?products_id=7815
Unfortunately, it has 2 problems working with the Prop, that took me more time than I care to say to figure out:
1.· The receiver only works at 5 VDC, despite what their "Walkthrough" might indicate.
2.· The receiver data output is very weak.· I guess I should have known what it mentioned testing at 10uA in the datasheet.
I wound up having to put a 1 Meg resistor between data out and the Prop in on the receiver side...
Anyway, here's the circuits in case anybody else wants to try it:
It's very easy to use:· Just use "FullDuplexSerial.SPIN" on both sides.· And, I set mode bit 3 on the transmitter side.
(I may try again to use 3.3 V on both sides, now that I have it actually working... But, the board even has "+5V" written on the power pins.)
I also put this info here:
http://www.rayslogic.com/propeller/Programming/RaysStuff/RaysStuff.htm
Note:· Sparkfun also has a nifty looking 2.4 GHz link for a few buck more, but is probably a bit more difficult to interface with...
Post Edited (Rayman) : 12/14/2007 2:43:54 PM GMT
http://www.sparkfun.com/commerce/product_info.php?products_id=7815
Unfortunately, it has 2 problems working with the Prop, that took me more time than I care to say to figure out:
1.· The receiver only works at 5 VDC, despite what their "Walkthrough" might indicate.
2.· The receiver data output is very weak.· I guess I should have known what it mentioned testing at 10uA in the datasheet.
I wound up having to put a 1 Meg resistor between data out and the Prop in on the receiver side...
Anyway, here's the circuits in case anybody else wants to try it:
It's very easy to use:· Just use "FullDuplexSerial.SPIN" on both sides.· And, I set mode bit 3 on the transmitter side.
(I may try again to use 3.3 V on both sides, now that I have it actually working... But, the board even has "+5V" written on the power pins.)
I also put this info here:
http://www.rayslogic.com/propeller/Programming/RaysStuff/RaysStuff.htm
Note:· Sparkfun also has a nifty looking 2.4 GHz link for a few buck more, but is probably a bit more difficult to interface with...
Post Edited (Rayman) : 12/14/2007 2:43:54 PM GMT
Comments
The overall range is around 2500 feet, pretty impressive for what it is.
Actually, I'm going to use a digital photo frame as the display.· The prop will construct a series of slideshow photos from data sent from the PC and the digital photo frame will be in slideshow mode and cycle through them...
www.robotshop.ca/home/products/robot-parts/communication-control/data-telemetry/on-shine-high-sensitivity-tx-rx.html
They also sell sparkfun products
Perry
OT: but cool http://www.robotshop.ca/home/products/robot-toys/wild-planet-spy-video-car.html
Post Edited (Fred Hawkins) : 12/11/2007 9:33:23 PM GMT
And the spy car is totally cool. imagine putting Beau's Overlay on that joker to feed back sensor data on that car! Anybody need there yards raked for some spare change?
The receiver was working fine when right beside the transmitter, sharing ground.· Just put the receiver on battery power and a few feet away and...· well, it's not so fine...· Lots of corruption in the data...
It's hard to see exactly what's wrong because the receiver output is so weak that even my scope probe seem to affect it...
I think I'll have to put in a mosfet to the receiver output.· I guess it's expecting 5 V cmos...· Or, maybe a 5 V logic buffer would be easier...
I'm starting to wish I bought something that works better at 3.3V...
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Post Edited (Leon) : 12/12/2007 2:15:48 PM GMT
nice think about this sparkfun thing (if I get it working) is that it is extremely simple...
then use a regular radio as the receiver. For example, encode your data as morse code
and it should be easy to decode. The range should be within your home with so little power
and this method might cost nothing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Perhaps it just the particular version that I have or something, I don't know...
I'm going to look for something else that works at 3.3 v.
I want to delete my first post on this thread. But, I guess that kills the whole thread, right? Maybe it's better that way...
Did you forget the antenna?
That thing *should* work. Your 1Meg-R looks *very* strange. If you look at the Propeller's datasheet, it says that the input-leakage is +/-1µA, a magnitude less than the 10µA output-capability of the receiver. You should completely leave out the resistor, because the receiver's output is sooo weak. If you are anxious, put some 100 ohms in between.
Nick
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never use force, just go for a bigger hammer!
The DIY Digital-Readout for mills, lathes etc.:
YADRO
The walkthrough talks about it working without any antenna at short ranges.
I'm looking at their Bluetooth modules now. Since I want to transmit from a PC, this makes a lot of sense. It costs a lot more ($60 or so for the 100m range unit), but I want something that works (and works at 3.3 V).
The XBee is a 3.3V device.
I like XBee's. Once configured ( a one-off operation in many cases, and that can be done by PC rather than using a propeller ) it's a simple case of send serial out, get serial back. Much greater complexity available than that if you want it.
I built a radio-activated duck decoy once (which is now illegal to use) for a friend of mine, using one of the Micrel "QuikRadio" chips as the receiver. I couldn't figure out — even with a proper whip antenna on the duck — why the range was so short. As soon as I sat the duck on the ground, though, the range increased by an order of magnitude. The "real ground" was acting as a counterpoise, even though it wasn't physically connected. Since the duck was used on water, that worked equally well.
-Phil
I think for Prop-2-Prop communications, the ZigBee, XBee stuff is definitely the way to go.
But, I want to go from computer to Prop, so I think the bluetooth module is better... (At least I hope so, I just ordered one from Sparkfun).
-Phil
Just thought this might be worth pointing out.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out my robot using the propeller RECONAUTOR
I suspect the KL_Walkthrough relates to an entirely different product and is provided for the details of software interfacing rather than as an electrical spec of the product sold.