Require Wifi code for soft AP using AT Command
-
- Posts: 8
- Joined: Fri Feb 23, 2024 9:28 am
Require Wifi code for soft AP using AT Command
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
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.
-
- Posts: 8
- Joined: Fri Feb 23, 2024 9:28 am
Re: Require Wifi code for soft AP using AT Command
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?
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
you can refer to https://docs.espressif.com/projects/esp ... onnections.
Once received data, AT will prompt "+IPD,<link_id>,<len>:<data>"
Once received data, AT will prompt "+IPD,<link_id>,<len>:<data>"
Who is online
Users browsing this forum: No registered users and 26 guests