ClockClock
Features
- Daylight alarm via led strip will start to brighten 15 minutes before scheduled alarm time
- Bed Shaker will start 1 minute before scheduled alarm time
- Buzzer will start at scheduled alarm time
- Alarm finishes one minute after scheduled alarm time
- WiFi setup/config
Hardware
Currently this is being developed on a wemos D1 and a 128x64 OLED display. I have mounted the Voltage Regulator on headers to give it some breathing room. Please ignore the flux in the pictures.
Libraries
- Time is kept in sync via NTP lib at https://github.com/PaulStoffregen/Time
- Timezone/Daylight savings time are handled via TimeZone lib at https://github.com/JChristensen/Timezone
- WiFi setup/config is provided by the amazing WiFi Config lib at https://github.com/tzapu/WiFiManager
- OLED Display is provided by https://github.com/stblassitude/Adafruit_SSD1306_Wemos_OLED