Latest posts

ubutut-ubuserver-main
Ubuntu Tutorial: Installing Ubuntu Server
0 – Introduction If you have some experience with the Ubuntu command line and want to save a little extra power on your homelab server, then switching from Ubuntu Desktop to Server might be a good...
esptut-ledbtn-main
Esp32 Tutorial: LED Control with Button
0 – Introduction This small project will show you how to use an Esp32 to read the state of a button and output it to a LED, you should also be able to recreate this project with little to no changes...
ubutut-chip8-main
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...
raspitut-pihole-main
RaspberryPi Tutorial: Setting Up Pi-Hole
0 – Introduction If you are tired of getting ads everywhere and want to be at peace, at least in your own home, then Pi-Hole is a godly addition to your homelab. In this article we will install Ubuntu...
review-sbcs-main
Review: Top Singleboard Computers
0 – Introduction If you are looking for the core of your next project you came to the right article! In here we will review a couple of Single Board Computers for the people that think the Raspberry...
barearduino-btnint-main
Baremetal Arduino: Button with Interrupts
0 – Introduction While coding baremetal on a arduino, interrupts are a key part of any program that requires input or precise timings. In today’s article you will learn the very basics of interrupts...
esptut-ssd1306oled-main
Esp32 Tutorial: SSD1306 Oled Display With I2C
0 – Introduction With a lot of projects, having a way to display information is vital, so we will, in this article, use one of the most popular libraries there is, with the ammount of oled displays...
barearduino-usbserial-main
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...
barearduino-led-main
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...
ubutut-arduinoide-main
Ubuntu Tutorial: Arduino IDE 2
0 – Introduction Arduinos are very popular microcontrollers for people who are studying or working with hardware and hobyists. In Ubuntu there are some different ways of coding and uploading your...
1 2 3 4