https://github.com/damianlion/esp2866-binary-clock
https://github.com/damianlion/esp2866-binary-clock
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/damianlion/esp2866-binary-clock
- Owner: DamianLion
- Created: 2021-12-22T12:45:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T12:55:32.000Z (over 3 years ago)
- Last Synced: 2025-02-08T13:22:49.012Z (5 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp2866-binary-clock
Project for a 5 pin clock. Should only display the current day
## capabilties
- provide a ad hoc network to setup wifi
- status LED provide connection status
- connects to a NTP server
- gets current day
- displays day in binary format## setup
monitor serial
```bash
pio device monitor -b 115200 -p /dev/cu.usbserial-14310
```clear the esp
```bash
esptool.py --chip esp8266 --port /dev/cu.usbserial-14310 erase_flash
```upload
```bash
pio run --target upload
```