Making Embedded Systems Price: $899
Geometric illustration at the border

Making Embedded Systems

Elecia is the author of the bestselling book: Making Embedded Systems: Design Patterns for Great Software and host of the popular Embedded podcast. She is also a principal embedded software engineer at Logical Elegance, Inc. Elecia will enable you to confidently work as an embedded software engineer.

Watch trailer
Join the waitlist and get notified about the next cohort

Making Embedded Systems

A 10-week program with live classes, real-life projects, and teamwork


If you want to pursue a career as an embedded systems engineer, this course is for you.

After completing these lessons, you will be able to build production systems and work professionally as an embedded systems engineer. You’ll even be ready for the interviews!

Week by week, you’ll learn the foundations of embedded systems programming, and will walk away with the ability to design and build products of your own. You’ll gain practical knowledge and insights to accelerate your career as an embedded systems engineer.


Join the waitlist and get notified about the next cohort
Previous Cohort
Cohort Name Class Period Registration Deadline
#3 Yellow Seahorses
Aug 27, 22 - Nov 05, 22 Saturday, Sep 03 - 2022 at 04:00 PM UTC
Class is closed to new registrations
  • Cohort Name
    #3 Yellow Seahorses
  • Class Period
    Aug 27, 22 - Nov 05, 22
  • Registration Deadline
    Saturday, Sep 03 - 2022 at 04:00 PM UTC
Class is closed to new registrations
Meet Your Peers
SYED
Paulo
Sarah
Friedemann
Charlie
Jason
PuruP
Kayla
Nikolas
Eric
Sandrine
Dr
George
Darius
Davi
Sam
Ary
Lisi
Jeff
Colleen
Bee
Ben
Can
Chris
Cameron
SREEDHAR
jnanendra
Aissata
RAMARIO
Tyler
René
James
Elizabeth
Austin
Claudio
Aldo
Erik
René
Kapi
John
Meet Your Peers
  • Friedemann
  • Austin
  • Darius
  • René
  • Claudio
  • Sarah
  • Cameron
  • René
  • Sandrine
  • Aldo
  • Kapi
  • Can
  • Tyler
  • Ben
  • Aissata
  • SYED
  • Ary
  • Kayla
  • Colleen
  • Sam
  • PuruP
  • jnanendra
  • Bee
  • George
  • Davi
  • Jason
  • SREEDHAR
  • Dr
  • John
  • Chris
  • RAMARIO
  • James
  • Erik
  • Jeff
  • Elizabeth
  • Lisi
  • Charlie
  • Eric
  • Paulo
  • Nikolas
Previous Cohort
Cohort Name Class Period Registration Deadline
#2 Orange Stars
Mar 19, 22 - Jun 06, 22 Saturday, Mar 26 - 2022 at 05:00 PM UTC
Class is closed to new registrations
  • Cohort Name
    #2 Orange Stars
  • Class Period
    Mar 19, 22 - Jun 06, 22
  • Registration Deadline
    Saturday, Mar 26 - 2022 at 05:00 PM UTC
Class is closed to new registrations
Meet Your Peers
Jesse
Ricardo
Tomislav
Marten
robbie
Jennie
Ricardo
Hayden
Sam
Tony
Juan
Leslie
Dylan
Anderson
Kurtis
Jayanthi
Bryan
Aniruddh
Jarek
Ohiosoje
Daniel
Michael
David
Ken
Huan
Graeme
Ira
Vineet
Aaron
Brandon
BOB
Claire
Sam
Novor
Kendall
Misha
Rubab
Emmanuel
Eric
Constantin
Anjali
Maciej
sergio
Unmeel
Jason
Carrie
Joe
Justin
Silvia
Meet Your Peers
  • Tomislav
  • Jarek
  • Aaron
  • Vineet
  • Leslie
  • Ricardo
  • Hayden
  • Sam
  • Daniel
  • Tony
  • Marten
  • Kurtis
  • Carrie
  • Dylan
  • Jason
  • David
  • Anderson
  • Rubab
  • Ken
  • Claire
  • Maciej
  • Aniruddh
  • robbie
  • BOB
  • Ohiosoje
  • Joe
  • Misha
  • Ira
  • Michael
  • Ricardo
  • Huan
  • sergio
  • Constantin
  • Emmanuel
  • Unmeel
  • Juan
  • Kendall
  • Eric
  • Novor
  • Anjali
  • Jesse
  • Justin
  • Graeme
  • Silvia
  • Brandon
  • Bryan
  • Jennie
  • Jayanthi
  • Sam

Program Structure

Typical week in the cohort

Communication and networking are core components of the ClasspertX course experience. In this course, you will be part of a global learning community. In order to accommodate all participants, we have designed much of the course experience to take place asynchronously, with a synchronous class session that occurs weekly.

Async Sessions on Discord
  • Reading from the book
    Includes a free copy of the book

    This course is centered around Making Embedded Systems: Design Patterns for Great Software which will be used as a supplementary material for the classes

  • Videos
  • Quizzes
  • Exercises
  • Students will be prompted to submit questions during the week, and the instructor should choose questions to answer for students during the weekly session
Illustration of people using Discord
Sync Sessions on Zoom
  • Q&A with the instructor
  • Additional demos / examples of key topics
  • Group practice - students break out to work on an exercise
  • Group discussion
Sync sessions on Zoom

Syllabus

Kickoff
Week 1 - Introduction and System Architecture
  • Identify what makes an embedded system
  • Describe why embedded software is different from other types of software
  • Explain the trajectory of the course
  • Create system diagrams as part of system and software design
  • Architect a system, focusing on modularity and information hiding
  • Decompose an existing system to better follow the flow of code
Week 2 - Getting your Hands on the Hardware
  • Identify the major portions of a digital circuit schematics
  • Analyze schematics to sketch corresponding draw block diagrams
  • Apply datasheet information
  • Evaluate processors and development boards based on varying criteria
  • Recognize the different applications of processor documentation
  • Negotiate problem resolution in an interdisciplinary team
  • Explain the need for testability in hardware and software
  • Identify and implement methods to achieve testability in hardware and software
Week 3 - Inputs, Outputs and Timers
  • Implement a basic embedded system (blinking light)
  • Review, decompose and adapt existing hardware abstraction layers (HAL) code
  • Distinguish components of HAL as different design patterns
  • Understand and solve timer equations
Week 4 - Managing the Flow of Activity
  • Deconstruct and document state machines for existing systems
  • Construct and document a new state machine
  • Explain how interrupts and event handlers work with state machines
  • Describe a small scheduler, define basic RTOS terms
Week 5 - Communicating with Peripherals
  • Group peripherals by type and communication method
  • Compare and contrast different peripheral communication methods: ease of use, speed, resilience to noise, and so on
  • Prepare a buffering system to work with a data-driven system
  • Compute system data throughput requirements
Week 6 - Communicating with Peripherals
  • Describe how an inertial measurement unit (IMU) works at an intuitive level
  • Relate IMU results to a system orientation
Week 7 - Updating Code
  • Analyze how a system's bootloader works
  • Critique firmware update options, identifying potential failure points
  • Describe considerations for a large IoT or distributed system deployments
  • Examine code for common security flaws
Week 8 - Doing More With Less
  • Recognize the main components of a memory map
  • Assess resource utilization on a microprocessor
  • Identify and solve problems with resource limitations, memory errors, and firmware update
Week 9 - Math and Optimizing Algorithms
  • Describe the differences between precision and accuracy
  • Evaluate algorithm efficiency with respect to different resource limitations
  • Measure and compare algorithm efficiency
  • Recognize that the first implementation may only be the most obvious, not the best
Week 10 - Power Consumption
  • Measure and calculate power consumption in different circumstances
  • Articulate how coding choices affect power consumption
  • Evaluate which tools will be useful to reduce power consumption under different conditions
Week 11 - Final Project
Your final project is to design and build a simple system that solves a problem you find interesting. The final project is intended to bring together the course topics in a form that can be shared with prospective employers.
Project Preview

Project

Design and build a system that solves a problem you find interesting

Your final project is to design and build a system that solves a problem you find interesting. The final project is intended to bring together the course topics in a form that can be shared with prospective employers

Check out a few of our students' projects
A thumbnail photo for the Dodeca Timer project

Dodeca Timer

Track time spent during tasks
by Graeme Gets

The idea is to use a Dodecahedron to create a physical way to track time spent during the day - In other words, tracking tasks. Each side of the dodecahedron can be assigned a task such as ‘Email’, ‘Coding’, ‘Lunch’, ’meeting’ etc. As you start or stop a task you simply set the Dodecahedron with the task you are about to do facing up.

Demo Session
A thumbnail photo for the palLED project

palLED

palLED, an LED Palette Designer
by Carrie Sundra

The palLED is a friendly kit that helps you envision color palettes on addressable RGB LEDs, using RYB color wheel theory. The palLED lets you see how color schemes created using RYB theory look on RGB LEDs, and also provides you with the RGB settings for each LED.

A thumbnail photo for the Calor project

Calor

In-Situ Temperature Sensor
by David Slik

Calor is a small re-usable device you can scatter across an area to measure how the temperature changes over time and space. Finally, high-density sensor networks are affordable, quick to deploy, and visualizing beautiful animated heatmaps have never been easier.

Demo Session
A thumbnail photo for the Serial Snooper project

Serial Snooper

Make debugging embedded software easier
by Can Caglar

This project aims to make debugging embedded software easier, by reducing the number of steps required to capture serial logs from a device-under-test. Introducing the Serial Snooper (SS): a lightweight, portable and easy-to-use UART data logger.

Demo Session

What you'll learn

  • Build production embedded systems
  • Professional embedded systems engineering
  • Create a system architecture from an existing system
  • Create a system architecture for a new system
  • Negotiate design trade-offs with other parts of an interdisciplinary team
  • Devise tests as part of the design process
  • Improve your interview skills

Who this course is for

Embedded systems are purpose built for their application. That usually means they are resource constrained: the devices have the minimum features needed to do the job. They still need to be mission critical, reliable, easy to use, cheap, and often low power.

Elecia White

Who this course is for

Target Audience
  • Professional electrical engineers who are getting into embedded software and want to know more about good software design
  • Professional software engineers tasked with bringing up hardware who need to know the differences between embedded software and normal software as well as how to use the tools they aren’t accustomed to
  • Software engineers, hardware engineers, IoT professionals, and programmers who want to formalize the bits and pieces of knowledge they have gained by already working in embedded systems
  • New college graduates and junior engineers who want to go beyond tactical programming into strategic design and implementation
  • Managers who are new to embedded software development and need a big picture view
Prerequisites
  • Programming in C or C++, intermediate or expert.

Your Instructors

Elecia White
Elecia White

Elecia White is the host of the Embedded podcast, author of O’Reilly’s Making Embedded Systems, and principal embedded software engineer at Logical Elegance. Elecia has worked on DNA scanners, inertial measurement units for airplanes and race cars, toys for preschoolers, self-driving cars for off-roading, smart rocks for undersea rivers, and assorted other medical and consumer devices.

At a university course, you might learn to program or put together a microprocessor system to program in assembly. Having that sort of theory is great, but that isn't what I do as an embedded software engineer.
Career Highlights
  • Senior Embedded Systems Engineer at Logical Elegance, Inc.
  • Author of Making Embedded Systems (O'Reilly Media)
  • Shipped dozens of products in varied industries including aerospace, medical, consumer, and automotive. Some have sold tens of millions of units; one product that cost $250k
  • Podcast host, blog editor, and author at Embedded.fm
  • Published patents related to medical equipment, municipal infrastructure, and education; peer-reviewed articles concerning signal processing, inertial systems, feeding mice, oil quality sensing, and intelligent tutoring systems
  • 🏎️ Travelled 180 mph in a racecar while testing hardware
  • 🧝‍♀️ Santa's Elf at LeapFrog, focused on making toys
  • 🏜 Melted my hiking boots in the Mojave desert while testing hardware
Relevant Publications in the Field
Making Embedded Systems: Design Patterns for Great Software
View More
185 ratings
Cobus Van Eeden

This is the best introductory book on embedded systems programming I have ever seen and I have seen a lot of them!

Mike B.

Excellent book on the subject! It’s well-written, has very useful information, and if you are job hunting in this area, even has interview questions…and descriptions of how the author evaluates responses to them, at the end of each chapter. Very interesting view into the mind of a technical manager there!

TheGerb

A different approach from the usual run of hobby-directed microcontroller books for Arduino, Raspberry Pi etc. The writing is clear and engaging for software people engaging with writing code for the microcontroller domain for the first time.

Frequently Asked Questions

  • Can I get my employer to pay for the program?

    An investment in knowledge always pays the best return for your company. It’s a tiny investment compared to what you could potentially bring in terms of innovation to your workplace.

    Many companies offer reimbursement for courses related to your job. Ask your employer about tuition benefits. Even if there is no specific tuition assistance, many companies allocate money toward professional development. Managers may have money earmarked for industry conferences and many have not considered applying it toward continuing education.

    Approach asking for tuition assistance like you would a formal negotiation. Go into the discussion with clearly outlined and rehearsed messages about what you hope to gain and emphasize how it will benefit your boss and organization.

  • What are the dynamics of this program?

    Our programs follow the Flipped Learning Methodology, which involves both self-paced study and live instructor-led sessions. During the week, you’ll be expected to engage in activities like watching lectures, completing readings, and working on exercises and your project. The week ends with a Zoom session where the instructional staff will review what has been learned, organize class discussions, answer student questions, and give feedback on your project.

  • Is attending the live sessions required?

    Attending live sessions is not required, but is highly recommended. This is the chance to network with your peers and the instructional team and get your questions directly answered by the instructor.

    If you can’t attend a live session, you can watch recordings later or get your questions answered on our community channels.

  • What is the time commitment for this course?

    This course requires 6-8 hours/week of work. Self-paced activities such as homework assignments, readings, and watching video lectures exist to help you build up knowledge until you’re able to demonstrate, through your project, that you’ve achieved the learning outcomes of the program. Although important, homework assignments won’t be graded by the instructional team. The only gradable unit in this program will be your project, which is a prerequisite for certificate emission

  • How do refunds work?

    If the course does not meet your expectations, you can ask for a full refund before the beginning of week 3. No questions asked!

  • Do I retain access to all class materials after the class is over?

    Yes, you get lifetime access to all class materials and the community after the class is over. Additionally, new content that is added to future cohorts will be made available to yours too.

  • How are certificates issued? Will I be evaluated?

    In order to earn a certificate, you’ll need to submit a project and get a passing grade. The instructional team will provide comprehensive feedback on your project, highlighting the strong points, areas for improvement, and helpful tips on how it could be successful outside of the class.

  • Will this course run again in the future?

    Cohort-style classes are to some extent very similar to traditional classroom environments which makes them largely dependent on the instructor’s schedule. While we always hope there’ll be a next cohort, there’s no guarantee that the instructor will be available for the next one. If you’re busy right now, but really interested in taking this course, we advise you to sign up now and ask for a refund if you can’t commit to the program after week 3.

  • What determines the price of the course?

    Our programs require significant time from a number of professionals including mentors, the instructor, and organization staff. It is not a canned lecture course but an educational opportunity tailored to your needs and interests.

  • What compilers and IDEs do you use in the course?

    We use Cortex-M processors and encourage the use of the STM32 CubeMX compiler. That said, any compiler and IDE for those processors can work, including PSoC Creator, IAR, VSCode with GCC, Platformio, and the RPi Pico SDK. While you’ll choose a specific IDE and compiler, you will get exposed to others from your classmates.

  • Do I need a board to take this class?

    You can use emulators to take this class, but we recommend against it. You can use any STM-32 compatible board but in addition to the book, Classpert ships boards to all students*.

    *Restrictions may apply to some countries

Join the waitlist and get notified about the next cohort