Search found 1 match

by Tom451
Sat Feb 06, 2021 5:45 am
Forum: ESP32 Arduino
Topic: BLE + freeRTOS + ESP32 + Arduino
Replies: 2
Views: 5544

BLE + freeRTOS + ESP32 + Arduino

I am trying to use freeRTOS and BLE client/server with Arduino. What I have is basically working but I am confused about the interaction between the tasks and the callbacks used for BLE. There seems to be instances when the callbacks are called it “suspends” or stops the task that created it. Specif...