Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damianlion/esp2866-binary-clock
https://github.com/damianlion/esp2866-binary-clock
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damianlion/esp2866-binary-clock
- Owner: DamianLion
- Created: 2021-12-22T12:45:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T12:55:32.000Z (about 3 years ago)
- Last Synced: 2024-10-28T11:22:22.019Z (2 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
```