How to change the RFM69 Modem configuration?
-
I would like to try a lower transmission rate on my RFM69 radios. At the moment I only have one gateway and one sensor.
I tried uncommenting line 801 of Myconfig.h and changing it to #define MY_RFM69_MODEM_CONFIGURATION (RFM69_FSK_BR9_6_FD19_2)
I then reloaded the code for the serial gateway to my gateway node and the code to my sensor node as well.
After the change I was unable to get the sensor to connect. I got repeated TSM:FPAR:NO REPLY.
Am I missing a step here? Is there any reason this would not change the bit rate as desired?
As soon as I commented out line 810 and reloaded the code to both nodes connection was restored.
-
Hi,
need to be used without brackets (see this post) :
#define MY_RFM69_MODEM_CONFIGURATION RFM69_FSK_BR9_6_FD19_2
Do not modify MyConfig.h. Put it into the sketch for your node (somewhere before line: #include <MySensors.h>).
-
Working great! Thanks very much!
Suggested Topics
-
Day 1 - Status report
Announcements • 23 Mar 2014, 22:45 • hek 24 Mar 2014, 20:12 -
JSN-SR04T-V3.0 Coax cable extended
Troubleshooting • 12 days ago • bocalexandru 10 days ago -
Echo request is not set
Troubleshooting • 12 Aug 2024, 15:36 • kamilb85 3 Sept 2024, 08:58 -
Raspberry Pi 5: invalid GPIO 9
Troubleshooting • 27 Aug 2024, 13:20 • igo 27 Aug 2024, 13:20 -
NODs stop responding, but ping works.
Troubleshooting • 23 days ago • Marcin 23 days ago -
Forum Search not working?
Troubleshooting • 4 Oct 2023, 23:33 • Gibber 2 Sept 2024, 20:28