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

Embedded Computing: How to Start?

One question I'm often asked is: How to start?

Embedded computing intersects many fields as electronics, computing, programming, robotics.

​Here are my recommendations.
Picture

Learning Components 

All circuits are based on components. They can be passive as resistors and capacitors, or active as diodes, LEDs and transistors.

Learning components is key to understand what each of them does and how to combine them. The best solution consists on a breadboard with a set of standard components.

Now, buying components can be intimidating, so I'd recommend the Sidekick Basic Kit. It includes 90 components and features the Breadboard BoosterPack to be used with the Texas Instruments MSP430F5529 LaunchPad as micro-controller.

​The 
Energia IDE comes with a many examples and well-written training.
Picture

Playing with Sensors

Today, most of the sensors are high-level components, some of them with their own micro-controller. Building a weather station requires a large set of specialised sensors for temperature, humidity, pressure, visible light and UV, and connections go messy.

I'd recommend the Grove system, with adapter board available for many platforms including Arduino, LaunchPad, BeagleBone, Raspberry Pi among others. The ready-to-use Grove Beginner Kit for Arduino​​​ comes with tutorials and step-by-step examples.
​

The Grove system relies on a unique 4-pin connector for analog and digital GPIOs as well as ports like UART or I²C and a wide range of modules, including sensors, actuators and screens. 

Each peripheral comes with its library for the Wiring / Arduino 
framework.
Picture

Exploring the Internet of Things

The Internet of Things connects things to a network, either local or Internet. A thing is a micro-controller with peripherals.

The thing gathers data from sensors and sends it to databases, and receives commands and acts accordingly, for example by turning lights on.

The whole section 
Exploring IoT, the Internet of Things includes two lists of recommendations: one for IoT Platforms: Which Hardware? and ​another for IoT Services: Which Solution?

Two popular solutions pictured: Blynk on the left, Node-RED on the right.

Picture
Picture

Going Real Time

For more complex projects, running multiple tasks simultaneously and ensuring  time-determinist process are critical. Here comes RTOS, or real time operating system. 

Only the LaunchPad MSP432, the LaunchPad CC3200 WiFi —and other CC3200-based boards— and the SensorTag CC2650 support RTOS thank to Energia Multi-Tasking or EMT.

The Galaxia library brings most of the RTOS elements, including the threads SWI and Task, and the synchronisation Event, Semaphore, Mailbox, Timer and Clock.
Picture

Building Robots

Robots add a whole new dimension to embedded computing. The challenge with hardware is, how to deal with reality.

The two main building systems with sensors, actuators and controller are Lego Mindstorms and fischertechnik.
  • The Lego Mindstorms system comes with nicely packaged but rather closed peripherals.
  • The fischertechnik system is more open with universal inputs and outputs, as well as a standard I²C port for custom-made peripherals.
Learn more about fischertechnik and my robotic projects at the fischertechnik Corner.
Picture

Dealing with Larger Projects

More advanced projects may require measurement equipment. Most popular equipment includes:
  • a multimeter, 
  • a logic analyser, like the Saleae Logic Analyser,
  • a programmer-debugger, like the Segger J-Link,
  • an oscilloscope, like the Rigol DS1102E Oscilloscope.

On my side, the most useful tool is the logic analyser. Non intrusive, it records the data sent on SPI and I²C buses. Then comes the debugger, especially for monitoring the variables.
Picture

Training

Training can be delivered as a MOOC and as workshops from a silicon manufacturer.

The most important part is to know how to read a data-sheet!

​Finally, enthusiasts share their hobby on forums!
Picture
Posted:
Edited: 13 Sep 2017, 23 Nov 2021
Powered by Create your own unique website with customizable templates.