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

Educational BoosterPack MK-II

After the hugely popular Educational BoosterPack, this new version pushes the boundaries even further. 

At first sight, the new Educational BoosterPack MK-II looks like a game console!
Picture
The new Educational BoosterPack MK-II keepts...
  • Red-Green-Blue LED
  • 3-axis accelerometer
  • Buzzer
  • Microphone
The new Educational BoosterPack MK-II adds...
  • 16-bit colour 128x128 LCD screen driven by SPI
  • Joystick
  • Two buttons
  • Temperature sensor, driven by I²C 
  • Light sensor --not included in the first batch 
  • Output for servo motor

Hardware

This new version leverages the extended XL-BoosterPack 40-pin connectors that comes standard in the latest LaunchPads, like the Tiva C Series TM4C123 LaunchPad or the MSP430F5529 LaunchPad. 

Picture
Picture
Picture
The left side includes the joystick and the microphone.

The joystick is a X-Y and also Z when clicking on it.

On top of the screen, the temperature sensor and the ambient light sensor.

On the left of the screen, the analog accelerometer and the RGB LED.

The right side of the BosoterPack includes the buzzer, the two buttons, the accelerometer , the RGB LED and the output for servo motor.
The screen features 128x128 pixels in 16-bit colours, is connected through SPI and is driven by the LCD controller is the HX8353E from HiMax.

I developed a specific driver for the screen based on the LCD_screen Library Suite.  The library and examples are included in the Energia release, under the Example/EducationalBP-MKII folder. 

The library provides all the graphics primitives —point, line, rectangle, triangle, circle— and three sizes of fonts —6x8, 8x12 and 12x16.

Picture
As for the first Educational BoosterPack, the second revision also features alligator holes. 
Picture

Ready-to-Use Libraries

The Educational BoosterPack can be programmed with Energia, an easy-to-use Processing-based Wiring-derived Arduino-like IDE, and embedXcode, a template for Xcode.

Picture
The Educational BoosterPack MK-II comes with a full set of ready-to-use libraries and examples. For even greater ease of use, they are included in the Energia distribution.

This is perhaps the major and most anticipated improvement over the previous Educational BoosterPack.

The wide choice of sensors allows to explore the main protocols used in embedded computing:
  • analog with the joystick and the microphone
  • PWM with the RGB LED
  • SPI with the screen
  • I²C with the temperature sensor and the light sensor

Picture
However, I strongly recommend downloading the specification sheets and reading them. Otherwise, you miss the educational part of the BoosterPack!

You'll find all the useful links on the right.
  • Temperature sensor TMP006
  • Ambient light sensor OPT3001
  • Analog 3-axis accelerometer KXTC9-2050
  • 128x128 SPI-based TFT LCD CFAF128128B-0145T
  • LCD controller HX8353E

Book

The Getting Started with the MSP430 LaunchPad written by the very developers of the Educational BoosterPack provides a great step-by-step introduction to embedded computing and the the different protocols with hands-on projects. 

However, the book was specifically designed for the first edition of the Educational BoosterPack. Could we expect a revision for the new Educational BoosterPack Mark-II?
Photo

Pins Map

Picture

Conclusion

I really liked the first version of the Educational BoosterPack and this new one is even better, with more sensors, more actuators and more possibilities. 

The sensors and actuators —joystick, buttons, buzzer, screen— makes it perfect as a platform for games, consistent with game console form factor!

Make sure to use a LaunchPad with an 40-pin XL-BoosterPack connector, like the Tiva C Series TM4C123 LaunchPad or the MSP430F5529 LaunchPad, both at USD13. I've used it with Energia and ran my first project in just a couple of minutes, thanks to the supplied libraries and examples, 

Together with a LaunchPad and the book Getting Started with the MSP430 LaunchPad, this BoosterPack provides the perfect introduction to the embedded computing world! 

Picture
The Educational BoosterPack MK-II running the life game in 128x128 
on the 120 MHz Connected LaunchPad

Pros

  • Very rich assortment of sensors and actuators
  • Almost all protocols explored
  • Libraries and examples ready-to-use and distributed with Energia
  • Game console form-factor

Cons

  • One hardware jumper!
  • Book not yet updated

Wrap-Up

    • Great introduction to embedded computing
    • Perfect match for the LaunchPad to start exploring embedded computing
    • Requires LaunchPad with 40-pin XL-connector

Useful Links

BoosterPack
  • Main page 

IDEs
  • Energia IDE
  • embedXcode template for Xcode


Posted:
Updated: 06 Apr 2020

Specification Sheets
  • Temperature sensor TMP006
  • Ambient light sensor OPT3001
  • Analog 3-axis accelerometer KXTC9-2050
  • 128x128 SPI-based TFT LCD CFAF128128B-0145T
  • LCD controller HX8353E
Picture
Powered by Create your own unique website with customizable templates.