This week I was publishing a new Arduino IEEE 802.15.4 Transceiver library for the ESP32-C6 and H2.
Further details can be found in my Blog: www.pschatzmann.ch/home/2026/02...
Posts by Phil Schatzmann
This week I was publishing a new Arduino IEEE 802.15.4 Transceiver library for the ESP32-C6 and H2.
Further details can be found in my Blog: www.pschatzmann.ch/home/2026/02...
I finally managed to release my arduino-dlna library!
To my knowledge, this is the first and only Arduino library that can create DLNA devices on Microcontrollers like the ESP32.
Further info can be found in the README and Wiki of the project: github.com/pschatzmann/...
In my last Arduino AudioTools Release I have integrated a RTSP server and client.
I decided to make things more flexible by providing different implementations for the Server and Streamer.
www.pschatzmann.ch/home/2025/10...
I released a new version of my Arduino Emulator that allows you to run Arduino Sketches on your Desktop: github.com/pschatzmann/...
I am supporting the Arduino API running on a Raspberry PI now!
I have added support for the Apple Lossless Audio Codec (ALAC): to my Arduino AudioTools project.
www.pschatzmann.ch/home/2025/06...
I was missing a compahensive overview of the SD read and write speeds using an Arduino ESP32. So I decided to measure and publish this data: www.pschatzmann.ch/home/2025/03...
I was wondering if the RP2040 can be used with my Arduino Snapclient Library: github.com/pschatzmann/....
I was stuggeling quite a bit and the audio was just auwful. The solution was to split up the Wifi and the audio decoding to the different cores.
The example can be found in the project.