-
Betaflight and INAV compatible MSP library for Arduino
I’ve been tinkering with RC and FPV gear for years, and every now and then I hit a problem that really shouldn’t be a problem. This time it was MSP. More precisely: connecting small Arduino‑based projects to INAV and Betaflight in a clean and predictable way. On paper it looks simple. MSP is open, documented,…
-

INAV Adaptive Filter tunes itself
Some people find tuning FPV drone filters challenging, and to a certain degree, it is. You need to set the right cutoff frequencies, adjust parameters, observe results, and experiment with different combinations. If you’re not an expert, this process can feel overwhelming, which is understandable. But what if I told you that INAV offers a…
-

Building an ESP32‑Based Incident Light Meter for Photography & Cinematography
Incident light meters are indispensable tools in photography and cinematography. They measure the light falling onto a subject rather than the light reflected from it, giving far more reliable exposure readings—especially in scenes with dark backgrounds, bright highlights, or high‑contrast lighting. Commercial incident meters cost anywhere from €200 to €500. That’s a lot for someone…
-

Meshtastic vs MeshCore – which one is “better”?
Meshtastic and Meshcore are 2 most popular systems for building independent, distributed and open mesh networks. You know, for emergency situations or just for fun as it can be a pretty cool hobby. At the moment, there is quite a lot of friction on the topic which one is better, who is switching to what…
-

The Hidden Trap Inside ESP32‑C3 Super Mini Boards from AliExpress
Why Two Identical‑Looking Boards Can Be Completely Different The ESP32‑C3 has quickly become one of the most popular microcontrollers for DIY electronics, IoT projects, and low‑power wireless applications. It is small, efficient, inexpensive, and fully compatible with Wi‑Fi and Bluetooth. Naturally, the market is full of tiny ESP32‑C3 development boards—especially on AliExpress—sold at unbelievably low…
-

Raspberry Pi: How to Install Debian (Raspberry Pi OS Lite) on an NVMe SSD (No Monitor Needed)
Running Debian (Raspberry Pi OS) from an SSD on a Pi is the fastest way to get a stable, responsive system — perfect for servers, containers, or embedded projects. This guide walks you through a fully headless setup, using only a PC and your Pi. 🧰 What You Need 1. Flash Raspberry Pi OS to…
-

Samba shares not working, Windows Error 0x80070035
I already shared a solution to Windows Error 0x80070035 when opening network drives error here. However, apparently latest version of Windows 11 changes something again (sic!) and old solution is not guaranteed to work anymore.Hence, Windows Error 0x80070035 strikes again with a full force.Luckily, there is another solution that enables “Insecure guest logons” and makes…
-

How to run Jellyfin media system in Kubernetes
A practical guide for homelab engineers who want a real media server running on a real cluster Self‑hosting media is one of the most satisfying parts of a homelab — and Jellyfin is the gold standard for doing it right. But running Jellyfin inside Kubernetes requires a bit of care: it needs fast storage, stable…
-

Raspberry Pi OS as a Kubernetes and Ceph cluster node
A practical, opinionated guide for homelab engineers who want their Pi nodes to behave like real servers The Raspberry Pi 5 finally has enough horsepower to serve as a legitimate node in a distributed storage + Kubernetes cluster. But to get there, you need to treat it like a real machine: deterministic networking, proper cgroups,…
