Author Topic: changing bitrate on RFM69?  (Read 1493 times)

labusr

  • NewMember
  • *
  • Posts: 34
changing bitrate on RFM69?
« on: May 03, 2014, 06:40:10 AM »
Hi,
I heard that changing the bitrate could increase your communication distance. Is that true?

If so, I'd like to play with it.  I only saw a previous thread talk about changing the bitrate by modifying these lines in the .cpp file:

Quote
#define  RF_BITRATEMSB_CUSTOM  0x2e
#define  RF_BITRATELSB_CUSTOM  0x66

Is that how we're suppose to change the bitrate?  I read the default is 4800kbps, but how does the different kbps translate to those MSB and LSB values?