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
Suggested Topics
-
Update RF24 library to latest version
Bug Reports • 23 Mar 2014, 23:37 • andriej 24 Mar 2014, 22:52 -
Email notifications received twice
General Discussion • 6 Feb 2023, 16:15 • Jodaille 5 days ago -
ESP-NOW
General Discussion • 22 Apr 2018, 05:58 • NeverDie 17 Feb 2025, 22:24 -
Human presence sensors....
General Discussion • 31 Jan 2025, 10:54 • skywatch 9 Feb 2025, 19:36 -
Why is the output of ACS712 current measurement module unchanged?
General Discussion • 19 Jul 2021, 09:09 • Tessie T 3 days ago -
Code Garage to the rescue.
General Discussion • 11 Jan 2025, 11:25 • skywatch 23 Feb 2025, 14:57