Which core controls the wifi connection?

Glebiys
Posts: 9
Joined: Sun Apr 07, 2019 4:26 pm

Which core controls the wifi connection?

Postby Glebiys » Sun Apr 21, 2019 12:35 pm

Hi,

I have ESP32-DevKit board. Which core control the wifi connection? I create a sketch with a flashing LED and connect to the Wifi network. When I turned off the Wi-Fi router, I noticed a failure in the blinking of the LED. As soon as the ESP connects to the network, the blinks are restored.
In the loop, I will use important functions that should not be subject to such a hang. I thought that the work of Wifi goes to core0, and the loop to core1, which speaks of independent processes.
Idea?

Alex

boarchuz
Posts: 566
Joined: Tue Aug 21, 2018 5:28 am

Re: Which core controls the wifi connection?

Postby boarchuz » Mon Apr 22, 2019 12:15 am

Core 0, but I assure you that's not at all relevant here.

Perhaps post some code? There will be something in your loop() that is blocking waiting for a WiFi connection.

Who is online

Users browsing this forum: No registered users and 74 guests