mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
@@ -59,18 +59,19 @@ Extract firmware.bin and spiffs.bin
|
|||||||
|
|
||||||
in the command shell window change to the folder where you extracted the .bin files using cd
|
in the command shell window change to the folder where you extracted the .bin files using cd
|
||||||
|
|
||||||
flash the firmware with the command "python -m esptool --port **YOUR SERIAL PORT** --baud 115200 write_flash 0x00000 firmware.bin 0x00300000 spiffs.bin"
|
flash the firmware with the command "python -m esptool --port **YOUR SERIAL PORT** --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin"
|
||||||
hint: you can crank the baudrate up to 921600 bps ;)
|
hint: you can crank the baudrate up to 921600 bps ;)
|
||||||
|
|
||||||
python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00300000 spiffs.bin
|
python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin
|
||||||
|
|
||||||
# Configuration after first boot
|
# Configuration after first boot
|
||||||
|
|
||||||
the esp will build a AP with ssid name **illu** and password **illumination**
|
the esp will build a AP with ssid name **illu** and password **illumination**
|
||||||
|
|
||||||
when connected browse to **192.168.4.1**
|
when connected browse to **http://illucat**
|
||||||
|
|
||||||
now you can enter the SSID and Password of your WLAN, press save (and may reset the esp)
|
now you can enter the SSID and Password of your WLAN and set StationMode to 1
|
||||||
|
then press save and reset the esp)
|
||||||
|
|
||||||
the Cat should now joined your network
|
the Cat should now joined your network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user