https://github.com/renato0307/alarmista-esp32
ESP32 code for the "alarmista" alarm clock
https://github.com/renato0307/alarmista-esp32
alarm arduino clock esp32
Last synced: 2 months ago
JSON representation
ESP32 code for the "alarmista" alarm clock
- Host: GitHub
- URL: https://github.com/renato0307/alarmista-esp32
- Owner: renato0307
- License: unlicense
- Created: 2019-03-21T09:32:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T18:49:36.000Z (about 7 years ago)
- Last Synced: 2025-03-21T18:36:38.261Z (over 1 year ago)
- Topics: alarm, arduino, clock, esp32
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alarmista-esp32
ESP32 code for the "alarmista" alarm clock
# platformio commands
##### compile and upload to ESP32
```bash
platformio run -t upload
```
##### serial connection
```bash
platformio device monitor
```