Skip to content

Initial commit for comment and review #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 7, 2024

Conversation

jerryneedell
Copy link
Collaborator

@jerryneedell jerryneedell commented Aug 1, 2024

This is a first commit of the combined library for RFM69/RFM9X for comment/review -- I expect there will be significant changes to be made.

New features:
Uses asyncio internally - may also be used in user code.
Radiohead Header may be disabled for compatibility with other libraries.
FSK/OOK support added to RFM9x
RFM9X can communicate with RFM69 in FSK/OOK (without encryption)
Addressing may be enabled for FSK/OOK on RFM69/RFM9x

There are several examples provided -- more to come.

Please take a look at the overall structure and coding and comment/review.

Note: this cannot not be used on the Feather M0 RFM69/9X boards
requires RP2040 or RFM featherwing/breakout on a MCU with more resources than an M0

It does work on a Raspberry Pi with the RFM bonnet --
most of the testing has been on an RPi with a RFM bonnet (RFM95 and RFM69)
and on a feather esp32s2 with an RFM95 Featherwing

In the examples, you can uncomment 2 lines to select RFM69, RFM9x or RFM9XFSK operation

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for all your work on this. The asyncio stuff is really interesting. Just a couple minor comments from me.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you for the library!

@tannewt tannewt merged commit 04ccc8e into adafruit:main Aug 7, 2024
@jerryneedell jerryneedell deleted the jerryn_initial_commit branch August 7, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants