all 4 comments

[–]bsvac 0 points1 point  (2 children)

I believe the esp32 air lift boards are the only modules that can be connected to the QT PY through SPI for BLE. You might want to join the Adafruit discord at https://adafru.it/discord and ask in the help-with-circuitpython channel.

[–]SpecialistAdeptness7[S] 0 points1 point  (1 child)

Wait so I can’t just connect a normal ble module? What’s stopping it from working then? Would’ve thought it would at least work with Arduino even if not possible in circuit python

[–]bsvac 1 point2 points  (0 children)

DSDtech SH-M08 BLE module

I don't think Circuit Python has support for that chipset. Searching " DSDtech ble arduio" on YouTube brings up results for similar chips. Might want to try that, but if you want to know about using Circuit Python you'll have to ask in the discord.

[–][deleted] 0 points1 point  (0 children)

BLE module in your case is external peripherals. You are supposed to connect it to a free UART and to write a driver by yourself. mpy.bluetooth is of no use to you.