C++ Programming

This tag is used to tag C++ Programming related posts

Esp32 Tutorial: Pong

0 – Introduction Since I learnt how to code, one of my dream projects is to make a game that runs anywhere, like me there are lots of people out there that would like to do the same, but making a game itself is already pretty complex, if we add the nuances of making multiplatform

Esp32 Tutorial: Pong Read More »

Esp32 Tutorial: Chip8 Console

0 – Introduction Retro gaming enthusiasts often look back fondly at the CHIP-8 virtual machine, which powered early homebrew games in the 1970s. In this tutorial, we’ll create a CHIP-8 emulator console using an ESP32 microcontroller, a keypad, an LCD, and an SD card reader. By the end, you’ll have a fully functional handheld console

Esp32 Tutorial: Chip8 Console Read More »

Esp32 Tutorial: All UARTS

0 – Introduction Most Esp32s have more than one UART, which lets us communicate between microcontrollers, with multiple computers and even with some peripherals like GPS modules. To follow this article you will either need atleast two Esp32s (buy here) or one Esp32 and atleast one Uart to USB converter (buy here). You can also

Esp32 Tutorial: All UARTS Read More »

CrowPanel Tutorial: Bad Apple

0 – Introduction In the world of tech memes, there are a few universal truths: if it has a CPU, it can probably run Doom, and if it has a black and white screen, it can play ‘Bad Apple’. Inspired by this, i decided to test my 5.79” CrowPanel by running this iconic monochrome video.

CrowPanel Tutorial: Bad Apple Read More »