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 ?? -
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 ??
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