Search found 1 match
- Thu Oct 04, 2018 7:05 am
- Forum: General Discussion
- Topic: ESP32 AT Cmd Programming problem
- Replies: 1
- Views: 3324
Re: ESP32 AT Cmd Programming problem
I also sent AT commands in the same way and there was no reply. AT command required "CR + LF" for line feed code, but I was sending CR only. After sending "CR + LF" after AT, OK and reply came. Another attention is necessary. The port for AT command is UART1 (GPIO16: RxD1, GPIO17: TxD1). Since it is...