Skip to content

Add BLE support to the library #85

Closed
@makermelissa

Description

@makermelissa

I have a feedback item with this:

Matrixportal code for LED matrix does not coexist with BLE. I used the sample BLE code for other projects and it works well. But when i try to integrate it with this code, it fails.

matrixportal = MatrixPortal(status_neopixel=board.NEOPIXEL, debug=False)

The error is:

Traceback (most recent call last):
File "code.py", line 60, in
File "adafruit_matrixportal/matrixportal.py", line 110, in __init__
File "adafruit_matrixportal/network.py", line 66, in __init__
File "adafruit_portalbase/wifi_coprocessor.py", line 57, in __init__
ValueError: ESP_BUSY in use

I'm not sure if the Library will work fine if the esp object is initialized first and passed in or if any changes would be necessary. Either way, it makes sense that we should have an example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions