ESP8266 Developer Zone The Official ESP8266 Forum 2016-12-11T12:24:50+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3128 2016-12-11T12:24:50+08:00 2016-12-11T12:24:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3128&p=10860#p10860 <![CDATA[Re: How to read data through uart]]> 1. Make sure connections are correct, i.e. ESP-01 is enabled and running. And Rx pin of ESP-01 will conenct to Tx pin of STM, Tx pin of ESP-01 connects to Rx pin of STM.
2. Send AT commands to PC terminal using STM. If you can see the commands on your PC terminal, means that your STM is sending the commands correctly.
3. By the way, there is more recent firmware versions available on the Espressif ESP8266 page, please check those out!

Statistics: Posted by Guest — Sun Dec 11, 2016 12:24 pm


]]>
2016-12-05T13:26:44+08:00 2016-12-05T13:26:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3128&p=10785#p10785 <![CDATA[Sending the command "AT", But it is replaying Char 'A', Why?]]>
I am trying to interface Esp8266 Wi-Fi(ESP-01 Black) module with STM32f769Disco evaluation board. I developed the UART code using Hal_Driver and AC6 Tool. I updated the latest firmware (AI-v0.9.5.0 AT Firmware.bin) using Esp flash tool to Esp8266 module. Then i checked the Wifi module using Putty Terminal on PC, it is working properly. But when i giving the AT command to ESP Wifi module using STM32F769 Disco evaluation board, the ESP Module sending ack char 'A'. I know that wifi module is not processing the AT command when i interfacing with Microcontroller, but the same AT command is working properly and sending the ack command "OK" when using with Putty Terminal on PC. Kindly someone help me to solve this problem.

Statistics: Posted by logindtechnologies — Mon Dec 05, 2016 1:26 pm


]]>
2016-12-05T12:24:57+08:00 2016-12-05T12:24:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3128&p=10779#p10779 <![CDATA[Re: How to read data through uart]]>
pratik wrote:
Please check out the header file uart.h in driver folder of your SDK. Youc an understand the functions from their names itself... and use them to receive data :)


Hi, thanks very much for your support for customer.

Statistics: Posted by Guest — Mon Dec 05, 2016 12:24 pm


]]>
2016-11-27T13:36:24+08:00 2016-11-27T13:36:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3128&p=10686#p10686 <![CDATA[Re: How to read data through uart]]> uart.h in driver folder of your SDK. Youc an understand the functions from their names itself... and use them to receive data :)

Statistics: Posted by Guest — Sun Nov 27, 2016 1:36 pm


]]>
2016-11-23T19:05:38+08:00 2016-11-23T19:05:38+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3128&p=10622#p10622 <![CDATA[How to read data through uart]]>
Thanks.

Statistics: Posted by ildo — Wed Nov 23, 2016 7:05 pm


]]>