A poker shot clock using M5Stack Core2. This project provides a simple and intuitive interface for efficient time management in poker games.
- 60-second countdown timer
- Large, easy-to-read display
- Simple two-button interface:
- START button (green)
- STOP button (red) / RESET button (blue) after time up
- Visual alerts:
- Red/black flashing background when time is up
- "TIME UP!" text display
- Audio alert when time expires
- Landscape orientation for optimal visibility
- M5Stack Core2
- Built-in touch screen
- Built-in speaker (for time-up alert)
- PlatformIO
- Arduino Framework
- M5Unified Library
- Install PlatformIO
- Clone this repository
- Install required libraries:
- M5Unified
- Preferences
- Open the project in PlatformIO
- Build the project
- Connect M5Stack Core2 via USB
- Upload the firmware
- Timer display in center
- START button (left, green): Start/resume the timer
- STOP button (right, red): Pause the timer
- When time is up:
- Screen flashes red/black
- "TIME UP!" text appears
- STOP button becomes RESET button (blue)
- Audio alert sounds
- Touch START to begin countdown
- Touch STOP to pause countdown
- After time up, touch RESET to return to initial state (60 seconds)
MIT License
[whywaita]
Please use GitHub Issues for bug reports and feature requests. Pull requests are welcome.