micropython-async

Async framework

A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems

Application of uasyncio to hardware interfaces. Tutorial and code.

GitHub

750 stars
44 watching
170 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list

asyncioembeddedmicropython

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
wybiral/micropython-aioweb A lightweight asyncio web framework for MicroPython-based projects 30
peterhinch/micropython-nano-gui A lightweight MicroPython GUI library for display drivers based on the FrameBuffer class. 518
peterhinch/micropython-iot Provides a resilient full-duplex communication link between WiFi-enabled microcontrollers and servers. 91
peterhinch/micropython-samples An assortment of code examples and technical resources for MicroPython development on various platforms. 470
peterhinch/micropython-micropower Provides tools and resources to support the development of ultra low power systems using the Pyboard 44
awestlake87/pyo3-asyncio A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library 318
thilomichael/mpsync Automatically synchronizes code changes to a MicroPython board 7
peterhinch/micropython-mqtt A driver for asynchronous MQTT communication in MicroPython 590
peterhinch/micropython_remote A library that captures and replays 433MHz remote control codes to control devices 70
peterhinch/micropython-tft-gui A GUI library for embedded systems using Python and micropython, enabling touch-driven event-based interfaces. 92
peterhinch/micropython-filters Digital filter implementation in MicroPython for real-time and non-realtime applications 65
peterhinch/micropython-radio Enables bidirectional communication between two devices using radio frequency signals. 55
peterhinch/micropython-msgpack MicroPython MessagePack implementation 28
peterhinch/micropython-micro-gui A lightweight GUI library for MicroPython, providing input options and supporting various display drivers. 270
quora/asynq A Python library that simplifies asynchronous programming by allowing batching of requests to external services. 688