Introduction: Arduino Wifly Shield Tutorial
There are many things you can do with your arduino board. For instance, you can add wifi connectivity to your project. To do this, you need an Arduino Wifly RN-131C shield or any other type of WiFi shield you can get in the market.
The arduino Wifly shield comprises of the Roving Network’s wireless module RN-131C and SPI to UART chip. It is powered from the Vin pin of the arduino and communicates with the arduino through digital pins 10 (CS), 11(MOSI), 12(MISO) and 13(SCLK).
Normally, the Wifly RN-131C shield does not come with pins. Therefore you have to solder them onto it. You should solder pins onto TX, RX, 10, 11, 12, 13, Vin and GND as shown in the photo. Ensure you solder them carefully so as to avoid joining any of the pins together.
Once you are through mounting the Wifly shield on the arduino board, you can start coding it. There are several things you can do with you Wifly module. For instance, you can create a Wifi hotspot to enable other devices such as your smartphone, tablet or computer to wirelessly control your project. Moreover, you can use the Wifly module to join other Wifi networks and allow you to control your project using the internet.
8 Comments
3 years ago
Can you please help me on how to setup RN 171 v1.0 module. Its my first time using it
9 years ago
Hello my name is John, I wanted to knew if you would Available to possibly help me code my project. I want to have long distance control via apps. Having the ability to turn on/off. I need is help with the coding for this device.
Reply 9 years ago on Introduction
yes i am available. I have sent you a direct message with further details. Please check
Reply 8 years ago on Introduction
i'm also trying to do the same thing, turning on/off wifi hotspot on wifly shield.. can you send me how to do that too ?
9 years ago on Introduction
sir can you provide me with the codes for the above project ie, to create a wifi hotspot
Reply 9 years ago on Introduction
here is the code for creating a hotspot
http://www.arduino-hacks.com/arduino-wifly-hotspot-setup-code/
Reply 9 years ago on Introduction
http://www.arduino-hacks.com/arduino-wifly-hotspot-setup/
Reply 9 years ago on Introduction
i will upload the code for you tomorrow. Meanwhile you can check other methods of creating a hotspot with the arduino wifly shield, such as using the serial monitor and altering the hardware, on this page :
http://www.arduino-hacks.com/arduino-wifly-hotspot-setup/