(Un)Counter

A small device that sits on your desk and counts down to a specific date.

Note: This project is being rewritten in C++ with new features! Check back later for updates.

UnCounter Project Banner

Overview

(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.

Features

  • Works with ESP32-S3 microcontroller
  • 0.96" OLED display
  • Lipo battery with USB-C charging
  • Automatic time synchronization
  • Web-based configuration interface

Hardware Requirements

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

Installation

  1. Clone the repository: git clone https://github.com/TheFilipcom4607/uncounter
  2. Copy the files to your ESP32 device.
  3. Restart the device to apply changes.

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.


Made with ❤️ by TheFilipcom4607