Emily Li
Emily Li

Reputation: 45

ESPNOW failed after I use WiFi.begin(ssid,password)

I am doing a project of RFID access control system. I use 2 esp32. The first one connect to Google Sheet App Stripe, determine whether the uid detected is correct. Then it get the returned result.Then, it should send the result to the second esp32 by using ESP-NOW. The first step works well which I can get back the returned result, but it cannot send to the second esp32(Delivery Fail). I found that the failure reason of ESP-NOW is because of the code WiFi.begin(ssid,password)(ESP-NOW works after I delete this code). I want to know is that possible to use wifi and esp-now at the same time? The logic of my project: enter image description here

Upvotes: 0

Views: 322

Answers (0)

Related Questions