Go to file
2020-12-08 20:45:18 +01:00
os Upgraded esptool to python3 2020-12-07 20:02:01 +01:00
simulation Display one color after the other 2019-05-22 21:25:33 +02:00
tools Indention improved 2020-03-06 23:55:14 +01:00
unit Remove display_countcharacters_de and display_countwords_de 2019-04-20 21:39:50 +02:00
.gitignore Ignore locally stored configuration files 2020-12-07 20:54:46 +01:00
displayword.lua Remove debugging 2020-03-04 19:10:37 +01:00
init.lua Added example for telnet command 2020-03-04 22:24:13 +01:00
main.lua Always keep the LEDs at a minimum 2020-12-08 20:30:43 +01:00
mqtt.lua Fix LUA syntax 2020-12-08 20:45:18 +01:00
Readme.md Add remote flashing procedure 2019-04-18 16:32:35 +02:00
telnet.lua Indention improved 2020-03-06 23:55:14 +01:00
timecore.lua More local variables; ~ 2k more RAM 2016-06-19 15:57:57 +02:00
webpage.html Reduced html stuff 2020-02-12 20:14:01 +01:00
webserver.lua Merge branch 'master' into sim2 2020-01-29 20:47:00 +01: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