Little Bird
WiFi Micro
The RedBearLab Wi-Fi Micro is a compact development board built around the Texas Instruments CC3200, the industry's first single-chip ARM Cortex-M4 microcont...
Get notified when back in stock
The RedBearLab Wi-Fi Micro is a compact development board built around the Texas Instruments CC3200, the industry's first single-chip ARM Cortex-M4 microcontroller with built-in Wi-Fi connectivity. It combines an 80 MHz application processor with a dedicated ARM-based Wi-Fi network processor, so no prior Wi-Fi experience is needed for rapid prototyping.
The board is fully certified (FCC, IC, CE, ETSI, TELEC, Wi-Fi Alliance) and supports programming with Energia, an open-source Arduino-compatible IDE for TI microcontrollers. It's ideal for IoT projects, Wi-Fi cameras, audio streaming, HTTP servers, and TCP/UDP applications.
Key Features
- TI CC3200 Dual-Core MCU – ARM Cortex-M4 at 80 MHz for application code, plus a dedicated ARM core for Wi-Fi network processing
- Built-In Wi-Fi – 802.11 b/g/n radio with WPA2 Personal and Enterprise security
- Fully Certified – FCC, IC, CE, ETSI, TELEC, and Wi-Fi Alliance
- Multiple Wi-Fi Modes – Station, Access Point, and Wi-Fi Direct
- Easy Provisioning – SmartConfig, Soft AP, and WPS2 for simple Wi-Fi setup
- OTA Updates – Over-the-air firmware download from other Wi-Fi devices or the internet
- Hardware Crypto Engine – AES, DES, 3DES, SHA2, MD5, CRC, and 256-bit AES for TLS/SSL
- Low Power – Less than 7 µA in hibernate mode with RTC
- Arduino-Compatible – Programmable via Energia IDE
Specifications
- MCU – TI CC3200 (ARM Cortex-M4, 80 MHz)
- RAM – 256 KB
- Flash – 1 MB serial flash with file system
- Wi-Fi – 802.11 b/g/n
- Security – WPA2 Personal and Enterprise, 256-bit AES TLS/SSL
- GPIO – Up to 27 individually programmable, multiplexed pins
- Interfaces – I²C, SPI, UART, I²S, SD/MMC, 4-channel ADC, parallel camera interface
- Power – Integrated DC-DC converters, wide supply voltage range
- Hibernate Current – Less than 7 µA (with RTC)
- RTOS Support – TI-RTOS and FreeRTOS
Ideal For
- IoT connected devices and prototypes
- Wi-Fi camera and audio streaming projects
- HTTP/TCP/UDP server and client applications
- Rapid Wi-Fi prototyping without prior networking experience
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- ARM Cortex-M4
- The ARM Cortex-M4 is a 32-bit processor core widely used inside microcontrollers, often with hardware support for signal-processing and control tasks. It provides enough processing power to run embedded programs that handle sensors, wireless communication, audio and similar workloads.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- OTA
- OTA means over-the-air updating, where a device's firmware is updated wirelessly rather than through a programming cable. This lets firmware be updated or maintained after a device is installed without a physical connection.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Related Tutorials
Free guides on learn.littlebird.com.au