



location_on 4131 Fraser St. Vancouver BC Get Directions
phone 604-875-1993 Call us
access_time Hours
Monday - Friday | 9AM - 5:30PM |
Saturday - Sunday & Holidays | Closed | See Holiday Hours |
Note: This is a Developer Edition board, quantities are limited and once gone we might not have any left. Final edition of this board is still in the making.
The Arduino Uno Wi-Fi is the new Arduino Uno with an integrated Wi-Fi module! The board is based on the ATmega328P (datasheet) with an ESP8266 Wi-Fi Module integrated (datasheet).
It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started.
The ESP8266 Wi-Fi Module is a self contained SoC with integrated TCP/IP protocol stack that can give access to your Wi-Fi network. (Or the device can act as an access point.) One useful feature of Uno Wi-Fi is support for OTA (over-the-air) programming, either for transfer of Arduino sketches or Wi-Fi firmware.
Arduino Microcontroller |
|
Microcontroller |
ATmega328 |
Architecture |
AVR |
Operating Voltage |
5 V |
Flash Memory |
32 KB |
SRAM |
2 KB |
Clock Speed |
16 MHz |
Digital I/O Pins |
14, with 6 PWM and UART |
Analog Input Pins |
6 |
EEPROM |
1 KB |
DC Current per I/0 |
40 mA |
Microprocessor |
|
Processor |
ESP8266 |
Architecture |
Tensilica Xtensa LX106 |
Operating Voltage |
3.3 V |
Flash Memory |
4 MB |
RAM |
8 MB instruction, 12 MB data |
Clock Speed |
80 MHz |
WiFi |
802.11 b/g/n 2.4 GHz |
Wake up time | < 2 ms |
General |
|
Input Voltage | 5-12 V |
Power Consumption | 130 mA (sleepmode 80 mA) |
PCB size | 53 x 68.5 mm |
Weight | 0.028 Kg |
Product Code | A000133 |
External (non-USB) power can come either from an AC-to-DC adapter (wall-wart) or battery. The adapter can be connected by plugging a 2.1mm center-positive plug into the board's power jack. Leads from a battery can be inserted in the Gnd and Vin pin headers of the POWER connector.
The board can operate on an external supply of 6 to 20 volts. If supplied with less than 7V, however, the 5V pin may supply less than five volts and the board may be unstable. If using more than 12V, the voltage regulator may overheat and damage the board. The recommended range is 7 to 12 volts.
Each of the 14 digital pins on the Uno can be used as an input or output, using pinMode(), digitalWrite() and digitalRead() functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms. In addition, some pins have specialised functions: