Difference between revisions of "Arduino WIFI shield"

From Geeetech Wiki
Jump to: navigation, search
(Created page with "== Introduction == The Wifi Shield is based on Serial to Wi-Fi module Wizfi210 from Wiznet and compatible with Arduino and its clones. The Wifi Shield offers you a quick, easy...")
 
Line 28: Line 28:
 
*I/O Interface: UART, SPI(*), I2C(*), WAKE, ALARM, GPIOs
 
*I/O Interface: UART, SPI(*), I2C(*), WAKE, ALARM, GPIOs
 
*System Working Voltage: 3.3V
 
*System Working Voltage: 3.3V
 +
 +
=== Indicator LEDs ===
 +
There are four indicator LEDs(PWR(<font color="green">Green</font>), D2(<font color="blue">Blue</font>), D1(<font color="red">Red</font>), D4(<font color="brown">Yellow</font>)) on the Wifi Shield, users can know about the working phase of the shield based on the four indicator LEDs. Detailed information please refer to the following table:
 +
 +
{| border="1" class="wikitable"
 +
|-
 +
| width="100" align="center" | '''LEDs(color)'''
 +
| width="200" align="center" | '''Status'''
 +
| width="300" align="center" | '''Description'''
 +
|- style="font-size: 90%"
 +
| rowspan="2" align="center" | PWR(<font color="green">Green</font>)
 +
| align="center" | ON
 +
| align="center" | Power of the Wifi Shield is on
 +
|- style="font-size: 90%"
 +
| align="center" | OFF
 +
| align="center" | Power of the Wifi Shield is off
 +
|- style="font-size: 90%"
 +
| rowspan="2" align="center" | D1(<font color="red">Red</font>)<br>(GPIO30)<br>(Serial_RXD)
 +
| align="center" | Blink(-1-)
 +
| align="center" | Serial Data Rx<br>(Data Mode)
 +
|- style="font-size: 90%"
 +
| align="center" | Blink(-1-1-)
 +
| align="center" | Serial Data Rx<br>(AT Command Mode)
 +
|- style="font-size: 90%"
 +
| rowspan="2" align="center" | D2(<font color="blue">Blue</font>)<br>(GPIO31)<br>(Serial_CONN)
 +
| align="center" | ON
 +
| align="center" | Serial-To-WiFi is OK
 +
|- style="font-size: 90%"
 +
| align="center" | OFF
 +
| align="center" | Serial-To-WiFi is error
 +
|- style="font-size: 90%"
 +
| rowspan="2" align="center" |  D4(<font color="brown">Yellow</font>)<br>(GPIO28)<br>(Wifi_CONN)
 +
| align="center" | ON
 +
| align="center" | Associated
 +
|- style="font-size: 90%"
 +
| align="center" | OFF
 +
| align="center" | Not Associated
 +
|- style="font-size: 90%"
 +
|}
 +
 +
<br>
 +
{| class="wikitable" border="1"
 +
|-
 +
| align="center" width="200" | Status
 +
| align="center" width="200" | PWR
 +
| align="center" width="300" | D1(GPIO30)
 +
| align="center" width="200" | D2(GPIO31)
 +
| align="center" width="200" | D4(GPIO28)
 +
|- style="font-size: 90%"
 +
| align="center" | ON
 +
| align="center" | (on board 5v)Power On
 +
| align="center" | -
 +
| align="center" | Serial-To-WiFi OK
 +
| align="center" | Associated
 +
|- style="font-size: 90%"
 +
| align="center" | Blink(-1-)
 +
| align="center" | -
 +
| align="center" | Serial Data Rx<br>(Data Mode)
 +
| align="center" |
 +
| align="center" | - 
 +
|- style="font-size: 90%"
 +
| align="center" | Blink(-1-1-)
 +
| align="center" | -
 +
| align="center" | Serial Data Rx<br>(AT Command Mode)
 +
| align="center" | -
 +
| align="center" | -
 +
|- style="font-size: 90%"
 +
| align="center" | OFF
 +
| align="center" | (on board 5v)Power Off
 +
| align="center" | -
 +
| align="center" | Serial-To-WiFi Error
 +
| align="center" | Not Associated
 +
|}

Revision as of 07:29, 24 December 2012

Introduction

The Wifi Shield is based on Serial to Wi-Fi module Wizfi210 from Wiznet and compatible with Arduino and its clones. The Wifi Shield offers you a quick, easy, and effective way to add Wi-Fi capabilities to Arduino. The Wifi Shield allows you to achieve Wifi communication via UART by sending AT commands, which is an ideal solution for whom with limited or no Wi-Fi or RF expertise. The Shield supports data rates up to 11 Mbps, and is compliant with 802.11b.


Features

  • Serial(UART) to Wifi.
  • Simple AT commands for configuration and data communication.
  • DHCP/Static IP, TCP/UDP, Server/Client, DNS.
  • Operates with standard 802.11 b/g/n access points at speed up to 11 Mbps (802.11b).
  • 802.11i Security (WEP, WPA, WPA2-PSK, Enterprise).
  • High-throughput hardware AES and RC4 encryption/decryption engines.
  • Limited AP Feature (Direct Connection to iPhone, iPad and Android-Phone without AP).
  • Ultra low power consumption through dynamic power management.


Specifications

  • Wifi Chip: WizFi210
  • Radio Protocol: IEEE 802.11b/g/n Compatible
  • Supported Data Rates: 11, 5.5, 2, 1 Mbps (IEEE 802.11b)
  • Modulation: DSSS and CCK
  • RF Operating Frequency: 2.4 - 2.497 GHz
  • Antenna Options: Chip antenna and U.FL connector for external antenna
  • Networking Protocols: UDP, TCP/IP (IPv4), DHCP, ARP, DNS, HTTP/HTTPS Client and Server(*)
  • Power Consumption(Typical): Standby = 34.0 µA Receive = 125.0 mA Transmit = 135.0 mA
  • RF Output Power (Typical): 8dBm ± 1dBm
  • Security Protocols: WEP, WPA/WPA2–PSK, Enterprise, EAP-FAST, EAP-TLS, EAP-TTLS, PEAP
  • I/O Interface: UART, SPI(*), I2C(*), WAKE, ALARM, GPIOs
  • System Working Voltage: 3.3V

Indicator LEDs

There are four indicator LEDs(PWR(Green), D2(Blue), D1(Red), D4(Yellow)) on the Wifi Shield, users can know about the working phase of the shield based on the four indicator LEDs. Detailed information please refer to the following table:

LEDs(color) Status Description
PWR(Green) ON Power of the Wifi Shield is on
OFF Power of the Wifi Shield is off
D1(Red)
(GPIO30)
(Serial_RXD)
Blink(-1-) Serial Data Rx
(Data Mode)
Blink(-1-1-) Serial Data Rx
(AT Command Mode)
D2(Blue)
(GPIO31)
(Serial_CONN)
ON Serial-To-WiFi is OK
OFF Serial-To-WiFi is error
D4(Yellow)
(GPIO28)
(Wifi_CONN)
ON Associated
OFF Not Associated


Status PWR D1(GPIO30) D2(GPIO31) D4(GPIO28)
ON (on board 5v)Power On - Serial-To-WiFi OK Associated
Blink(-1-) - Serial Data Rx
(Data Mode)
-
Blink(-1-1-) - Serial Data Rx
(AT Command Mode)
- -
OFF (on board 5v)Power Off - Serial-To-WiFi Error Not Associated