jpmv2020

Baremetal Arduino: USB Serial

0 – Introduction In the last baremetal arduino post we started a journey into the world of Arduinos without the IDE and their libraries. Today we will contiue that journey by learning how to do one of the most important debugging functionalities of the Arduino, how to print to the Serial Port (USB). If you

Baremetal Arduino: USB Serial Read More »

Ubuntu Tutorial: Baremetal Arduino

0 – Introduction Building a simple LED blink project is often the first step into the world of embedded systems and microcontroller programming. While many projects rely on the Arduino’s more user-friendly IDE and libraries, sometimes you want more, more speed or more control, and that’s when you should go lower, closer to the metal.

Ubuntu Tutorial: Baremetal Arduino Read More »