-
-
Asenkron işlemler yapmak için kullanılan bir kütüphane. kart okuması keypad takibi ve request işlemlerinin asenkron yapılması
(-16256, 'MBEDTLS_ERR_PK_ALLOC_FAILED') bu hatanın ve peş peşe kart okut…
-
There is no IORead in the latest uasyncio. It is replaced by IOQueue.queue_read() as far as I can see.
I'm trying to get a simple captive portal, so I'll appreciate if you let me know how can you f…
-
Hello.
I saw there was a new uasyncio library the other day. I also saw there was no UDP support in it so I wrote my own library. It is quite simplistic, it basically allows me to register a callba…
perbu updated
1 month ago
-
uasyncio version 1.2.4
I'm using it in a pretty common way:
```python
loop = asyncio.get_event_loop()
print("* Starting Web Server at {}:{}".format(host, port))
loop.creat…
-
Hello,
for some reason I can't manage to reach deepsleep with low energy consumption.
I already tried to write a shutdown method to Power Down the modem before going to sleep.
Any hints to accom…
-
the Pico port does not have a separate USB_VCP object so we resort to use `sys` stdio. while receiving works, transmitting blocks or crashes on writing. other ports like the pyboard support this. It w…
-
**Describe the bug**
The uasyncio module appears present as _uasyncio, but is missing most features.
**To Reproduce**
Build and flash with branch update-mp-v1.16 commit [f0897da](https://github…
-
@loboris you wrote in the thread https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/issues/20
"
You can add uasyncio as a module (or frozen module).
At the moment, all my tests shows that u…
-
I'm really confused by the uasyncio module, all the documentation I see is either out of date or just plain inapplicable.
For example, https://pycopy.readthedocs.io/en/latest/library/uasyncio.html…