Skip to content

uselect support on XBee 3 RF (needed for uasyncio) #41

@altaic

Description

@altaic

I was planning to use the uasyncio micropython module to write a robust event handler for #37, but the XBee3 micropython does not include it. So, I copied it over from the official micropython-lib repo as described in this guide.

However, uasyncio is uses the uselect module, which the XBee3 micropython also lacks, and unfortunately this one looks like it needs to be compiled into the micropython runtime.

Is there some simple work-around? Or otherwise can the uselect module be added to the firmware in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions