2019-04-19 22:05:00 +02:00
2019-04-19 21:03:43 +02:00
2019-04-18 21:46:15 +02:00
2019-03-22 23:52:25 +01:00
2019-03-08 21:30:21 +01:00
2019-04-18 22:51:09 +02:00
2019-04-19 22:05:00 +02:00
2019-04-18 16:32:35 +02:00
2019-04-17 20:23:46 +02:00
2019-04-18 20:44:18 +02:00
2019-03-23 13:54:29 +01: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
Description
No description provided
Readme 5.5 MiB
Languages
Lua 94.6%
Python 3.6%
Java 1.1%
Terra 0.3%
Shell 0.3%