Go to file
2019-04-24 21:00:12 +02:00
os Added binary files 2019-04-19 21:03:43 +02:00
simulation Removed original config.lua file, before the simulation one is integrated 2019-04-24 21:00:12 +02:00
tools Clean memory before writing file 2019-04-18 21:46:15 +02:00
unit Remove display_countcharacters_de and display_countwords_de 2019-04-20 21:39:50 +02: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 Remove display_countcharacters_de and display_countwords_de 2019-04-20 21:39:50 +02:00
index.html Flashing first the old firmware 2019-03-08 21:30:21 +01:00
init.lua Visualize compiling 2019-04-18 22:51:09 +02:00
main.lua Remove display_countcharacters_de and display_countwords_de 2019-04-20 21:39:50 +02:00
Readme.md Add remote flashing procedure 2019-04-18 16:32:35 +02:00
timecore.lua More local variables; ~ 2k more RAM 2016-06-19 15:57:57 +02:00
webpage.html Fixed webpage 2019-04-17 20:23:46 +02:00
webserver.lua Remove display_countcharacters_de and display_countwords_de 2019-04-20 21:39:50 +02:00
wordclock.lua Remove display_countcharacters_de and display_countwords_de 2019-04-20 21:39:50 +02:00

ESP Wordclock

Setup

Initial 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

Upgrade

Determine the IP address of your clock and execute the following script:

./tools/remoteFlash.sh IP-Address

Internal Setup

  • GPIO2 LEDs