Enabling Multi-Core on ESP32
Enable the multi-core functionality of the ESP32 to execute tasks in parallel while setting the chip’s clock frequency and the FreeRTOS real-time system. The effect achieved in this article is shown in the GIF, where two displays execute in parallel, each using one of the ESP32’s two cores. The display of the two screens, if … Read more