Skip to content
Discussion options

You must be logged in to vote

The ESP32 runs the Bluetooth stack on core 0 and the Arduino code on core 1.
The A2DP task is running on the core configured with the set_task_core(BaseType_t core) method; by default it is core 1.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants