ESP201: Skirtumas tarp puslapio versijų
Jump to navigation
Jump to search
1 eilutė: | 1 eilutė: | ||
ESP8266 ESP201 | ESP8266 ESP201 | ||
+ | |||
+ | GPIO 1 - Led Pin (blue), red pin is for power and cannot be controlled. | ||
+ | |||
== Flash mode == | == Flash mode == | ||
8 eilutė: | 11 eilutė: | ||
[[Vaizdas:Esp201 pav222.jpg|600px]] | [[Vaizdas:Esp201 pav222.jpg|600px]] | ||
+ | |||
+ | esptool.py --port /dev/cu.usbserial-14330 write_flash -fs 4MB -ff 80m -fm dout 0x00000 0x00000.bin 0x02000 0x02000.bin | ||
== Deep sleep == | == Deep sleep == |
22:06, 18 balandžio 2022 versija
ESP8266 ESP201
GPIO 1 - Led Pin (blue), red pin is for power and cannot be controlled.
Flash mode
esptool.py --port /dev/cu.usbserial-14330 write_flash -fs 4MB -ff 80m -fm dout 0x00000 0x00000.bin 0x02000 0x02000.bin