ESP8266-01 serial Port error

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
giants
Posts: 44
Joined: Fri Apr 26, 2019 2:07 pm

ESP8266-01 serial Port error

Post by giants » Thu Oct 07, 2021 1:53 pm

Hi there!
long time ago i buy a couple of ESP8266-01, now i try to program they. i made this programmer
https://www.electronicshub.org/diy-pcb- ... fi-module/
i think the mistake him made is connect tx with tx and rx with rx. My problem is when i try to use upycraft for download the new firmware i the program continus to tell me him can open the serial port i try with Thonny ide and i have the same problem. I use windows 10

Please some one can help me ?

Thank you
Sergio

neveregret
Posts: 28
Joined: Sun Aug 08, 2021 5:48 pm

Re: ESP8266-01 serial Port error

Post by neveregret » Thu Oct 07, 2021 7:32 pm

giants wrote:
Thu Oct 07, 2021 1:53 pm
i think the mistake him made is connect tx with tx and rx with rx.
This isn't the problem. Because you are only coding ESP. My connection is (when I want to upload code to esp01) rx-rx ,tx-tx , chpd -3.3V to Arduino's 3.3 , gnd and gpıo pin to gnd. ( Arduino's reset pin to Arduino's gnd because I want to code esp01). When I upload the code I am cutting connection to 3.3V and reconnect 3.3V.That is how I adding code to esp01.

giants
Posts: 44
Joined: Fri Apr 26, 2019 2:07 pm

Re: ESP8266-01 serial Port error

Post by giants » Fri Oct 08, 2021 6:02 am

Thanks for you help tondai i try and i tell you. I must hope in the dame Walter with upycraft

Sergio

neveregret
Posts: 28
Joined: Sun Aug 08, 2021 5:48 pm

Re: ESP8266-01 serial Port error

Post by neveregret » Fri Oct 08, 2021 6:51 am

giants wrote:
Fri Oct 08, 2021 6:02 am
Thanks for you help tondai i try and i tell you. I must hope in the dame Walter with upycraft

Sergio
But as I said I am doing it with Arduino. In your case, I looked the link he is using Arduino IDE for programming too. You can do it with MicroPython too but I didn't try it with MicroPython.

Post Reply