Electronic – arduino – Connecting a Lilypad to a WiFi network

arduinolilypad

I would like to connect my Lilypad Arduino to a WiFi 802.11 network that provides internet. What is the best way of achieving this? Can I use a XBee module and somehow interface with my home router? Is there a WiFi option available?

Thanks so much all!

Best Answer

You can buy WiFi modules with a serial interface, but they're a little pricy. Basically you control them via UART, and you send them AT commands similar to how you controlled dial-up modems in the olden days.

WiFi module