Helping choose wireless connection for specific project
Sfrobot
Posts: 12
Hello and thx for reading my message. Well about my issue. First of all sorry for following stupid question is my first time in wireless connections.
I am trying to make my boe-bot wireless for a specific project. I want it to be controlled by pc (give and receive informations) as well as running new programs in it. With few words i want my boe bot to do everything i could do with my wire on pc without it. I know i should use Xbee for it but do i need Flashfly too? Havent bought anything yet so a different idea is also welcome.
I would also like to add ping)) on it, so i want my wireless connection to be able to sent/receive informations from it too.
Sorry again for silly questions.
cheers
Sfrobot
I am trying to make my boe-bot wireless for a specific project. I want it to be controlled by pc (give and receive informations) as well as running new programs in it. With few words i want my boe bot to do everything i could do with my wire on pc without it. I know i should use Xbee for it but do i need Flashfly too? Havent bought anything yet so a different idea is also welcome.
I would also like to add ping)) on it, so i want my wireless connection to be able to sent/receive informations from it too.
Sorry again for silly questions.
cheers
Sfrobot
Comments
If by "running new programs in it" you mean that you want to be able to reprogram your boe-bot through a wireless connection, then yes, you'll need the Flashfly stuff as well.
As for the Ping, you'll send the information from the Ping to the boe-bot's processor, which will then in turn send it through the XBee link, so that's not an issue. If you for some reason mean that you'd like to send the Ping's output directly through the XBee, that's not going to work. The Ping communicates through timed series of pulses, and the XBee sends data by its own methods, not simply reproducing pulses on a wire connected to it.
Main difference is that xbee can communicate within a mile when bluetooth within 30m max?
thx for your patient!
Sfrobot
(i am correct about how xbee works right?)
Its been few days i am reading and understading xbee and easy bluetooth programs and i find it a bit the same at this point! But ofc you know something better.
Range doesnt matter for what i am going to do, but following what u said i will go with xbees ;]]
I'm using Xbee a lot, because it is extremely easy. There is a great object available for the propeller, too.
If you have COG constraints you can use the 4 serial ports in 1 COG object in place of the full duplex serial used in the demo. I guess I can post the modifications ("guess" because sometimes I'm chaotic..), but the changes are small.
Anyway a couple of suggestion:
The Xbee modules have an odd 2mm in place of the usual 2.54mm/100mils. So for breaboarding, or with vero/perf boards or any prototype board you need an adapter for each module. The 32403 module is 3$, reusable, so grab them.
Moreover of you go for custom PCBs remember to order the 2mm sockets!!
It is also highly recommended 1 USB adapter (part #32400). It is a good solution for early stage debugging, and to solve issues if you mess with the setup and permanently store the data.
If you connect the bot to the PC and USB adapter is almost mandatory.
The modules offer great fun, are perfect for your task, and if you dig you'll find a lot of nice features offering room for improvements, forks, new projects and even more fun...
As you can guess I'm really happy of my Xbees... :-)
Massimo
can you explain me the main differences between $3 adapter and XBee SIP Adapter ? easier to program i guess?
Propeller is 3.3V so the only bottleneck is the pin spacing. The 3$ adapter takes care of that.
If you have a 5V power supply you need a 3.3 regulator and taqke care of voltade difference when transmitting signals.
The SIP and the 5V/3.3V adapters provide pin spacing adapter, 3.3V regulator and voltage translator for the signals.
One comes fully assembled and the other requires assembly time.
Massimo
I have not experience with basic stamp programming via Xbee, but I guess you need the flashfly.
With the Propeller it is possible..
Massimo