-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uselect support on XBee 3 RF (needed for uasyncio) #41
Comments
Hi @altaic, As is mentioned in the typehints for the I'm not sure what the current plans are for implementing |
Thanks, @mikewadsten. I had missed that note in the |
@mikewadsten any news? |
@altaic No updates at this time. I've submitted a request internally to add support but I can't make any guarantees on when/if it will happen. |
Thanks; please let me know when there’s news. |
@mikewadsten It’s been a while, and I’d like to restart the projects that are blocked by this issue. Any updates? |
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 theuselect
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?The text was updated successfully, but these errors were encountered: