- Notifications
You must be signed in to change notification settings - Fork0
RFM69 and RFM9x library, with asyncio support
License
hrfarmer/Adafruit_CircuitPython_RFM
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Support for RFM69 and RFM9x modules
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem.This is easily achieved by downloadingthe Adafruit library and driver bundleor individual libraries can be installed usingcircup.
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locallyfromPyPI.To install for current user:
pip3 install adafruit-circuitpython-rfm
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-rfm
To install in a virtual environment in your current project:
mkdir project-name&&cd project-namepython3 -m venv .venvsource .env/bin/activatepip3 install adafruit-circuitpython-rfm
Make sure that you havecircup installed in your Python environment.Install it with the following command if necessary:
pip3 install circup
Withcircup installed and your CircuitPython device connected use thefollowing command to install:
circup install adafruit_rfm
Or the following command to update an existing version:
circup update
See examples in the GitHub Repository. <https://github.com/adafruit/Adafruit_CircuitPython_RFM.git>
API documentation for this library can be found onRead the Docs.
For information on building library documentation, please check outthis guide.
Contributions are welcome! Please read ourCode of Conductbefore contributing to help this project stay welcoming.
About
RFM69 and RFM9x library, with asyncio support
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Python100.0%