Próbuje 1x zaprogramować esp8285 z gniazdka wifi
wgrywam suple za pomocą esptools takimi komendami z cmd
wszystko niby idzie a gniazdo nie rozsyła sieci co moze byc przyczyną
esptool.py --port COM6 write_flash 0x00000 blank_1MB.bin
esptool.py --port COM6 write_flash 0x00000 boot_v1.5.bin
esptool.py --port COM6 write_flash 0x3FC000 esp_init_data_default.bin
esptool.py --port COM6 write_flash 0x01000 Gosund_SP111_15A.bin
taki efekt z ostatnie komendy
C:\2>esptool.py --port COM6 write_flash 0x01000 Gosund_SP111_15A.bin
esptool.py v4.4
Serial port COM6
Connecting...
Detecting chip type... Unsupported detection protocol, switching and trying again...
Connecting...
Detecting chip type... ESP8266
Chip is ESP8285N08
Features: WiFi, Embedded Flash
Crystal is 26MHz
MAC: e8:68:e7:46:7b:68
Stub is already running. No upload is necessary.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00055fff...
Compressed 345540 bytes to 249409...
Wrote 345540 bytes (249409 compressed) at 0x00001000 in 22.2 seconds (effective 124.4 kbit/s)...
Hash of data verified.
programowanie esp
-
botr123
- Posts: 35
- Joined: Mon Dec 26, 2022 4:28 pm
ok dopisałem do instrukcji
--flash_freq 40m --flash_size=detect -fm dout
i poszło ..mam juz WIFI ..dzieki
--flash_freq 40m --flash_size=detect -fm dout
i poszło ..mam juz WIFI ..dzieki
