RFM69HW radio speed
-
Hi All .
Where I can set radio speed for RFM69HW module ??
I use Atmega328p as MCU and RFM69HW module , I want set radio speed around 3,6kbps .
Is it possible ??and output power for RFM69HW set to maximum +20dBm
where I set this parameter??
thanks.
-
@dzairo for the new RFM69 driver it is defined by the MY_RFM69_MODEM_CONFIGURATION parameter.
The library contains a number of predefined settings, starting from: https://github.com/mysensors/MySensors/blob/development/hal/transport/RFM69/driver/new/RFM69_new.h#L201
Select a preconfigured setting or roll your own, and add the define before the MySensors include:
#define MY_RFM69_MODEM_CONFIGURATION RFM69_FSK_BR55_5_FD50
-
thanks.
but in MyConfig.h is this setting disabled ://#define MY_RFM69_MODEM_CONFIGURATION (RFM69_FSK_BR55_5_FD50)
then I need enable it .. or leave because this is default modem setting after power up ?
and need enable only if want select another configuration ??
-
@dzairo no need to modify MyConfig.h. Just add the define to your sketch, if you want to override the default setting. Additional documentation: https://www.mysensors.org/apidocs/group__RFM69Newgrp.html#ga70bef975c2c3070e34c24770f7f301b9