Huzzah32 Feather - blue tooth possible?

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
fjohns888
 
Posts: 1
Joined: Sat Feb 04, 2023 5:39 pm

Huzzah32 Feather - blue tooth possible?

Post by fjohns888 »

Hello,

I'm experimenting with my Huzzah32 feather and I'm trying to get blue tooth going in CircuitPython. However, when I look at the modules that are supported for the board I'm not seeing _bleio. Does that mean I'm pretty much out of luck with trying to get bluetooth going in CircuitPython on the Huzzah32?

User avatar
danhalbert
 
Posts: 4654
Joined: Tue Aug 08, 2017 12:37 pm

Re: Huzzah32 Feather - blue tooth possible?

Post by danhalbert »

Getting this to work is being tracked in https://github.com/adafruit/circuitpython/issues/7170.

BLE support on Espressif is minimal anyway right now, due to limitations of how we can use the underlying SDKs. We expect more dynamic creation of services, etc. are possible, and they are not currently. See https://github.com/adafruit/circuitpython/issues/5926.

See https://learn.adafruit.com/welcome-to-c ... aq-3129409 for an overview of available BLE support in CircuitPython.

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”