When I wrote about a DIY ESP32-S3 internet radio last week, "raspbeguy" commented he'd rather choose an ESP32-based DIY DAB+ ...
I needed to verify that a newly installed LoRaWAN gateway was working correctly, so I built a simple and portable testing ...
In this video I'm using the Reyax RYRR30D NFC module to create a system that logs records to a Notion Database. The RYRR30D ...
Arduino library for reading rotary encoders that output a 2-bit gray code. Rotary r = Rotary(2, 3); void setup() { r.begin(); } void loop() { result = r.process(); if ...
The 8051 was an 8-bit Harvard-architecture microcontroller first put out by Intel in 1980.  They’ve since discontinued that ...
Author: Lennart Hennigs (https://www.lennarthennigs.de) Copyright (C) 2017-2026 Lennart Hennigs. Released under the MIT license. This library allows you read out ...