A large, WiFi-connected seven-segment clock built from addressable LED strips, driven by an ESP32. Each digit is drawn on a NeoPixel (WS2812) strip, the time is synchronised over the internet, and the ...
These days, a lot of embedded projects feature some sort of screen, and a screen often creates a desire for a nice user interface. [Geoffrey Wells] has created a tool for developing web interfaces for ...
While there is a time and place for wirelessly controlled devices, sometimes you want something you can just reach out and ...
OpenC6 BIOS is an open-source project by Rompass that takes a different approach to MCU development. It adds a BIOS-like system to the ESP32-C6, so the system part and application code can run ...
ESP32 Bit Pirate is an open-source firmware that turns your device into a multi-protocol hacker's tool, inspired by the legendary Bus Pirate. It supports sniffing, sending, scripting, and interacting ...
ESP32 is a tiny cheap 8$ module with a dual core 32-bit CPU and built in Wi-Fi and dual-mode Bluetooth with sufficient amount of 30 I/O pins for all basic electronics projects. All these features are ...
In this project, we build a complete ESP32 GSM voice calling device using the GeoLinker GL868 board. The main idea of… ...