Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RFM69 and RFM9x library, with asyncio support

License

NotificationsYou must be signed in to change notification settings

hrfarmer/Adafruit_CircuitPython_RFM

 
 

Repository files navigation

Introduction

Documentation StatusDiscordBuild StatusCode Style: Ruff

Support for RFM69 and RFM9x modules

Dependencies

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.

Installing from PyPI

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

Installing to a Connected CircuitPython Device with Circup

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

Usage Example

See examples in the GitHub Repository. <https://github.com/adafruit/Adafruit_CircuitPython_RFM.git>

Documentation

API documentation for this library can be found onRead the Docs.

For information on building library documentation, please check outthis guide.

Contributing

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp