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. -
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_2Do not modify MyConfig.h. Put it into the sketch for your node (somewhere before line: #include <MySensors.h>).
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login