micropython-radio

Radio bridge

Enables bidirectional communication between two devices using radio frequency signals.

Simple way to use an nRF24L01 radio to exchange arbitrary Python objects between two Pyboards

GitHub

54 stars
6 watching
11 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list

embeddedmicropythonnrf24l01protocolradio

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
peterhinch/micropython-iot Provides a resilient full-duplex communication link between WiFi-enabled microcontrollers and servers. 89
peterhinch/micropython_ir A Python library for implementing IR remote control communication protocols in nonblocking device drivers. 254
peterhinch/micropython_remote A library that captures and replays 433MHz remote control codes to control devices 70
peterhinch/micropython-mqtt A driver for asynchronous MQTT communication in MicroPython 581
peterhinch/micropython-vs1053 Drivers for a digital audio player chip 24
wuub/micropython-rfsocket A Python implementation of 433MHz RF Sockets using a cheap FS1000A transmitter. 34
martynwheeler/u-lora Enables RFM95 radio communication on various microcontrollers using Python 74
peterhinch/micropython-micropower Provides tools and resources to support the development of ultra low power systems using the Pyboard 45
peterhinch/micropython-msgpack MicroPython MessagePack implementation 28
peterhinch/micropython-nano-gui A lightweight MicroPython GUI library for display drivers based on the FrameBuffer class. 507
peterhinch/micropython-async A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems 741
peterhinch/micropython-filters Digital filter implementation in MicroPython for real-time and non-realtime applications 64
dastultz/micropython-ppm-decoder Decodes R/C receiver PPM frame signal to extract usable data 11
wendlers/micropython-mfrc522 Provides a Python interface to an RFID reader 163
scopelemanuele/silvergeko_rfm9x Porting an RFM9X wireless communication library to MicroPython for use in IoT projects. 1