Asyncio and micropython
-
Hi,
I tried to use asyncio via the micropython-libraries on the wipy 2.0 has anybody got this working?
Regards,
Christian
-
I saw you efforts over at #112. Great work!
-
@on4aa @rkeiii I juggled a bit with the code and could at least embed utimeq in the code. Instructions are here: https://github.com/pycom/pycom-micropython-sigfox/issues/112
I can import utimeq.
I did not test it yet, and have no time to do so for the next two days.
-
Coincidently, someone else also complained about this today in a different thread on this forum.
-
This post is deleted!
-
Any update on this?
I have been trying
uasyncio
without success and with little support for Pycom.
-
A fw update that fixes threads is releasing today, I am told.
-
To answer my own post. I could not get asyncio to work. But the select module works for me. As I just wanted to do network io async. Threads seem to be quite unstable.