Search found 1 match

by pawelc_solutionsca
Fri May 10, 2019 9:32 am
Forum: General Discussion
Topic: ESP32 AT command set
Replies: 0
Views: 1895

ESP32 AT command set

Hi, In my application, ESP32 is controlled by external microcontroller. AT commands are sent from external microcontroller to ESP32-WROOM-32 and responses are going back to microcontroller. I need to activate / deactivate Wi-Fi AP on demand, so I am using AT+CWMODE=2 to enable AP and AT+CWMODE=0 to ...