Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damianlion/esp2866-binary-clock


https://github.com/damianlion/esp2866-binary-clock

Last synced: 26 days ago
JSON representation

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
```