US Spreading factor – indeterminate setting?

Home Forums mDot/xDot US Spreading factor – indeterminate setting?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12450
    Michael
    Participant

    There are apparently two SF_8 settings – one that allows 242-byte payload and 500kHz BW, and the other 129-byte @ 125kHz.

    The command setTxDataRate() does not allow for one to differentiate.

    How do I control which of those Spreading Factor modes the mDot will operate in?

    #12451
    Jason Reiss
    Keymaster

    The DataRates enum also has DR0-DR15

    DR2 – SF8BW125
    DR4 – SF8BW500

    #12452
    Bryan Tran
    Moderator

    Hi Michael,

    int32_t send(const std::vector<uint8_t>& data, const bool& blocking = true, const bool& highBw = false);

    *Pass in with the third params == true

    Thanks,

    BT

    #12463
    Michael
    Participant

    Thanks. These enum entries were not in the version with which I was operating. Was sure I had updated the file but…
    :-/

    Mike

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