Electronic – arduino – Wifi enabling the Arduino

arduinowifi

I'm having a lot of trouble finding wifi enabled arduino shields. All the places I've seen them are out of stock for some reason.

Would this thing work? How would I hook it up?

http://www.rovingnetworks.com/wifly-gsx.php

Basically I want to build a network enabled (wireless) robot with the arduino. So you can see it's clearly better if I can get a wifi shield.

Edit: To follow up on this post, I did end up getting the Wifly shield from Sparkfun. I was unable to get it working with the Arduino (Duemilanove) I had, and I ordered an Uno on a hunch, and it works on that! Connects to APs and can host an ad-hoc network. Unfortunately no security options exist for ad-hoc. But I'm okay with that.

Best Answer

These modules are the basis of most WiFi shields for Arduino. If you are reasonably comfortable with your soldering ability, you could dead bug a module like this without too much difficulty. Just connect all the powers and grounds properly, and bring TX/RX to your Arduino.

That said, if you dig a little deeper, you'll find the shields in stock at vendors like SparkFun, Futurlec, Adafruit, etc. If one vendor is out of stock, others will have it.

If you're just looking at using WiFi for remote control, another option might be ZigBee. WiFi might be a little overkill for simple remote control, unless you really want the novelty of controlling the thing through the web.