Need API to turn off WiFi Radio which is in separate core
Posted: Tue Dec 20, 2016 7:30 pm
Hi,
We have one requirement in which we need to either turn off WiFi Radio if it's working and on and turn on WiFi Radio if it's in OFF state but it should not create any impact or effect to running application core functionality. As I know that there are two separate cores into ESP32 chip in which one core is for Application core which is specific for tasks and application etc while another core is for WIFI/BLE core in which WiFi and BLE Radios are running.
So, does it possible to turn off WiFi Radio while module is running into AP mode or STA mode?
If yes then please provide me sample code or examples to do it something like that
We have one requirement in which we need to either turn off WiFi Radio if it's working and on and turn on WiFi Radio if it's in OFF state but it should not create any impact or effect to running application core functionality. As I know that there are two separate cores into ESP32 chip in which one core is for Application core which is specific for tasks and application etc while another core is for WIFI/BLE core in which WiFi and BLE Radios are running.
So, does it possible to turn off WiFi Radio while module is running into AP mode or STA mode?
If yes then please provide me sample code or examples to do it something like that