CircuitPython version
Adafruit CircuitPython 7.3.3 on 2022-08-29; Raspberry Pi Zero 2W with bcm2837
Code/REPL
from adafruit_ble import BLERadio
ble = BLERadio()
ble.name
Behavior
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
File "adafruit_ble/__init__.py", line 162, in __init__
RuntimeError: No adapter available
Description
I tried using Raspberry Pi Zero 2W in build BLE, but it is not being detected and sends error + I bought HM-10/AT-09/MLT-BT05 BLE module, but it is still undetected by the board.
Additional information
No response
CircuitPython version
Code/REPL
Behavior
Description
I tried using Raspberry Pi Zero 2W in build BLE, but it is not being detected and sends error + I bought HM-10/AT-09/MLT-BT05 BLE module, but it is still undetected by the board.
Additional information
No response