Skip to content

BLE HCI _bleio not turned on for Espressif boards #7977

Open
@dhalbert

Description

@dhalbert

ESP32-S2 and other Espressif boards don't have _bleio support for AirLift turned on. I'm not sure if this is an oversight or was done for space-saving reasons.

ESP32-S3 boards have limited native _bleio support turned on.

From a comment by @kairos0ne in #6930 (comment)

Why do you restrict the import of the module adafruit_ble if the board is not supported. It seems strange to do such a thing given the market offering of the airlift coprocessor ?

Traceback (most recent call last):
  File "main.py", line 16, in <module>
  File "adafruit_ble/__init__.py", line 25, in <module>
ImportError: no module named '_bleio'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bleespressifapplies to multiple Espressif chips

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions