ESP8266 Developer Zone The Official ESP8266 Forum 2017-07-27T21:30:51+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=5271 2017-07-27T21:30:51+08:00 2017-07-27T21:30:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5271&p=14872#p14872 <![CDATA[Re: Maximum UART Baud Rate]]>
The problem was in receiving data software in the host MCU (not in ESP), because I have received data byte after byte. It began to omit some received characters at a certain speed. Now I define the expected number of bytes to be received beforehand and the speed is not limited.

Statistics: Posted by Jan Kijonka — Thu Jul 27, 2017 9:30 pm


]]>
2017-07-24T18:28:24+08:00 2017-07-24T18:28:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5271&p=14800#p14800 <![CDATA[Re: Maximum UART Baud Rate]]>
You can use HSPI slave for data rate up to 10 mbits/sec average.
HSPI master on ESP8266 works at 12-15 mbits/s
If you use QIO mode, you can get over 20 mbps on HSPI easily.

SDIO is complex, and much more tough to get working. Because ESP needs to boot from HSPI flash then. Modules like ESP12 will not work with SDIO mode. They use SPI flash.

Statistics: Posted by Guest — Mon Jul 24, 2017 6:28 pm


]]>
2017-06-20T22:45:19+08:00 2017-06-20T22:45:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5271&p=14128#p14128 <![CDATA[Maximum UART Baud Rate]]>
I'm using host MCU with baud rate fine adjust for communication with the ESP8266 ESP-12 module. However, I can't reach any higher baud rate then 350 877 baud (with 1,6 % error). Any higher frequency will cause possible correctly data transmittion (Tx), but missing symbols in receiving data (Rx).

It's far away from the maximum baud rate 40*115200 (4 608 000 baud) declared. I also did not find anyone would use a higher baud rate. Why it doesn't work ? I commonly use the baud rates higher then 1 Mega baud without problems.

Is there any solution to accelerate the communication speed ? Maybe SDIO instead of UART ? What is the hardware connection for SDIO communication, are there any software issues ?

Thank you,

Jan Kijonka

Statistics: Posted by Jan Kijonka — Tue Jun 20, 2017 10:45 pm


]]>