-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Hardware:
Board: ?ESP32 Dev Module?
Core Installation/update date: ?11/jul/2017?
IDE name: ?Arduino IDE? ?Platform.io? ?IDF component?
Flash Frequency: ?40Mhz?
Upload Speed: ?115200?
Description:
I am using mqtt protocol and sending data to AWS server.
and simultaneously receiving data from other esp32 and sending that data to the server.
The problem is before Wifi client connects to AWS , esp now is working(I am receiving data from other esp32) , but after WiFi client connects to AWS , esp now stops working (No data is received) . And when Wifi client disconnects from AWS , esp now is working.
I loaded esp_now Slave code in the esp32 which to connects AWS and the devices is configured as AP_STA mode. Esp_now Mater code in other esp32 which send its data.
My doubt : Is AP and STA cannot work simultaneously. If it is not possible tell me is there any way to receive data from other esp32 through AP and send data to the server