Artful Bytes

A blog about building and programming hardware.

Embedded System Project Series

June 17, 2022 1 min read

I released another YouTube video.

In this one, I introduce a project series that will focus on programming a sumobot (embedded system) from scratch in the programming language C, including drivers for common peripherals like GPIO, UART, ADC, I2C, Timers, and more.

With this series, I aim to show what embedded systems programming might look like in the context of a project, which is different from the typical one-off tutorial because you have to consider more aspects when writing the code.