Adafruit CC3000 WiFi Shield for Arduino

WiFi shield with onboard ceramic antenna
Available by request only.

For years we've seen all sorts of microcontroller-friendly WiFi modules but none of them were really up to par. Either they were too slow, or too difficult to use, or required signing an NDA, or had limited functionality, or too expensive, or too large.


NO LONGER!


The CC3000 hits that sweet spot of usability, price and capability. It uses SPI for communication (not UART!) so you can push data as fast as you want or as slow as you want. It has a proper interrupt system with IRQ pin so you can have asynchronous connections. It supports 802.11b/g, open/WEP/WPA/WPA2 security, TKIP & AES. A built in TCP/IP stack with a "BSD socket" interface. TCP and UDP in both client and server mode, up to 4 concurrent sockets. It does not support "AP" mode, it can connect to an access point but it cannot be an access point.

This little silver module is carefully wrapped into an Arduino shield. There is also a microSD socket and a reset button. It has an onboard 3.3V regulator that can handle the 350mA peak current, and a level shifter to allow 3 or 5V logic level. The antenna layout is identical to TI's suggested layout and uses the same components, trace arrangement, and antenna so the board maintains its FCC emitter compliance (you'll still need to perform FCC validation for a finished product, but the WiFi part is taken care of). Even though it's got an onboard antenna we were pretty surprised at the range, as good as a smartphone's.

Each order comes with one fully assembled and tested shield, some male header for attaching it to an Arduino and a 2x3 female header that you can use to plug it into the ICSP port of a Mega. To get you started, there is a fully working Arduino library that is based off of TI's codebase but adapted for use with the AVR. There is also example code showing how to scan the SSID's, connect to your access point and run DHCP, do a DNS lookup to IP address, ping a site and connect to a remote TCP socket such as a website and print out the page.

Please note the hardware is good, but the library code does not yet support all of the CC3000's functionality. SSID scanning, connection, DHCP, DNS lookup, ping, and UDP/TCP client connections (eg connect to a website and grab data) all work and are tested with example code. UDP/TCP server connections are not supported yet! Check out the Adafruit tutorial for wiring and Arduino library downloads.

For use with Arduino Uno & Mega only at this time.

  • Dimensions: 68.61mm x 53.38mm x 2.87mm (2.7in x 2.1in x 0.11in)
  • Weight: 8.5g
List of wifi access points used to test the CC3000 (by TI)

Using an Apple Airport? Check this thread for details on how to set it up for use with the CC3000




You may also be interested in...




Home > Products > Arduino Ecosystem Kits and Accessories

Home > Products > Adafruit Products