/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lupyuen.org
| | mayaposch.wordpress.com
5.9 parsecs away

Travel
| | Last year I found myself looking at Espressif's ESP32 microcontroller (MCU) in the context of porting the NymphCast receiver (NCS, or NymphCast Server[1]) application to it. This network-based application is responsible for accepting playback requests from clients along with media data to decode using FFmpeg and output to displays and speakers via libSDL. Although the...
| | pagefault.blog
5.0 parsecs away

Travel
| | Step-by-step guide how to flash Sonoff S20 WiFi outlet with custom MQTT firmware.
| | ncona.com
6.1 parsecs away

Travel
| | A few months ago, I started learning Arduino, and recently I finished my first small project. After finishing the project, I was wondering if I could build the same thing for cheaper, and that's when I stumbled into ESP32. ESP32 is an MCU (Micro Controller Unit) that got very popular because it has integrated WiFi, Bluetooth, very good documentation and is relatively cheap for what it does. Interestingly, the Arduino UNO R4 WiFi contains two MCU and one of them is an ESP32. Getting an ESP32 The easiest w...
| | www.sabulo.com
27.7 parsecs away

Travel
| I've had a longish break from using Python on ESP32. I've been busy working on projects using the Arduino IDE and the dialect of C it uses, and one of the reasons for preferring Arduino...