ESP 32S3 WiFi Issue

Hi
This ESP32 S3 Module
How can I kept one core as the supervisor, handling WiFi and critical timing, and used external flash, it would seem I could have the other core just be a sort of client to the supervisor that would update the flash and reset the client core to start the new firmware.

Is there more tutorials and code samples about my above issue

Please Help?

When using a ESP32 under the Arduino IDE and using WiFI. Wifi is automatically set to use core0 and the arduino code goes onto core1.

What problem do you have?

In this case we have to keep OTA codes in every sketch right ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.