Ubuntu

This one is used to tag posts related to Ubuntu

Chip8 emulator in C++

0 – Introduction A common advice for those who want to get started with emulators development is to try implement a CHIP8 emulator. This is a good advice, because the CHIP8 specification is quite small and simple to implement. And gives a very good overview of the basics on how processors work. In this tutorial

Chip8 emulator in C++ 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 »