In case you missed it, the big news is that a minimal Arduino core is up and working on the ESP32. There’s still lots left to do, but the core functionality — GPIO, UART, SPI, I2C, and WiFi — are all ...
LED matrix display comes in. There are plenty of LED-based displays out there like this one, but the problem is that many of them are proprietary, may not support your own self-hosted solutions, or ...
Potentially, one of the great things about having a device connected to the network is that you can update it remotely. However, how do you make that happen? If you use the Arduino setup for the ...