Note: This project is being rewritten in C++ with new features! Check back later for updates.
(Un)Counter is a small desk device that helps track time until important dates. It uses an ESP32 microcontroller and a 0.96" OLED display to show countdowns. The device synchronizes time automatically via Wi-Fi.
- Works with ESP32-S3 microcontroller
- 0.96" OLED display
- Lipo battery with USB-C charging
- Automatic time synchronization
- Web-based configuration interface
You will need an ESP32-S3 microcontroller flashed with CircuitPython.
- ESP32-S3 microcontroller
- 0.96" OLED Display (SSD1306 or compatible)
- TP4056 USB-C charging module
- LiPo battery
- Wires
- 3D printed case
- Clone the repository:
git clone https://github.com/TheFilipcom4607/uncounter - Copy the files to your ESP32 device.
- Restart the device to apply changes.
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Made with ❤️ by TheFilipcom4607
