Skip to content

mattThurstan/ClockMessageBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clock Message Box

LED Matrix and ESP8266 project.
https://hackaday.io/project/173256-clock-message-box

Equipment

Hardware

  • WeMos D1 (R2 & mini) (ESP8266), 80 MHz, 115200 baud, 4M (3M)
  • Max7219 LED matrix
  • DS3231 Clock (with temperature and memory. battery will last about 8 years)

Software

Licence

  • Written by MTS Standish (Thurstan|mattKsp) 2020
  • Released under GNU GPLv3 (see LICENCE file)

This software is provided on an "AS-IS-BASIS"

Originally based on project by aapicella (mostly replaced now).

Instructions to setup device

  • Power on.

  • Connect your phone/tablet/computer to Wifi device "ClockMessageBox".

  • Connection password is "password".

  • When successfull open browser and goto 192.168.4.1

  • On some devices the auto-capture will work differently. For example, on my Android device it asks me if I want to sign in to this device, this then takes me to the config page.

  • Select the Wifi device you want it connected to (probably your home router).

  • Enter the password for that device.

  • Read the instructions on the page to tell if it was successfull or not.

  • If not repeat.

  • When successfull the Clock Message Box will save the connection and (attempt to) automatically connect to this every time it powers on.

  • On power-up the Clock Message Box should display the IP it has been assigned.

  • Open browser and goto that IP to send the box messages.

  • ( To display the IP again touch the front button. )

  • ( To clear a message touch the front button. )

  • ( Message will timeout and revert to clock (currently) after 1 hour. )

  • ( Clock Message Box will attempt to update date and time everytime it powers on. )

  • ( Clock Message Box automatically adjusts for UK daylight savings. )

Reference

https://www.w3schools.com/tags/ref_httpmethods.asp
https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/
https://randomnerdtutorials.com/esp8266-web-server-spiffs-nodemcu/
https://randomnerdtutorials.com/esp32-esp8266-input-data-html-form/
https://forum.arduino.cc/index.php?topic=590802.0

About

LED Matrix and ESP8266 project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.4%
  • HTML 4.9%
  • CSS 2.7%