Require Wifi code for soft AP using AT Command
Posted: Fri Feb 23, 2024 9:43 am
by chiragteksun
I have utilized the ESP32-DevKitC and aim to configure the ESP32 as a Soft AP to establish communication with a mobile application. Could you please provide me with a step-by-step guide using WiFi AT commands for the ESP32.
Re: Require Wifi code for soft AP using AT Command
Posted: Mon Feb 26, 2024 8:53 am
by esp-at
it depends on what application you used on your mobile phone. you could refer to
https://docs.espressif.com/projects/esp ... index.html for more details.
Re: Require Wifi code for soft AP using AT Command
Posted: Wed Mar 27, 2024 11:31 am
by chiragteksun
Hii,
I Used TCP-IP AT Examples TCP Server.
Using AT+CIPSEND send the data to the client,
But how TCP server receive data when client send?
Is there any AT command to receive the data?
I used hercules.hex TCP Client for send and receive the data?
Re: Require Wifi code for soft AP using AT Command
Posted: Mon Apr 01, 2024 9:07 am
by esp-at
you can refer to
https://docs.espressif.com/projects/esp ... onnections.
Once received data, AT will prompt "+IPD,<link_id>,<len>:<data>"