laurensV / wordclock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordclock

Components:

  • ESP8266
  • Neopixel ledstrip
  • DS3231

Board settings:

  • Board: NodeMCU 1.0 (ESP-12E Module)
  • Flash Size: 4MB (FS:2MB OTA:~1019KB)
  • Upload Speed: 115200

Board can be installed by adding this additional board url: http://arduino.esp8266.com/stable/package_esp8266com_index.json

Libraries

Logger

After establishing WiFi connection, you can also see the logs in your local network with the following python script:

python scripts/logger.py

About


Languages

Language:C++ 61.5%Language:HTML 30.2%Language:C 7.2%Language:Python 1.1%