martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 897 forks source link

serial interface doesn't work #455

Closed Pius171 closed 3 years ago

Pius171 commented 3 years ago

The serial interface gives this response while trying to talk to my esp 07 WARNING:root:Unexpected echo. Expected b'show\r\n', got b''

Pius171 commented 3 years ago

sorry it works now. i had to reflash the chip with esptool.py --port /dev/cu.usbserial-10 write_flash -fs 512KB -ff 80m -fm dio 0x00000 /Users/amakandukwu/Downloads/esp_wifi_repeater-master/firmware/0x00000.bin 0x02000 /Users/amakandukwu/Downloads/esp_wifi_repeater-master/firmware/0x02000.bin