RadioBoard (2005-01-09 19:07:33)

RadioBoard is a small, standalone low-power capable board (under development!) with some uC and some radio transceiver.


Radio onboard ECM

IMNSHO it is a bad idea to put the radio stuff onboard:

therefore...


Standalone universal radio-modem:

Spending time on a standalone radio modem would be more productive, there is a strong demand for short range radio modems that can replace a rs232 cable. Pretty much like what bluetooth can allready do, but could be done maybe just cheaper.

Simple Radio (modem point-2-point link) - not very flexible; but for just datalogging a racecar, it's often enough.


Decision about connection to the embedded system

See CommMatrix for details.

MAX232 can be wiped off anyway - with all those USB -> serial mobile phone cables - often heavily discounted.

I think maybe keeping real 232 is fine after all, because TTL-level RX/TX line can be taken off the board anyway.. It's only difference in price of vems itself, it needs then some USB->serial or serial->serial (both TTL-level FBUS) or similar cable.


Decision about compatibility

Bluetooth devices with it's own pcb CAN be made, but it's really 1000 times harder than with zigbee. And I think costs are many many times (in low series) than zigbees. Power consumption of zigbee is also superior (lower), so it's good for anykind of handheld devices as wireless LCD and keyb.


Religional beliefs

If anything has a chance of beeing the standard for short range wireless communication it's bluetooth. A friend mentioned that Apple is including it in all their products from now on, Sony is slowly phasing it in and SonyEricsson includes it everywhere.

Most race teams can find lots of use for something like this. Something that works like bluetooth ("like bluetooth" means support for many devices at a time? or just a point2point link? it makes a difference! ) but with more range. All ranges up to 10m (100m with expensive class1 devices) is covered by bluetooth without any firmware or hardware changes. -Jörgen

Jorgen still doesn't like the idea of making a batch of v3's without RS232. A small addon board could be acceptable, but an off the shelf rs232-bluetooth adapter would work equally well. Maybe we could make our own at an acceptable cost, there is bluetooth modules that you basically hook up to the UART at booth sides of the bluetooth link and it just works. One of the primary objectives when bluetooth was built was to replace a serial cable without having to change any code. Bluetooth is nice and I really hope that it is here to stay.


Zigbee Applications

Zigbee is great at small battery operated devices.


I have made a while ago proto HW with Nordic and old Atmel AT90S2313 uC. This chip does not have HW SPI so it's done by software and atmel-nordic works fine.

I think now that my goal is to make wireless zigbee link to replace the RS232 so all tuning softwares and terminal connection could be done thru it as now. But my personal goal after all is to make other wireless devices, I like to have central lock and also wireless LCD&keyb, not just replace wire to the laptop just like what bluetooth can do. Then these wireless devices needs to be used like comm commands. It needs vems code extensions, but it makes it really really flexible!

OR zigbee could be also connected I2C or SPI at vems, no need to touch comm commands if it's bad-bad. But then zigbee link cannot be used universal radio modem to replace RS232 connection. Give your opinion!


See also