Core2: Using the second core
-
Hi all,
when I run an Arduino program, does it only run on one core?
How do I utilize the second core of the processor?
Cheers,
Staffan
SWEDEN -
@oscillator It Will normaly use both, you can learn more about it here: https://randomnerdtutorials.com/esp32-dual-core-arduino-ide/
-
Excellent article, thanks a lot @AgreeDK
My plan (in the future) is to have the sound lib Mozzi run on one core, and the UI on the other.