项目作者: adamkovesdi

项目描述 :
ESP8266 based 7 segment display clock with NTP
高级语言: C++
项目地址: git://github.com/adamkovesdi/bedsideclock.git
创建时间: 2019-01-04T15:45:04Z
项目社区:https://github.com/adamkovesdi/bedsideclock

开源协议:

下载


ESP8266 based small NTP clock

bedsideclock

Features

  • 24 hour time display
  • NTP sync
  • DST support (automatic change)
  • Configurable over WiFiManager softAP config
  • OTA upgradable firmware

Prerequisites

  • ESP8266 board (recommended: NodeMCU/compatible see BOM)
  • TM1637 4 digit 7 segment display
  • PlatformIO

Build & Installation HOWTO

Hardware BOM

  • NodeMCU v3 board
  • TM1637 4 digit 7 segment display with colon
  • Female-female dupont cable 4pcs (usually comes with the display)

Wiring between NodeMCU and TM1637 display board

  1. NodeMCU 3.3V -> Display Vcc
  2. NodeMCU GND -> Display GND
  3. NodeMCU D3 -> Display CLK
  4. NodeMCU D4 -> Display DIO

Software installation

PlatformIO automatically downloads all required libraries, boards, and configures your environment.

Uploading

PlatformIO serial

  1. platformio run --target upload

PlatformIO OTA

  1. platformio run -t upload --upload-port <IP address of ESP>

WiFi Configuration

If unable to connect to a known WiFi AP, the unit will come up in configuration mode. Connect your PC/smartphone to SSID “clockAP” and follow captive portal UI to configure your WiFi credentials. Upon successful connnection to your WiFi, clock will remember credentials.

Future plans

  • Force configuration mode (button/jumper, etc)
  • Openweathermap (?)

Special thanks