Baud rate for ESP8266-201?
Posted: Fri Jun 26, 2015 11:44 am
Hi,
received new ESP8266-01 today.
With Arduino Serial monitor I can see messages after resetting, but all junk, for all baud rates.
Since under Linux minicom does not easily allow for different baud rates I did connect:
With RST at GND a restart should go to flash mode.
For all B in {2400, 4800, 9600, 19200, 28800, 38400, 57600, 76800, 115200, 230400} I did:
* press UART reset pin
* esptool.py --baud B flash_id
No success -- which baud rate should I choose?
(blue LEDs of USB2UART as well as ESP8266-201 blink in sync several times when executing command)
Hermann.
received new ESP8266-01 today.
With Arduino Serial monitor I can see messages after resetting, but all junk, for all baud rates.
Since under Linux minicom does not easily allow for different baud rates I did connect:
Code: Select all
ESP8266-201 USB2UART
3.3V VC
RX TXD
TX RXD
GND GND
IO15 (GPIO15) ->GND
CHP_EX -> 3.3V
RST -> GND
With RST at GND a restart should go to flash mode.
For all B in {2400, 4800, 9600, 19200, 28800, 38400, 57600, 76800, 115200, 230400} I did:
* press UART reset pin
* esptool.py --baud B flash_id
No success -- which baud rate should I choose?
(blue LEDs of USB2UART as well as ESP8266-201 blink in sync several times when executing command)
Hermann.