Skip to content

Micropython library for the RFM69 series of 433/915 Mhz packet radios

License

Notifications You must be signed in to change notification settings

2000cubits/micropython-rfm69

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

MicroPython RFM69 packet radio module. This supports basic RadioHead-compatible sending and receiving of packets with RFM69 series radios (433/915Mhz).

Warning

This is NOT for LoRa radios!

Note

This is a 'best effort' at receiving data using pure Python code--there is not interrupt support so you might lose packets if they're sent too quickly for the board to process them. You will have the most luck using this in simple low bandwidth scenarios like sending and receiving a 60 byte packet at a time--don't try to receive many kilobytes of data at a time!

Usage Example

See tests/test_rfm69.py for a simple demo of the usage.

History

Forked from https://github.com/nohcpy/MicroPython_RFM69 which is a micropython version of original library of Adafruit https://github.com/adafruit/Adafruit_CircuitPython_RFM69.

About

Micropython library for the RFM69 series of 433/915 Mhz packet radios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%