Update July 2025. From the comments I see many people having problems replicating what I did. I strongly suspect compatibility issues with the latest Arduino software / IDE. I originally did this work in 2022 so there will have been…


Update July 2025. From the comments I see many people having problems replicating what I did. I strongly suspect compatibility issues with the latest Arduino software / IDE. I originally did this work in 2022 so there will have been…

I have a Siglent SSA3021X spectrum analyzer. I like it a lot, and it’s been used for some other posts here. For example looking at LORA signals. I’ve long wished it had a web interface for screen captures. So I…

I’ve been doing an interesting project, writing some LoRa code in Python on an ESP32. There are lots of resources on the web, including other example codebases in github etc, which means I didn’t have to start from scratch. Fairly…

MQTT is a simple protocol for sharing small packets of data with multiple devices. Although it’s been around since 1999, the last few years it’s been growing in popularity as part of the whole “internet of things” movement. I decided…