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.
741 stars
43 watching
168 forks
Language: Python
last commit: 22 days ago
Linked from 1 awesome list
asyncioembeddedmicropython
Related projects:
Repository | Description | Stars |
---|---|---|
wybiral/micropython-aioweb | A lightweight asyncio web framework for MicroPython-based projects | 29 |
peterhinch/micropython-nano-gui | A lightweight MicroPython GUI library for display drivers based on the FrameBuffer class. | 507 |
peterhinch/micropython-iot | Provides a resilient full-duplex communication link between WiFi-enabled microcontrollers and servers. | 89 |
peterhinch/micropython-samples | An assortment of code examples and technical resources for MicroPython development on various platforms. | 464 |
peterhinch/micropython-micropower | Provides tools and resources to support the development of ultra low power systems using the Pyboard | 45 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
thilomichael/mpsync | Automatically synchronizes code changes to a MicroPython board | 7 |
peterhinch/micropython-mqtt | A driver for asynchronous MQTT communication in MicroPython | 581 |
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. | 90 |
peterhinch/micropython-filters | Digital filter implementation in MicroPython for real-time and non-realtime applications | 64 |
peterhinch/micropython-radio | Enables bidirectional communication between two devices using radio frequency signals. | 54 |
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. | 265 |
quora/asynq | A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |