manually set join request datarate

Home Forums mDot/xDot manually set join request datarate

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27376
    alejandro ballesta
    Participant

    Hi team,

    is it possible to set manually join datarate before actually joining?
    I tried setting TXDR before but JOIN does not match the datarate selected.
    The idea behind this is to try joining first at SF7, if not successfull next time will try at SF12.

    MultiTech xDot
    Firmware : 3.1.0-mbed161
    Library : 3.1.0-mbed161
    MTS-Lora : 3.1.0

    Thanks

    #27377
    Jason Reiss
    Keymaster

    AT Firmware does not have a setting to allow this.

    Using the library it is possible to disable datarate hopping for joins.

    dot->GetSettings().Test.DisableRandomJoinDatarate = lora::ON;

    • This reply was modified 5 years, 1 month ago by Jason Reiss.
    #27378
    alejandro ballesta
    Participant

    Hi Jason,
    re-reading your answer I suppose there is no ‘command way’ to change this setting to lora::ON, right?
    Do you think maybe we can lower the power output for the first join? The problem we want to avoid is concurrents “join requests” due to all nodes powering up at the same time.
    We are also applying some random delay to the first join to prevent interferences.
    Thanks!

    #27380
    Jason Reiss
    Keymaster

    Power can be reduced.

    #27381
    alejandro ballesta
    Participant

    thanks

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