CircuitPython version
Adafruit CircuitPython 9.2.1 on 2024-11-20; Raspberry Pi Pico 2 W with rp2350a
Code/REPL
from adafruit_ble import BLERadio
ble = BLERadio()
Behavior
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_ble/__init__.py", line 166, in __init__
RuntimeError: No adapter available
Description
Bluetooth adaptor not found in pico 2 w port
I've looked at the configs and everything is the same as the pico w port, unless something is missing in the PI SDK
Additional information
No response