Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By monahanz
#93525 I'm a new member!
I have a ESP8266 WsMOS D1 module:-
https://www.iotstarters.com/coding-the- ... duino-ide/

Unlike almost everybody here I would like to interface it directly through the UART Rx and Tx pins.
Hitting the reset always seem to return garbage indication I don't have the correct baud rate
I see numbers all over the map on web sites as to the default baud rate. None seem to work for me.
Two questions:-

1. What is the correct baud rate for this module (right out of the box - unaltered).
2. With a power input of 5V can I run Rx and Tx from a 5v supply UART (Z8035)

Thanks in advance for help
John Monahan
User avatar
By JurajA
#93536 there is no default baud rate.
the boot log is at 74880 baud. (the bootloader uses 115200, but it expects 40 MHz crystal. most esp8266 boards have 26 MHz crystal so the resulting UART speed is the strange 74880 baud)
User avatar
By AcmeUK
#93553
What is Z8035?

From Byte Magazine JUNE 1984 VOL. 9, NO. 6 we find that the Z8035 is a "Counter/Timer & Parallel I/O Unit", presuably a Z80 microprcessor support chip.
Please tell me you are not trying to use one of these!
I suspect what you may be using is the Z80 Dual UART, or is it the Z80 SIO?
Either way very old tech!