btclock_v2/README.md

28 lines
804 B
Markdown
Raw Permalink Normal View History

2023-06-10 21:23:31 +02:00
# BTClock v2
[![BTClock CI](https://github.com/dsbaars/btclock_v2/actions/workflows/workflow.yml/badge.svg)](https://github.com/dsbaars/btclock_v2/actions/workflows/workflow.yml)
2023-06-10 21:23:31 +02:00
Improved code for BTClock with many features.
Don't forget to copy `config.h.example` to `config.h`. Not necessary to adapt it, since everything should be configurable through the WebUI.
2023-06-10 21:23:31 +02:00
### Button actions
(Top = 1 to bottom = 4)
1. Start/stop timer (confirmed with LEDs)
2. Next screen
3. Previous screen
4. Show IP address
2023-06-10 21:23:31 +02:00
## Software
- [PlatformIO](https://platformio.org/platformio-ide).
- [Node.js](https://nodejs.org/en) and [yarn](https://yarnpkg.com/).
## Hardware
See [wiki](https://github.com/dsbaars/btclock_v2/wiki) for requirements and build instructions.
2023-06-10 21:23:31 +02:00
## Schematic
![Schematic](doc/schematic.png)