--- In
ARMexpress@yahoogroups.com, "danlee_58" wrote:
>
> I want to use an Armmite board to communicate with another controller via USB,
then communicate with the world via 802.11 b/g WIFI.
>
> Where can I get an inexpensive WIFI board that will interface to Armmite?
>
I interfaced a SuperPro (which was massive over-kill, I just happened to have
one on hand) via RS-232 with an Ubiquity Bullet2 long-range WiFi (capable of
distances to 50 km, depending on antenna, draws about 4 watts at full power,
less than 2 watts at lowest power.)
The Bullet2's serial port is dedicated to it's embedded Linux TTY device; the
way I implemented it was a little off-handed, I executed shell commands and
crunched their output. A considerably more sophisticated approach seemed fairly
readily at hand, by modifying the Bullet2's firmware (open source, free SDK) to
include a fully functional version of netcat (or nc, as it's called on Bullet2.)
That would open-up UDP possibilities.
Out of the box it's possible to setup a bi-directional stream with an external
host, ferried across RS-232 by netcat, but graceful handling of connectivity
drop-outs seemed highly problematic from where I sat.
Without knowing the nature of your needs, nor the role of the interstitial
controller I couldn't say whether this might be a good fit... but maybe worth a
look.
-MM