Embedded Computing
  • About
  • Blog
  • Hardware
    • Which Platform?
    • Controller Platforms >
      • Adafruit Platform
      • Arduino Plaform
      • BBC micro:bit
      • Espressif Platform
      • LaunchPad Plaform
      • Raspberry Pi Platform (MCU)
      • Seeeduino Platform
      • Teensy Plaform
    • Computer Platforms >
      • BeagleBone Platform
      • Raspberry Pi Platform (SBC)
      • UDOO Platform
    • Peripherals >
      • BoosterPacks for LaunchPads
      • Shields
      • Grove System
      • Sensors
      • Actuators
    • Displays >
      • E-Paper Displays
      • Reflective Displays
      • TFT Displays
      • LCD Displays
    • Legacy Platforms
  • Software
    • Exploring RTOS with Galaxia >
      • Event Library
      • Semaphore Library
      • Mailbox Library
      • Timer Library
      • Clock Library
      • SWI Library
      • Task Library
    • Ultra-Low Power with EnergyTrace >
      • Ultra-Low Power with MSP430
      • Ultra-Low Power with Energia MT and Galaxia
    • Using Integers Instead of Reals
  • IoT
    • IoT Platforms: Which Hardware?
    • IoT Services: Which Solution? >
      • Recommended IoT Solutions
      • Platform-Specific IoT Solutions
      • Other IoT Solutions
      • Not tested IoT Solutions
      • Notification Solutions
    • Get Date and Time from Internet with NTP
    • Fast and Easy WiFi Connection with QR-Code
  • Tools
    • How to Start?
    • Reference >
      • Asking for Help
      • Boards Pins Maps
      • Ruler
      • Boards and Plugs
      • I²C Logic Level Converter
      • Standards for Connectors
    • Training >
      • Texas Instruments Workshops
      • Embedded Systems: Shape The World — MOOC edX UTAustinX UT.6.02x
      • Embedded Systems - Shape The World: Microcontroller Input/Output — MOOC edX UTAustinX UT.6.10x
      • Embedded Systems - Shape The World: Multi-Threaded Interfacing — MOOC edX UTAustinX UT.6.20x
      • Real-Time Bluetooth Networks: Shape the World — MOOC edX UTAustinX UT.RTBN.12.01x
      • Systems Thinking with Texas Instruments Robotics System Learning Kit
    • Books >
      • Getting Started with the MSP430 LaunchPad
      • Getting Started with Arduino
      • Arduino Cookbook
    • IDE >
      • The Battle of IDEs >
        • Arduino IDE 2.0
      • More Options
      • Assessing the Next Generation of IDEs
      • Tools for Documentation
    • Equipment >
      • Saleae Logic Analyser
      • Rigol DS1102E Oscilloscope
      • XDS110 Debug Probe with EnergyTrace​
      • Segger J-Link Programmer-Debugger
      • Nordic Power Profiler Kit II
  • Projects
    • Libraries >
      • Master I²C Software Library
      • Date and Time Library
      • highView Library Suite
      • Others Libraries
    • smartDevices >
      • I²C smartColours Smart Sensor
      • I²C smartRFID Smart Sensor
      • I²C smartLED Display
      • I²C smartControls Smart Device
      • I²C smartWiFi Smart Device
      • I²C smartBLE Smart Device
      • I²C smartNode Smart Device
    • IoT Projects >
      • Remote e-Paper Pictures Panel
      • Remote e-Paper Messages Panel
      • Industrial IoT Project
      • Remote Contactless Temperature Monitor
      • Using Node-RED for IIoT
      • Low Power Home Network Weather Monitoring
      • Updated Low Power Home Network Weather Monitoring
      • Weather and Security Station with Blynk
      • SensorTag to Blynk Using Node-RED
      • Pervasive Reporting
    • AI Projects >
      • Colour Recognition with Neural Network
    • Other Projects >
      • Driving a Large E-Paper Display with a Compact Xiao RP2040
      • Low-Power E-Paper Weather Station
      • Portable Particulate​ Matter Monitor
      • FRAM-based E-Paper Screen Controller
      • General Purpose 3.5" Screen
      • Colour Recognition with Neural Network
      • A Low Power Weather Station
      • Digital Volt-Amp-Watt Meter
      • Mobile Measurement with LCD Display
      • Screen with SRAM for GUI
      • Volt-Amp-Watt-Meter for Grove
      • Multi-Touch Project with CapTIvate

RedBearLab WiFi Mini

Everyone talks about the Internet of Things but few boards are available. The ARM Cortex-M4 CC3200 MCU from Texas Instruments combines a Cortex-M4 with a built-in WiFi radio. 

There is the LaunchPad CC3200, but it is difficult to integrate into a project. Many enthusiasts have asked for a DIP-form-factor board, and the RedBearLab WiFi mini answers that request.

The RedBearLab CC3200 comes in two flavours: 
  • the RedBearLab CC3200 board with Arduino form-factor, 
  • the ReadBearLab WiFi Mini with DIP20 form-factor.

Two warnings about the voltage limitations of the board.
  • The board operates at 3.3 V. Digital inputs are not 5 V-tolerant.
  • The analog inputs only accept up to 1.5 V.
Higher voltages will damage the MCU.

Picture
The CC3200MOD is certified for FCC, IC and CE, which means the board can be used in end products.

An auxiliary K20DX128VLF5 from Freescale acts as a programmer. Two extension headers allow to connect either the BLE mini or the BLE shield to the board.

The schematics are available at RedBearLab GitHub repository.
Picture
Picture

Software

The board runs on Energia right out of the box, with two frameworks: standard Energia and Energia MT based on RTOS.

Energīa is the Wiring / Arduino-compatible IDE or integrated development environment.  It is derived from Arduino 1.0. As Processing-based Wiring-derived, it is platform-agnostic and runs on Windows, Mac OS X or Linux.  

Other tools like CCS and IAR also support the board. 

The CC3200 boards are supported by embedXcode, embedded computing on Xcode.

Picture
Upload is done directly through USB and is managed by the K20DX128VLF5 from Freescale. 

However, once upload has been completed, the user needs to press the RESET button to launch the sketch. Energia release 15 displays an error message because it tries to perform an automatic reset of the board. Just ignore the error message.

I haven't found any debugging capabilities.
Picture
Picture

Pins Map

Picture

A Good Introduction to Internet of Things

Although more expensive than the LaunchPad WiFi with CC3200, the RedBearLab WiFi mini board comes with a certified CC3200. It thus offers a ready-to-use and certified module for an Internet of Things end product. 

Keep in mind the board operates at 3.3 V. The digital inputs are not 5 V-tolerant. The analog inputs only go up to 1,5 V, and any superior voltage would destroy the CC3200 and would turn it into a zombie. I'd have appreciated a voltage converter or, at least, a more explicit warning printed on the silk-screen. 
Picture

Pros

  • Very nice package, especially the DIP32
  • Certified CC3200MOD
  • Energia support
  • Standard software offer with Arduino-like Energia.

Cons

  • No FPU, no debugging
  • 1,5 V-limited analog pins 
  • Real risk of zombification of the MCU

Wrap-Up

  • Good value
  • Certified WiFi module
  • DIP32 from-factor perfect for end project
  • No warning for the 1,5 V-limited analog inputs 

Links

  • Website 
  • Product page 
  • Arduino-like IDE Energia
  • Add-on for Energia
  • Recommended website Stellarisiti
Picture
Picture
Powered by Create your own unique website with customizable templates.