Tutorials

ubutut-immich-main
Ubuntu Tutorial: Immich Photos
0 – Introduction Do you use Google Photos and it’s storage is full? Immich is a great alternative to it. With a pretty similar interface, auto backups and A LOT of fun and usefull features...
ubutut-adguard-main
Ubuntu Tutorial: Setup AdGuard
0 – Introduction If you are looking for a way to block ads network wide AdGuard home is perfect for you. With a very easy installation and web panel to use, you can set it up in a couple of minutes. To...
ubutut-sunshine-freshrss
Ubuntu Tutorial: FreshRSS
0 – Introduction Are you looking for a RSS Reader to be on par with the changes of tech? FreshRSS is one, if not the best one for it. 1 – Setup Setting up FreshRSS is very easy, but first,...
barearduino-spiint-main
Baremetal Arduino: SPI with Interrupts
0 – Introduction A lot of sensors, screens and even flash memory use SPI as the way to communicate between them and the micro controller. With so many options of what to connect, it would be a mistake...
ubutut-sunshine-continue
Ubuntu Tutorial: Continue - Copilot Alternative for VSCode
0 – Introduction If you like Copilot but are also preoccupied with the security concerns of it, you have alternatives. In this article we will be using the Ollama server we setup in a previous article...
ubutut-sunshine-main
Ubuntu Tutorial: Sunshine - Host for Moonlight
0 – Introduction Do you have any protable gaming device? It can be a Steam Deck, a Rog Ally or even a hacked Switch or hacked PSVita, or even if you have a cheap PC you use for your living room tv?...
ubutut-jenkinsgiteadocker-main
Ubuntu Tutorial: Jenkins + Gitea + Docker
0 – Introduction If you’re looking to implement a CI/CD workflow and optimize your testing environment, there is no better open-source tool than Jenkins. In this article we will use Jenkins alongside...
raspitut-retropie-main
RaspberryPi Tutorial: RetroPie on Ubuntu
0 – Introduction If you are mainly a retro gamer that does not have the real hardware, or that prefers to have all your games in the same device, then the Retro Pie gives you one of the best experiences...
ubutut-steam-main
Ubuntu Tutorial: Installing Steam
0 – Introduction In recent years, gaming on Linux, particularly on Ubuntu, has seen a huge surge in popularity and capability. What was once considered a niche platform for gaming has now become...
ubutut-gitlab-main
Ubuntu Tutorial: Installing Gitlab
0 – Introduction If you need a source and versioning control solution for your homelab, you have a couple options, one of them is Gitlab, which we will be installing in this article. One of the benefits...
1 2 3 4
esptut-btserial-main
Esp32 Tutorial: Bluetooth Serial
0 – Introduction One of the main benefits of the Esp32 is the included bluetooth connectivity. In this article we will use ‘Bluetooth Serial’ to connect a phone to the Esp and send and...
crowpanel579tut-cryptoticker-main
CrowPanel Tutorial: Cryptocurrency Ticker
0 – Introduction In today’s cryptocurrency world staying updated with real-time market prices is crucial for traders, invertors and enthusiasts alike. While most people rely on smartphones...
review-crowpanel579-main
Review: CrowPanel E-Paper 5.79'' with Esp32 S3
0 – Introduction For the people looking into a way to display stuff on your Esp32 projects with very little power consumption, there is no better alternative than an E-Ink (E-Paper) display, because...
esptut-wifiwebrequest-main
Esp32 Tutorial: WiFi + API Requests
0 – Introduction With almost every IoT project you might need to access an API, either to send or receive data, in this article, we will make an API call to openweathermap to get the current weather...
esp32tut-4x4keyboard-main
Esp32 Tutorial: 3x3 or 4x4 Keyboard
0 – Introduction In your small Iot devices projects it is sometimes needed to have more buttons than you might have pins, the solution for that is to use a matrix keyboard, instead of having a pin...
esptut-ssd1306oled-main
Esp32 Tutorial: SSD1306 Oled Display with SPI
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...
esp32-buzztask-main
Esp32 Tutorial: Music with a Buzzer and Tasks
0 – Introduction This small project will show you how to use an Esp32 to control a small buzzer using RTOS tasks, making you able to run other code while the music is playing. For this, you will...
esptut-rotencoder-main
Esp32 Tutorial: Rotary Encoder
0 – Introduction If you are thinking of your next project you might be wondering which input method would be the best choice. The Rotary Encoder is, in use, similar to the Potentiometer, but in code,...
esp32-sdcard-main
Esp32 Tutorial: SD Card
0 – Introduction A lot of projects require a way to save permanent data, or a large ammount of data, usually, a SD card is the best solution, as you can buy one for cheap. In this small project...
esptut-chip8-main
Esp32 Tutorial: Chip8 Emulator
0 – Introduction In a previous article we made an emulator/interpreter for Chip8 in C++ to be ran on Ubuntu, in this article, we will make small changes and new platform specific modules to run that...
1 2
bareduino-4x4keyboard-main
Baremetal Arduino: 3x3 or 4x4 Keyboard
0 – Introduction In a previous article we learnt how to use a keypad with the Esp32 using the Arduino libraries, in this one, we will go a step lower and use a Arduino Nano with no Arduino libraries....
bareduino-chip8mega-main
Baremetal Arduino: Chip8 Emulator with Mega
0 – Introduction In previous posts we already made a working Chip8 Emulator both on Ubuntu and on a Esp32 with the help of the Arduino libs and U8g2. In this article though, we will ditch every help...
barearduino-spiint-main
Baremetal Arduino: SPI with Interrupts
0 – Introduction A lot of sensors, screens and even flash memory use SPI as the way to communicate between them and the micro controller. With so many options of what to connect, it would be a mistake...
barearduino-pwmfastpwm-main
Baremetal Arduino: PWM Example
0 – Introduction In the world of microcontrollers, PWM is used to communicate with some motors, or even other microcontrollers, one example is, the servos and ESC in a RC car, it is also a great...
barearduino-timer-main
Baremetal Arduino: Timers
0 – Introduction While using an arduino there are a lot of things that require timings, communications like SPI and I2C or PWM but, besides communications, maybe you want to make an animation with...
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...
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...
raspitut-retropie-main
RaspberryPi Tutorial: RetroPie on Ubuntu
0 – Introduction If you are mainly a retro gamer that does not have the real hardware, or that prefers to have all your games in the same device, then the Retro Pie gives you one of the best experiences...
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...
raspi-tflite-main
RaspberryPi Tutorial: Object detection with MediaPipe
0 – Introduction In this article we will be making a small application with python to run an object detection model in your Raspberry Pi 5 using MediaPipe. If you get an error while creating your...
ubutut-smb-main
Raspberry Pi Tutorial: Hosting a folder with SMB
0 – Introduction If you host a service on your pi, like Jellyfin, RetroPie or LibreElec, you might need a way to transfer files from your main pc to the raspberry pi, and it might be annoying to...