Wordclock/Readme.md

34 lines
796 B
Markdown
Raw Normal View History

2016-04-12 18:24:21 +02:00
# ESP Wordclock
## Setup
2019-04-18 16:32:35 +02:00
### Initial Setup
Install the firmware on the ESP:
The ESP must be set into the bootloader mode, like [this](https://www.ccc-mannheim.de/wiki/ESP8266#Boot_Modi)
The firmware can be downloaded with the following script:
<pre>
cd os/
./flash.sh ttyUSB0
</pre>
2019-07-26 21:33:48 +02:00
Connect to the ESP via a terminal emulator like screen using a baud rate of 115200. Then format the filesystem and reboot the ESP with the following commands:
<pre>
file.format()
2019-07-26 21:33:48 +02:00
node.restart()
</pre>
Then disconnect the serial terminal and copy the required files to the microcontroller:
<pre>
./tools/initialFlash.sh /dev/ttyUSB0
</pre>
2019-04-18 16:32:35 +02:00
### Upgrade
Determine the IP address of your clock and execute the following script:
<pre>
./tools/remoteFlash.sh IP-Address
</pre>
## Internal Setup
* GPIO2 LEDs