19 lines
424 B
Markdown
19 lines
424 B
Markdown
# Bedside Clock
|
|
|
|
Networked bedside clock utilising an ESP32-SOLO-1.
|
|
|
|
## Planned Features
|
|
|
|
- [ ] Audio alarms
|
|
- [x] 7 segment display
|
|
- [ ] WiFi networking
|
|
- [x] Console for configuration
|
|
- [ ] TCP API for configuration
|
|
- [ ] SNTP synchronisation
|
|
|
|
## Firmware
|
|
|
|
The firmware is a standard ESP-IDF v5.0 project; refer to [Espressif's
|
|
ESP-IDF
|
|
docs](https://docs.espressif.com/projects/esp-idf/en/release-v5.0/esp32/index.html).
|