ESP8266 Developer Zone The Official ESP8266 Forum 2017-12-19T19:09:03+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=8740 2017-12-19T19:09:03+08:00 2017-12-19T19:09:03+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8740&p=18735#p18735 <![CDATA[Re: UART0 RTC/CTS not working]]> Statistics: Posted by Her Mary — Tue Dec 19, 2017 7:09 pm


]]>
2017-12-12T15:52:25+08:00 2017-12-12T15:52:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8740&p=18669#p18669 <![CDATA[UART0 RTC/CTS not working]]> We are interfacing modem (SIM800) with UART0 of ESP-12F. We are getting Rx Overflow in UART Driver when 656 bytes are received from modem. We are trying to solve proble with RTS/CTS and made following connection as RTS/CTS line in UART Driver are GPIO15 and GPIO13

GPIO15 (RTS) ---------------------Modem (CTS)
|
-------R1(10K)-------GND

GPIO13 (CTS) ---------------------Modem (RTS)

If we remove Pull down from GPIO15 then ESP does not boot that is the reason for having 10K->GND on GPIO15

When we tried with this connection setup, AT command does not reach to modem (we have verified that hardware flow control is enabled in modem, also enabled in ESP - uart.h)

How to use RTS/CTS on UART0 with ESP8266 ? Why it is not working?

Statistics: Posted by gailu — Tue Dec 12, 2017 3:52 pm


]]>