-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21c4928
commit bab3b3d
Showing
5 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# LED-hourglass-32x16 | ||
|
||
https://github.com/esphome/esphome-flasher/releases | ||
# Easy Install | ||
1. [Download the latest `````hourglass.bin```` and ````program flash.bat```` from the Releases tab](https://github.com/IHOTT/LED-hourglass-32x16/releases) | ||
2. [Download this flashing tool](https://github.com/espressif/esptool/releases) | ||
3. [Download the USB<->Serial driver here](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers), install and restart | ||
3. Plug in your ESP32 (make sure your USB cable does data AND charging!) | ||
4. Open ````program flash.bat```` and make sure the right COM port is written. You might need to replicate a similar command line manually if you're not on windows. | ||
5. Run ````program flash.bat````! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
esptool.exe -p COM3 -b 921600 read_flash 0 0x400000 flash_dump.bin | ||
|
||
pause |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
esptool.exe --port COM3 -b 921600 write_flash --flash_mode qio -e --flash_size 4MB 0x0 hourglass.bin | ||
|
||
pause |