Wifi + Sha Use #187
Replies: 2 comments 3 replies
-
|
Seems like the problem is |
Beta Was this translation helpful? Give feedback.
-
|
On what chip is this happening? In theory what could be the problem is that wpa_supplicant is using that peripheral (in C) and using it concurrently is causing problems. Once we have https://github.com/esp-rs/esp-wifi/issues/158 we could find a way to share the peripheral but I don't think that doable currently If we can identify all the peripherals used there it would probably be safer to take these peripheral in |
Beta Was this translation helpful? Give feedback.
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'm trying to use the wifi module and the Sha peripheral, but when initializing the wifi after the Sha is initialized I get an error message saying
My code looks like the below. Is there something that prevents using both peripherals? Or did I configure something wrong?
Beta Was this translation helpful? Give feedback.
All reactions