Project - Example FEZ Cerbuino Bee With RN-XV_WiFly

Example FEZ Cerbuino Bee With RN-XV_WiFly

This is an example use FEZ Cerbuino Bee With RN-XV_WiFly modue.
Hardware:

  1. FEZ Cerbuino Bee
    http://www.ghielectronics.com/catalog/product/351
  2. RN-XV_WiFly modue.
    https://www.sparkfun.com/products/10822
  3. Temp&Humidity Module
    http://www.ghielectronics.com/catalog/product/344

This example use the RN-XV_WiFly modue to send Temp&Humidity data to my REST Web Service.
Some code reference form http://netmftoolbox.codeplex.com and Pete Brown’s project http://10rem.net/blog/2012/09/10/controlling-a-netmf-gadgeteer-robot-from-a-windows-8-app

You need to download the netmftoolbox first.

Hope this example help someone is interesting with the RN-XV_WiFly modue.

3 Likes

Hi Tsu. Nice contribution!

I would recommend - do not include your network information (name, password, etc.).

Thanks for sharing!

1 Like

Nice work!
Helps me with my current project :slight_smile:
Thanks for sharing!

Thanks, this is my first share. I will do it more.

1 Like

Thanks for your sample but I’m having some issues. Am I required to update firmware on the RN-XV first? Using the Xbee Explorer?

I can’t seem to get it to join my network I’ve tried both WP2 Personal and open network

_wifi.JoinNetwork("SmallTiger", 0, WiFlyGSX.AuthMode.WPA2_PSK, "MyPassphrase");

Note: even if I specify a different channel it still reads zero in the debugger.