-->
Page 2 of 2

Re: Serial comms - unable to connect at rates other than 115

PostPosted: Sun Aug 20, 2017 6:53 pm
by meowsqueak
I appreciate that it's a very vague description. Here are the requested photos.

IMG_8240.png
IMG_8241.png


I bought it from here: https://www.aliexpress.com/item/ESP8266-Module-ESP-12F-NodeMCU-LUA-Wifi-Extension-Module-Wemos-D1-R3-Development-Board-With-RGB/32801352121.html

Re: Serial comms - unable to connect at rates other than 115

PostPosted: Mon Aug 21, 2017 12:55 am
by schufti
QuickFix wrote:Every ESP should be able to communicate at *all* baudrates; I haven't heard of a *Locked* baud rate before. :?


During boot it is "locked" to 74880 and in "AT mode" it is fixed to 115200 (no autobaud), so this observation is correct.

During flash the obtainable baudrate seems to depend on ??? I have nodemcu's that can be flashed at 921600 but most are only stable at 256000. Cable? chip? pcb design? I don't know. On ESP-01 with external USB/serial converter I usually can't go higher than 115200.

Edit: seeing your pcb, I can just refer to the last sentence of my statement above.
1st thing i would do: keep connections between USB/serial converter as short as possible, then I would populate the empty spaces for electrolytic capacitors.
Are you suplying the module via 3.3V or VCC pins?

Re: Serial comms - unable to connect at rates other than 115

PostPosted: Mon Aug 28, 2017 12:55 am
by meowsqueak
Supply is 5V via VCC from external (and stable) power supply. I checked the onboard regulator and it seems to be converting to 3v3 correctly.

I didn't try baud rates higher than 115200 - I'll try 256000 next time.