Embedded Computing
  • About
  • Blog
  • Hardware
    • Which Platform?
    • Controller Platforms >
      • Adafruit Platform
      • Arduino Plaform
      • BBC micro:bit
      • Espressif Platform
      • iLabs Platform
      • Raspberry Pi Platform (MCU)
      • Seeed Platform
      • Silicon Labs Platform
      • Teensy Plaform
    • Computer Platforms >
      • BeagleBone Platform
      • Raspberry Pi Platform (SBC)
      • UDOO Platform
    • Peripherals >
      • Shields
      • Grove System
      • Sensors
      • Actuators
    • Displays >
      • E-Paper Displays
      • Reflective Displays
      • TFT Displays
      • LCD Displays
    • Legacy Platforms >
      • chipKIT Plaform
      • 4D Systems Platform
      • Intel Platform
      • LaunchPad Plaform
      • BoosterPacks for LaunchPads
      • LightBlue Bean
      • Maple Plaform
      • Mediatek Platform
      • Microsoft Azure IoT DevKit
      • Particle Platform
  • 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
    • Going Python?
  • IoT
    • IoT Platforms: Which Hardware? >
      • Matter with Silicon Labs MG24
    • 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
      • 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 Weather and Message Board
      • Typie-Walkie with LoRa and E-Paper Screen
      • Typie-Walkie with E-Paper Screen
      • 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 >
      • Air Quality Monitoring
      • 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

SensorTag CC1350

The CC1350 is a Cortex-M3 MCU with a dual-band radio, 2.4 GHz and sub-1 GHZ. The 2.4 GHz radio supports Bluetooth Low Energy and ZigBee.

The CC1350 SensorTag features the same rich assortment of sensors grouped around three categories: inputs, climate and IMU or inertial measurement unit, into a compact red box.

The CC1350 SensorTag was sampled by Texas Instruments.
Picture

Hardware

The CC1350 SensorTag has the same form-factor as the CC2650 SensorTag, and features the same connectors and sensors.

However, it includes only one red LED, instead of the two LEDs, red and green, on the CC2650 SensorTag.
Picture
The CC1350 SensorTag offers sensors similar to the Sensors BoosterPack used with the CC1310 / CC1350 LaunchPad.

​However, there are slight differences. On the CC1350 SensorTag, climate measures imply two different sensors, while IMU measurements are provided by one single programmable sensor with data fusion and calculated Euler angles.

Here is the list of sensors:
  • HDC1000 humidity sensor by Texas Instruments,
  • BMP280 temperature and pressure sensor, by Bosch.
  • OPT3001 ambient light sensor by Texas Instruments,
  • TMP007 external and internal temperature sensor by Texas Instruments,
  • MPU-9250 9 DOF IMU sensor with built-in data fusion and angles calculation, by TDK Invensense.
Picture

Software

The CC1350 is supported by Energia MT.

​This allows the use of RTOS elements brought by the Galaxia library like semaphores, mutex, clocks, events, tasks and more.

​This platform is supported by embedXcode, embedded computing on Xcode.
​
Picture
Energia MT enters low power mode automatically when the scheduler has no tasks to run and the MCU goes into idle mode.
 

With no active tasks, the low power mode drops as low as 0.0505 mW or 0.0141 mA at 3.6 V.

A standard CR2032 coin cell battery provides around 200~250 mAh, which gives a battery life of more than one year. 

This figure is consistent with the measures performed with EnergyTrace for the project Low Power Home Network Weather Monitoring.
Picture
For the weather sensors, the Weather Sensors Library for the Sensors BoosterPack only requires minimal adaptation.

However, results from the CC1350 SensorTag differ significantly from those measured by the Sensors BoosterPacks.

The following test was conducted with two CC1350 SensorTags (Nodes 1 and 2, top) and two CC1350 LaunchPads with Sensors BoosterPacks (Base and Node 3, bottom).

​ 
Picture
​Some measures just can't be trusted, as they differ too much from one sensor to another. 
  • Temperature: the BMP280 of the CC1350 SensorTags (Nodes 1 and 2) report 25 °C against 21 °C by the BME280 of the CC1350 LaunchPads with Sensors BoosterPacks (Base and Node 3).
  • Humidity: the HDC1000 of the CC1350 SensorTags (Nodes 1 and 2) report less than 40% against more than 60% by the BME280 of the CC1350 LaunchPads with Sensors BoosterPacks (Base and Node 3).
  • Pressure: surprise, all the sensors, both BPM280 and BME280, converge to 1014 hPa.
  • Light: the same sensor OPT3001 give slightly different values from the CC1350 SensorTags (Nodes 1 and 2) and the BME280 of the CC1350 LaunchPads with Sensors BoosterPacks (Base and Node 3).

Since the libraries are the same, do the sensors and the boards explain those significant differences? Obviously, testing only two items of each configuration isn't sufficient. We would need a large population for significant statistics.

In any case, the sensors would need to be carefully calibrated before being implemented them for real.
Picture

Conclusion 

Although the CC1350 SensorTag is marketed as development kit, Texas Instruments recommends the the CC1310 / CC1350 LaunchPad over the CC1350 SensorTag for development. 

However, both solutions do not share the exact same sensors, and provide significantly different results. 

Additionally, the total cost is not the same. Adding the Sensors BoosterPack to the CC1310 / CC1350 LaunchPad sums USD54, while the CC1350 SensorTag with the Debug DevPack totals USD44.

At USD44 with its programmer, 
the CC1350 SensorTag brings tremendous value for an introduction to a local internet of things project like the Low Power Home Network Weather Monitoring.
Picture

Pros

  • Rich assortment of sensors
  • ​Great range
  • Energia MT support

Cons

  • Bluetooth stack not available for Energia​
  • Energia needs to improve low power mode

Wrap-Up

  • Tremendous value
  • The perfect cost-effective introduction for local internet of things projects

Links

  • Texas Instruments HDC1000 humidity sensor
  • Bosch BMP280 temperature and pressure sensor
  • Texas Instruments OPT3001 ambient light sensor
  • Texas Instruments TMP007 external and internal temperature sensor
  • TDK Invensense MPU-9250 9 DOF IMU sensor
Picture
Picture
Picture
​Posted: June 13, 2018
​Updated: July 24, 2018

Powered by Create your own unique website with customizable templates.