Skip to content

esp now and Wifi client both are not working simultaneously #878

@James-sjec

Description

@James-sjec

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions