Quote:
Originally Posted by SeeThruHead
I don't drive much in winter but I don't store it away.
I was looking here
https://docs.espressif.com/projects/....html#task-api
i guess in your case you have long running tasks that need to lock down a single core anyway. you wouldn't want a task being put onto the wireless core because it would pause execution of the wireless task.
Makes we want to start a can bus project of my own.
|
Correct. Core 0 is going to be left alone for Bluetooth.
As of yesterday, Core 1 now has 3 tasks running: Reading CAN bus, updating display and sending OBD requests.
You should start a CAN bus project...I have found it to be very interesting and a lot of fun.