I have a problem connecting to the ESP-8266.
Everything connected according to this diagram (step 3).
Installed esptool. uploaded new firmware:
.
.
I then started ESPlorer, unfortunately I can't connect to the chip (I have the same in minicom - I can't type anything in the console)
.
Anyone have any idea what the problem could be ?
Everything connected according to this diagram (step 3).
Installed esptool. uploaded new firmware:
sudo esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py v2.8
Serial port /dev/ttyUSB0
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
Uploading stub...
Running stub...
Stub running...
Erasing flash (this may take a while)...
Chip erase completed successfully in 9.9s
Hard resetting via RTS pin...
sudo esptool.py --port /dev/ttyUSB0 write_flash -fm qio 0x00000 /home/pawel/Pobrane/esp8266-20190529-v1.11.bin
esptool.py v2.8
Serial port /dev/ttyUSB0
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Flash params set to 0x0040
Compressed 617880 bytes to 402086...
Wrote 617880 bytes (402086 compressed) at 0x00000000 in 35.5 seconds (effective 139.1 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
I then started ESPlorer, unfortunately I can't connect to the chip (I have the same in minicom - I can't type anything in the console)


Anyone have any idea what the problem could be ?