AU915 Frequency Hopping
- This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
I just want to know if the Frequency hopping is enabled by default for the AU 915 plan in peer-to-peer mode? My configuration is like:
tx_frequency = 915500000;
tx_datarate = lora::DR_13;
update_peer_to_peer_config(network_address, network_session_key, data_session_key, tx_frequency, tx_datarate, tx_power);
dot->setFrequencySubBand(0); //ENABLE ALL 64 SUB BANDS?
Thanks in advance!
Regards,
Yi
P2P uses a single channel specified with tx_frequency.
The call to setFrequencySubBand(0) will have no effect.