Open Hardware: Raspberry Pi and ESP32
-
Tom's Hardware ☛ FlippyDrive solderless GameCube modchip is powered by Raspberry Pi Pico
Chris and Trevor have created an RP2040 mod chip for the GameCube that allows you to play games loaded off an SD card while keeping the original optical drive.
-
peppe8o ☛ Restreamer with Raspberry PI: Self-Hosted Re-Streaming Server
In this tutorial, I will show you how to use Restreamer with Raspberry PI...
-
CNX Software ☛ Watch ESP32’s GPIO status in real-time in a web browser
GPIOViewer is an open-source Arduino library allowing users to monitor the GPIO pins status of their ESP32 board in real-time in a web browser for troubleshooting or fun. It’s different than the Wokwi ESP32 simulator that works entirely in a web browser since the GPIOViewer library sends GPIO status data of the actual hardware over WiFi to display the pin status as they change in a page rendered in a web browser from a choice of popular ESP32 development boards. The GPIOViewer library relies on the ESPAsyncWebServer Async web server for ESP8266 and ESP32 and the AsyncTCP asynchronous TCP library for ESP32 microcontrollers. The first two must be manually downloaded and installed, and the latter can be installed directly from the Arduino IDE’s Library Manager by searching for it.