Showing posts with label RN-XV. Show all posts
Showing posts with label RN-XV. Show all posts

Monday, June 3, 2013

Step-by-step guide to programming the RN-XV WiFi module for Arduino


The Arduino prototyping standard has been around for about 6 years now, and has proven to be immensely useful for sensing devices. It's the heart of the DustDuino and many other sensor nodes.

But for all the flexibility that the Arduino provides for collecting data about the environment, there still isn't a reasonably-priced, reliable shield to send data via WiFi.

The official Arduino WiFi shield, while well-supported, costs around $85. That's a pretty high price to connect a $4.50 chip to a network. Cheaper options such as the WiFly shield do exist, but some of the libraries supporting these devices are difficult to decipher or unstable, if they exist at all.

I spent a long time myself looking for a cheap, effective WiFi solution for the Arduino platform, and I've been very pleased with the $35 RN-XV module.

Friday, February 8, 2013

Building a Wifi Temperature Node for Journalism


Wireless sensor nodes can help monitor conditions the community, in the next state over, or across the globe. These sensors don't have to be complex or expensive to be useful -- even a simple wireless temperature node can be helpful in tracking heat waves, monitoring the heat-island effect in cities, and serving as a warning system for asthma sufferers.

Previously, I've chosen a prototyping platform and 3D printed useful parts to make a sensor node. This post covers planning, assembling, programming, and testing a wireless temperature sensor node for journalism.