ESPNow on the ESP32-S3 #13613
Unanswered
brokenbrigde9000
asked this question in
ESP32
Replies: 2 comments 5 replies
-
Are you using the version that is set up for the octal SPIRAM? If not, give it a try. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I did some testing a few days ago using the UM Feather S3 boards with V1.22.1. ESPnow worked fine. These boards have QSPI SPIRAM. If your board has octal SPIRAM could this be the problem? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have previously used ESPNow on an ESP32 which worked pretty well. I wanted to send some data between ESP32-S3 modules but ESPNow does not seem to be present in the latest builds. I'm using ESP32-S3-WROOM-1U-N16R8 units with firmware v1.22.1. I can import espnow, but performing e=espnow.ESPNow() does not give me anything. dir(espnow) shows me an emtpy package too. The preview build v1.23.0 gives me the same result. Is this funtionality not present in the S3 firmware?
-edit
I just reuploaded v1.22.1 and presto: espnow.ESPnow exists. Then I rebooted the ESP32-S3 and what do you know, its gone! Nowhere to be found. I rebooted again a couple of times and saw a espnow.wifi once when doing dir(espnow), but nothing else. Why did espnow disappear while it did manage to show up once?
Beta Was this translation helpful? Give feedback.
All reactions