Arduino Wifly Shield Tutorial

9,423

21

8

Introduction: Arduino Wifly Shield Tutorial

About: I am an electrical engineer and an Arduino and electronics enthusiasts. I believe working with electricity should be fun as well as beneficial to engineers and the world at large. Twitter handle: @arduinohack…

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.

Be the First to Share

    Recommendations

    • For the Home Contest

      For the Home Contest
    • Game Design: Student Design Challenge

      Game Design: Student Design Challenge
    • Make It Bridge

      Make It Bridge

    8 Comments

    0
    ReabetsoeS
    ReabetsoeS

    3 years ago

    Can you please help me on how to setup RN 171 v1.0 module. Its my first time using it

    0
    jmpm4619
    jmpm4619

    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.

    0
    yhtomitsy
    yhtomitsy

    Reply 9 years ago on Introduction

    yes i am available. I have sent you a direct message with further details. Please check

    0
    lka6167
    lka6167

    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 ?

    0
    RASHMI22
    RASHMI22

    9 years ago on Introduction

    sir can you provide me with the codes for the above project ie, to create a wifi hotspot

    0
    yhtomitsy
    yhtomitsy

    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/