Skip to content
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

GFSK support for SX1231/RFM69 and SX127x/RFM9x #1103

Closed
LorbusChris opened this issue May 21, 2024 · 2 comments
Closed

GFSK support for SX1231/RFM69 and SX127x/RFM9x #1103

LorbusChris opened this issue May 21, 2024 · 2 comments

Comments

@LorbusChris
Copy link

Is your feature request related to a problem? Please describe.
I'd like to use RadioLib to receive GFSK modulated messages with RFM69 and RFM95 modules.
Per its spec sheets, the modules should support GFSK.

https://cdn.sparkfun.com/datasheets/Wireless/General/RFM69HCW-V1.1.pdf
https://cdn.sparkfun.com/assets/a/e/7/e/b/RFM95_96_97_98W.pdf

Describe the solution you'd like
Add support for GFSK on SX1231/RFM69 and SX127x/RFM9x modules

Describe alternatives you've considered
The RadioHead library ships support for GFSK on RFM69 modules:

https://github.com/adafruit/RadioHead/blob/master/RH_RF69.h (fork)

Additional context

@jgromes
Copy link
Owner

jgromes commented May 21, 2024

This is already implemented - for SX127x, see the FSK example, you can set the Gaussian filter by calling setDataShaping (as also shown in that example).

For RF69, again, setDataShaping can be used to configure the Gaussian filter BT product.

@jgromes jgromes closed this as completed May 21, 2024
@LorbusChris
Copy link
Author

Awesome, thanks!

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

No branches or pull requests

2 participants