Programming Arduino Wirelessly (PAW)

PAW_Arduino_Diagram.jpg

The Arduino system offers an easy and open-source method for programming microcontrollers. Normally this means using a serial cable or USB cable attached directly to the microcontroller project. But what if your project is floating in a weather balloon, glued to the bottom of a swimming pool or baked in a loaf of bread? It would be great to upload code changes wirelessly, and even greater if you could do it from a mile away.

Here’s a quick primer on how to program an Arduino over a wireless connection.

Now, we can put an Arduino on the ceiling, underwater, up a tree, stuffed in a turkey or what have you and still be able to change and improve its behavior. In fact, by adding an XPort or WiPort to the XBee, we can extend the connection over the Internet, and program anything from pretty much anywhere.

Scroll to Top