Little Bird
WiFi Micro Kit
This kit includes a WiFi Micro and MK20 USB Board for building connected prototypes and demos around the Texas Instruments CC3200 platform.The WiFi Micro is ...
Get notified when back in stock
This kit includes a WiFi Micro and MK20 USB Board for building connected prototypes and demos around the Texas Instruments CC3200 platform.
The WiFi Micro is based on TI’s CC3200 module, a single-chip ARM Cortex-M4 microcontroller with built-in WiFi connectivity. It is designed to help you get IoT projects running quickly, with on-chip WiFi, Internet and security protocols.
Example uses from the source include WiFi camera, WiFi audio, TFTP client, TCP/IP or UDP server/client, HTTP server, XMPP client and mDNS projects. You can program the boards with Arduino-like syntax using Energia, the open-source Arduino-style IDE for Texas Instruments.
Features:
- Texas Instruments CC3200 dual core MCU: An ARM Cortex-M4 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 Wi-Fi 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
- TI-RTOS and Free-RTOS supported
- Wide range of supply voltages and low-power 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 open-sourced version of the Arduino IDE for Texas Instruments
Specifications:
- Included: WiFi Mico + MK20 USB Board
- Target MCU: TI CC3200
- Applications Microcontroller Subsystem: ARM Cortex-M4 Core at 80 MHz
- Memory: 256KB RAM, 1MB serial flash memory with file system for user
- Hardware Crypto Engine: Advanced Fast Security, Including AES, DES, 3DES, SHA2 MD5, CRC and Checksum
- GPIO and interfaces: Up to 27 individually programmable, multiplexed GPIO pins, including a fast parallel camera interface, I2S, SD/MMC, UART, SPI, I2C, and four-channel ADC.
- Wi-Fi Network Processor Subsystem: Dedicated ARM MCU, completely offloads Wi-Fi and Internet Protocols from the Application Microcontroller
- Radio: 802.11 b/g/n Radio
- Security: WPA2 Personal and Enterprise Security
- Wi-Fi modes: Station, Access Point, and Wi-Fi Direct Modes
- Crypto Engine: Powerful Crypto Engine for Fast, Secure Wi-Fi and Internet Connections with 256-Bit AES Encryption for TLS and SSL connections
- Wi-Fi provisioning: SmartConfig Technology, AP Mode and WPS2 for easy and flexible Wi-Fi provisioning
- Power-management subsystem: Integrated DC-DC converters supporting a wide range of supply voltages
- Low-power mode: Hibernate with RTC mode requiring less than 7 μA of current
A handy starting point for makers working on WiFi-connected embedded projects, especially where Energia, TI-RTOS or Free-RTOS support is useful.
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.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- 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 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
Connectivity
Related Tutorials
Free guides on learn.littlebird.com.au