Little Bird
WiFi Micro Kit
All Products
New Arrivals
Brands and Manufacturers
Microcontrollers & Development Boards
IoT Development Boards
Education
Wi-Fi Modules
Connectivity
Prototyping & Wiring
Microcontrollers
$10.35
|
Only 3 left
Contains: WiFi Mico + MK20 USB Board FeaturesTexas Instruments CC3200 Dual core MCU: An ARM CortexM4 core at 80 MHz for application and a dedicated ARM c...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Contains:
WiFi Mico + MK20 USB Board
Features
Texas Instruments CC3200 Dual core MCU: An ARM CortexM4 core at 80 MHz for application and a dedicated ARM core for WiFi
Network Processing
Industry’s first fully certified WiFi module including FCC, IC, CE, ETSI, TELEC and WiFi Alliance
Easy WiFi setup using TI's Smart Config, Soft AP or WPS2
Over The Air (OTA) download application firmware from other WiFi device or Internet
A lot of application examples provide by Ti
TIRTOS and FreeRTOS supported
Wide range of supply voltages and lowpower consumption, less than 7 uA current in hibernate mode
IoT Cloud platform integration ready including 2lemetry, Arrayent, Exosite, IBM, Temboo & Xively
You can program our boards with Arduino like syntax using Energia , an opensourced version of the Arduino IDE for Texas Instruments
MCU
Description
The RedBearLab WiFi Micro is made based on CC3200 module provided by Texas Instruments(TI). The target MCU is TI CC3200, the
industry’s first singlechip ARM CortextM4 core microcontroller unit (MCU) with builtin WiFi connectivity. With onchip WiFi, Internet, and
robust security protocols, no prior WiFi experience is required for faster development. They are offered to make you quickly produce prototypes
and demos target for not only Internet of Things (IoT) but also many other exciting and interesting projects. Such as WiFi Camera, WiFi Audio,
TFTP Client, TCP/IP or UDP Server/Client, Http Server, XMPP Client, mDNS, etc.
CC3200 WiFi consists of Applications Microcontroller, WiFi Network Processor, and PowerManagement Subsystems:
Applications Microcontroller Subsystem
ARM CortexM4 Core at 80 MHz
256KB RAM, 1MB serial flash memory with file system for user
Hardware Crypto Engine for Advanced Fast Security, Including AES, DES, 3DES, SHA2 MD5, CRC and Checksum
Up to 27 individually programmable, multiplexed GPIO pins, including a fast parallel camera interface, I2S, SD/MMC, UART, SPI,
I2C, and fourchannel ADC.
WiFi Network Processor Subsystem
Dedicated ARM MCU, completely offloads WiFi and Internet Protocols from the Application Microcontroller
802.11 b/g/n Radio
WPA2 Personal and Enterprise Security
Station, Access Point, and WiFi Direct Modes
Powerful Crypto Engine for Fast, Secure WiFi and Internet Connections with 256Bit AES Encryption for TLS and SSL
connections
SmartConfig Technology, AP Mode and WPS2 for easy and flexible WiFi provisioning
The powermanagement subsystem includes integrated DCDC converters supporting a wide range of supply voltages. This subsystem
enables lowpower consumption modes, such as the hibernate with RTC mode requiring less than 7 μA of current
Texas Instruments CC3200 Dual core MCU: An ARM CortexM4 core at 80 MHz for application and a dedicated ARM core for WiFi
Network Processing
Industry’s first fully certified WiFi module including FCC, IC, CE, ETSI, TELEC and WiFi Alliance
Easy WiFi setup using TI's Smart Config, Soft AP or WPS2
Over The Air (OTA) download application firmware from other WiFi device or Internet
A lot of application examples provide by Ti
TIRTOS and FreeRTOS supported
Wide range of supply voltages and lowpower consumption, less than 7 uA current in hibernate mode
IoT Cloud platform integration ready including 2lemetry, Arrayent, Exosite, IBM, Temboo & Xively
You can program our boards with Arduino like syntax using Energia , an opensourced version of the Arduino IDE for Texas Instruments
MCU
Description
The RedBearLab WiFi Micro is made based on CC3200 module provided by Texas Instruments(TI). The target MCU is TI CC3200, the
industry’s first singlechip ARM CortextM4 core microcontroller unit (MCU) with builtin WiFi connectivity. With onchip WiFi, Internet, and
robust security protocols, no prior WiFi experience is required for faster development. They are offered to make you quickly produce prototypes
and demos target for not only Internet of Things (IoT) but also many other exciting and interesting projects. Such as WiFi Camera, WiFi Audio,
TFTP Client, TCP/IP or UDP Server/Client, Http Server, XMPP Client, mDNS, etc.
CC3200 WiFi consists of Applications Microcontroller, WiFi Network Processor, and PowerManagement Subsystems:
Applications Microcontroller Subsystem
ARM CortexM4 Core at 80 MHz
256KB RAM, 1MB serial flash memory with file system for user
Hardware Crypto Engine for Advanced Fast Security, Including AES, DES, 3DES, SHA2 MD5, CRC and Checksum
Up to 27 individually programmable, multiplexed GPIO pins, including a fast parallel camera interface, I2S, SD/MMC, UART, SPI,
I2C, and fourchannel ADC.
WiFi Network Processor Subsystem
Dedicated ARM MCU, completely offloads WiFi and Internet Protocols from the Application Microcontroller
802.11 b/g/n Radio
WPA2 Personal and Enterprise Security
Station, Access Point, and WiFi Direct Modes
Powerful Crypto Engine for Fast, Secure WiFi and Internet Connections with 256Bit AES Encryption for TLS and SSL
connections
SmartConfig Technology, AP Mode and WPS2 for easy and flexible WiFi provisioning
The powermanagement subsystem includes integrated DCDC converters supporting a wide range of supply voltages. This subsystem
enables lowpower consumption modes, such as the hibernate with RTC mode requiring less than 7 μA of current
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.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- 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.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- 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 chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- OTA
- OTA means over-the-air updating, where firmware is updated wirelessly instead of through a programming cable. It matters because you may be able to update or maintain the module after it is installed in a project.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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 serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
All Products
Brands and Manufacturers
Education
Microcontrollers & Development Boards
New Arrivals
Prototyping & Wiring
Connectivity
Related Tutorials
Free guides on learn.littlebird.com.au