Go to file
2017-10-30 17:27:56 +01:00
os Added RTC module 2017-10-30 17:27:56 +01:00
tools Automatically reboot the device after the inital flash 2016-07-03 18:41:09 +02:00
unit All tests calculating the length of the word passed 2017-03-01 18:28:37 +01:00
.gitignore Exclude the new testscript, as it is always generated with the same test values and must not stored therefore 2016-05-15 23:00:18 +02:00
displayword.lua More color 2017-03-01 22:04:17 +01:00
index.html Further webserver stuff 2016-12-17 02:09:23 +01:00
init.lua Boot sequence from both ends 2017-10-27 18:05:53 +02:00
main.lua Print WLAN, when searching wifi 2017-03-01 19:53:55 +01:00
Readme.md Documentation for the first setup updated 2016-06-23 20:45:07 +02:00
timecore.lua More local variables; ~ 2k more RAM 2016-06-19 15:57:57 +02:00
webpage.html Added another parameter to set the background color of the clock 2017-01-03 14:38:17 +01:00
webserver.lua Color is transformed between RGB and GRB 2017-01-04 21:31:57 +01:00
wordclock.lua All tests calculating the length of the word passed 2017-03-01 18:28:37 +01:00

ESP Wordclock

Setup

Install the firmware on the ESP: The ESP must be set into the bootloader mode, like this

The firmware can be downloaded with the following script:

cd os/
./flash.sh ttyUSB0

Reboot the ESP, with a serial terminal, format the filesystem with the following command and reboot it:

file.format()
node.reboot()

Then disconnect the serial terminal and copy the required files to the microcontroller:

./tools/initialFlash.sh /dev/ttyUSB0

Internal Setup

  • GPIO2 LEDs