case ARDUINO_EVENT_ETH_CONNECTED: Serial.println("ETH Connected"); break; case ARDUINO_EVENT_ETH_GOT_IP: Serial.printf("ETH Got IP: '%s'\n", esp_netif_get_desc(info ...
When I wrote about a DIY ESP32-S3 internet radio last week, "raspbeguy" commented he'd rather choose an ESP32-based DIY DAB+ ...
It’s always nice to simulate a project before soldering a board together. Tools like QUCS run locally and work quite well for ...
I’ve been testing out the RYB2340 Bluetooth module, and it’s honestly one of the simplest ways I’ve found to add wireless control to Arduino or ESP8266 projects. In this video, I’ll walk you through ...
One of the many problems you run into when you work with SMD parts is trying to probe the little tiny pins. While we usually ...
It's a solved problem, but I actually prefer a simple web UI.