Hi there,
I need to build a small device using a wireless module to send data not continuously (trigger just a character sent when a small accelerometer detect a fast movement)
I need to put the whole stuff in a box.
first question: is there a box that can contain Arduino 2009 + WiFi shield ?
I found this one , but not sure about the size of the whole stuff.
second question: is it realistic to use a WiFi module with a basic battery like AA ?
I guess Xbee consumes less but requires an external antenna, afaik.
Any leads, advice, experiences would be very appreciate
Your found box should be sufficient for your needs although it was originally designed for an Arduino with an Ethernet Shield.
is it realistic to use a WiFi module with a basic battery like AA ?
For a few minutes or for days? The former yes, the latter no.
I guess Xbee consumes less but requires an external antenna, afaik.
Yes, they consume less and no, they exist in versions without external antenna. But you have to install another Xbee on the receiving side and connect it to your PC somehow (probably with another Arduino).
A cheaper and often even less power consuming alternative is Bluetooth. Most notebooks already include a Bluetooth module so the reception side is not a problem and the Arduino side is not more complicated than an XBee (ZigBee to be correct, XBee is a form factor nowadays) solution.
With the XBee Explorer module, I guess I can use directly a ZigBee module and the computer will be able to read/send message through that.
I didn't test Bluetooth over 5m. I know there are 2 power categories in specifications.
Maybe I'm already targeting ZigBee stuff. That seems more okay about distances required.
About Nano, you are just right. I read too fast. http://arduino.cc/en/Main/ArduinoBoardFio can be the good one.
Containing connector for Polymer Lithium Ion like batteries + it contains the XBee socket at the bottom.
Anyway, I guess I'll go with Arduino Board Fio + ZigBee module + Accelerometer + Polymer Lithium Ion like battery on the remote side, and Xbee explorer USB + Zigbee with an antenna on the computer side.
The Polymer Lithium Ion like battery can also be charged using the USB connection on the Arduino Fio...
That seems to match well my needs.
Thanks for your precious advices here. Continuing to be interested by your opinion, of course