xbee range?
tobdec
Posts: 267
What kind of range does the xbee have? Can it be moded to say a mile or so range?
Comments
You can find out many details on the Digi site.
Parallax also has documentation at http://www.parallax.com/go/xbee
The series 1 info is here:
http://www.digi.com/products/wireless-wired-embedded-solutions/zigbee-rf-modules/point-multipoint-rfmodules/xbee-series1-module#models
A lot depends on the antenna used and external factors - buildings, line-of-sight, etc
I have a couple of the long range XBees (XSC). They're probably good for a mile in an open area but a block (unit of measure in a city) of houses is enough to block (disrupt) their signal in my neighborhood.
Digi also make Xtend radios. Those are more powerful than their XSC radios.
Duane
Well I pretty much agree with duane after reading the specs. The xbee zb pro has a los of 2 miles but only 300 ft in urban area. I suppose I could always use a 2.4 ghz repeater for better range but it would be bulky and very expensive. Would a high gain 2.4 ghz antenna help at all bc its only a 60mw signal? My goal is to control a long range rov rover. I rly dont care if its by computer of a descent aircraft r/c system. The only real advantage of the xbee is being able to monitor battery voltage and such. Any suggestions or input? I know I can get long range transceivers but how well will they actualy work? I want at least a mile in urban areas.
I know SparkFun sells modules that should be easier to hack than a normal cell phone.
I'm actually in middle of hacking a cheap prepaid phone now. I can have the Propeller chip send text messages with it but I don't known how to access received messages from it with the Prop (yet). So for now my cell phone/ Prop is a send only device.
Another project I'm working on (panic buttons) uses Nordic nRF24L01+ modules for communication. Even if one module can't communicate directly with one of the other modules, it can still get the message through by hopping from transceiver to transceiver until the message reaches its destination.
I believe lower frequency radio signal travel farther given the same power of transmitter. You might want to look at 900MHz (or lower) systems. The XSC XBees use a 900MHz signal.
Duane
Lots of good stuff here:
http://www.control.com.sg/at_commands_sms.aspx
but the best way to use a cell-phone is to use them as normal modems to send a stream of control data continuously.
(you may want to switch to GPRS or something if yo want to transmit video back to the controller, though)
I can control all the buttons with nine relays. One of the nine is used for the power button and the other eight are used two at a time to simulate button presses of the other keys.
It's a lot of fun to hear all the clicks as it sends a text message. The fastest I could get the button presses, before the message was garbled, was 10 Hz.
My current program requires the message to be stored in a buffer in the DAT section of the program. I'm working on adding keyboard support so the messages can be created on the fly.
Duane