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

Real-Time Bluetooth Networks: Shape the World — MOOC edX UTAustinX UT.RTBN.12.01x

After the excellent Embedded Systems: Shape The World — MOOC edX UTAustinX UT.6.02x, Dr. Jonathan Valvano —who has written many books on embedded systems— and Dr. Ramesh Yerraballi, both at the University of Texas at Austin, are offering a new MOOC about RTOS and Bluetooth.
​
As with previous MOOC, hardware is based on Texas Instruments boards, including the MSP432 LaunchPad (or TM4C123 LaunchPad), the Educational BoosterPack MK-II, and the CC2650 LaunchPad or CC2650 BoosterPack. 

Picture
The syllabus contains six chapters:
  1. Introduction to I/O using the BSP and debugging
  2. Thread management for a personal fitness device
  3. Thread synchronization and scheduling for a personal fitness device
  4. Real-time operating system for a hand-held video game
  5. File system using the flash ROM of the micro-controller
  6. Bluetooth personal area network

Software remains unchanged and relies on Keil uVision with the TExaS add-on.
Picture

​My Own Experience

The course started September 15th, 2016 and I've completed it successfully.

​This MOOC shares the same presentation that made the Embedded Systems: Shape The World — MOOC edX UTAustinX UT.6.02x so successful and enjoyable. Each chapter includes videos, text, checkpoints, examples, quizzes and labs for graduating, along with references and a forum. One example, a personal fitness device, goes though all the chapters of the course.
​
  • The first chapter is a general introduction to embedded systems, and provide useful reminders on most basics. And yes, we do assembly!
  • Chapters 2 and 3 are massive, and present the most important RTOS concepts. Their corresponding labs are divided into 5 steps, to ensure each element runs successfully. However, they would benefit from being split, to provide a more gradual approach. 
  • Chapter 4 adopts a more normal pace, and the lab features a video game!
  • Chapter 5 focuses on file system and explains different options.
  • Final chapter 6 presents Bluetooth and adds the last features to the personal fitness device. The final lab set BLE services and characteristics, and connects the LaunchPad to a smartphone.

​The forum is very useful to exchange tips, with students helping each other.
Picture
Lab 4 on Keil IDE
Picture
Using a logic analyser to debug the tasks

Conclusion

I've enjoyed this MOOC as much as I did with the previous one. As an exercise, I took Lab 4 and implemented it on the MSP432 with Energia MT and the Galaxia library with embedXcode. No major surprises, clocks, semaphores and mailbox work as expected.

This is the first edition of the Real-Time Bluetooth Networks: Shape the World, and I'm confident next session will include some improvements, especially splitting some chapters to make them easier to attend.

Now, to be really successful, be ready and commit yourself with one or two-hour-long distraction-free session a day for 6 weeks, a notebook to take notes, and a large desk for the labs!
Picture

Pros

  • Excellent introduction to RTOS​
  • Great labs with tools

​Cons

  • Some chapters are really heavy and would benefit from being split

Wrap-Up

  • Excellent introduction to RTOS
  • Be ready to invest time and effort to make  this course successful

Links

  • edX
  • Real-Time Bluetooth Networks: Shape the World
  • The University of Texas at Austin ​
Picture
Picture
Powered by Create your own unique website with customizable templates.