Lora Meshtastic Nodes Built from Scratch

meshtastic node esp32 custom board feature image

This article details how to build a fully custom Meshtastic LoRa mesh node from zero. It covers open‑source PCB design, component assembly, firmware compilation, 3D printed enclosure, and final configuration for off‑grid, long‑range communication. Overview Meshtastic is an open-source communication protocol that transforms affordable LoRa (Long Range) radio modules, typically powered by “ESP32” or “nRF52” … Read more

An Open Source MPPT Controller for Ham Radio Field Operation – Build Notes

esp32 mppt controller in work closed-up view

Background: For amateur radio operators engaging in Portable Operations in the Parks (POTA) and Summits on the Air (SOTA), reliable, efficient power is the backbone of successful activations. These activities often take place in remote, off-grid locations where solar power becomes a vital energy source. An MPPT (Maximum Power Point Tracking) controller is not just … Read more

Implementing FreeRTOS and Mutex in ESP32: A Step-by-Step Guide for Hobby Electronics

Introduction to FreeRTOS and the ESP32 FreeRTOS is a prominent open-source real-time operating system (RTOS) specifically designed for microcontrollers and small embedded systems. Its popularity arises from its lightweight nature and efficient multitasking capabilities, making it an ideal choice for developers and hobbyists engaged in electronics projects. FreeRTOS provides a framework that allows developers to … Read more

Building a Smart Weather Station Using ESP32 and Various Sensors

Introduction to ESP32 and Its Features The ESP32 microcontroller has emerged as a favored choice for Internet of Things (IoT) projects, owing to its robust features and versatility. Developed by Espressif Systems, the ESP32 builds upon the foundations laid by its predecessor, the ESP8266, by integrating a dual-core processor, offering enhanced performance and efficiency. This … Read more