Using USB to RS232 Serial Converter for uploading Sketch
Posted: Wed Sep 30, 2020 10:58 pm
Hi everyone
I have a bare ESP-07S board and I have been using a USB to RS232 Serial converter cable to try and upload an Arduino sketch and it has been failing. I've linked the datasheet below of the cable I'm using
https://www.ftdichip.com/Support/Docume ... CABLES.pdf
Link to the ESP-07S Wifi Module datasheet
https://docs.rs-online.com/fd6c/0900766b815d5375.pdf
The error I get is:
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
I have been following this tutorial below where I have 4 x 10k resistors and capacitors
in place on my breadboard. I have set GPIO15 and GPIO2 both low, while GPIO2 is set to high. I've also confirmed that I have 3.3 volts running on the module and not 5V because I know that I will fry the module of 5V is applied.
I also placed a capacitor between the EN and GND pin as mentioned in this article below but it was still failing:
https://randomnerdtutorials.com/solved- ... et-header/
Is the best solution just to purchase a USB to TTL converter like this one and not use a USB to RS232 converter cable:
https://www.x-on.com.au/mpn/ftdi/ttl232r3v3pcb
Thank you
Sahil
I have a bare ESP-07S board and I have been using a USB to RS232 Serial converter cable to try and upload an Arduino sketch and it has been failing. I've linked the datasheet below of the cable I'm using
https://www.ftdichip.com/Support/Docume ... CABLES.pdf
Link to the ESP-07S Wifi Module datasheet
https://docs.rs-online.com/fd6c/0900766b815d5375.pdf
The error I get is:
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
I have been following this tutorial below where I have 4 x 10k resistors and capacitors
in place on my breadboard. I have set GPIO15 and GPIO2 both low, while GPIO2 is set to high. I've also confirmed that I have 3.3 volts running on the module and not 5V because I know that I will fry the module of 5V is applied.
I also placed a capacitor between the EN and GND pin as mentioned in this article below but it was still failing:
https://randomnerdtutorials.com/solved- ... et-header/
Is the best solution just to purchase a USB to TTL converter like this one and not use a USB to RS232 converter cable:
https://www.x-on.com.au/mpn/ftdi/ttl232r3v3pcb
Thank you
Sahil