RFM69 bitrate settings
-
SPAM removed by mod
-
Hi @kullboys, welcome to the MySensors forum!
You can use MY_RFM69_MODEM_CONFIGURATION to set communication speed.
-
Just sharing my experience with
MY_RFM69_MODEM_CONFIGURATION
IMPORTANT: We should not use brockets
()
when definingMY_RFM69_MODEM_CONFIGURATION
,Wrong way:
#define MY_RFM69_MODEM_CONFIGURATION (RFM69_FSK_BR55_5_FD50)
Right way:
#define MY_RFM69_MODEM_CONFIGURATION RFM69_FSK_BR55_5_FD50
Why? Check this, actually configuration values are defined as an array.
-
And just to add a clarification, do not modify MyConfig.h. Put the define statement into the sketch for your node (somewhere before line: #include <MySensors.h>), and don't forget to modify your gateway code as well.
0
4 out of 4
Suggested Topics
-
Update RF24 library to latest version
Bug Reports • 23 Mar 2014, 23:37 • andriej 24 Mar 2014, 22:52 -
Meet in Malmö, Summer 2016?
General Discussion • 1 Feb 2016, 15:34 • bjacobse 4 Mar 2025, 00:29 -
Is it possible to extract child ID from a just sent message?
General Discussion • 8 Nov 2021, 09:21 • Nigel31 28 days ago -
ESP32 with LoRa
General Discussion • 31 Jan 2023, 11:06 • dhanushmh 25 days ago -
Code Garage to the rescue.
General Discussion • 11 Jan 2025, 11:25 • skywatch 17 days ago -
No merge into master in the last 5 years, should we use development?
General Discussion • 23 Sept 2024, 17:48 • kiesel 25 Mar 2025, 15:30