Hi,
Bit of a basic question here. Looking at getting BLE working on a Pico 2W using FreeRTOS. From my reading of various information on here and elsewhere, I basically have to get the FreeRTOS RunLoop instance and use that to initialise the run loop.
After that, I sort of read it's just like a bare metal implementation with the various callbacks but in a Task Context. But I'm not sure of that. Am I right?
Also, is there a way to connect to two different Bluetooth devices? Doesn't have to be in parallel but will both be different. One would be using GATT with BLE and the other would be BT Audio. A simple Yes/No would be fine for this (with an example of this if there is one)
Bit of a basic question here. Looking at getting BLE working on a Pico 2W using FreeRTOS. From my reading of various information on here and elsewhere, I basically have to get the FreeRTOS RunLoop instance and use that to initialise the run loop.
After that, I sort of read it's just like a bare metal implementation with the various callbacks but in a Task Context. But I'm not sure of that. Am I right?
Also, is there a way to connect to two different Bluetooth devices? Doesn't have to be in parallel but will both be different. One would be using GATT with BLE and the other would be BT Audio. A simple Yes/No would be fine for this (with an example of this if there is one)
Statistics: Posted by BigN — Sun Jun 01, 2025 12:19 pm — Replies 0 — Views 22