AU915 Frequency Hopping

Home Forums mDot/xDot AU915 Frequency Hopping

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26500
    Yi Wei
    Participant

    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

    #26503
    Jason Reiss
    Keymaster

    P2P uses a single channel specified with tx_frequency.
    The call to setFrequencySubBand(0) will have no effect.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.