libxDot-dev-mbed5 15de249aa75f Radio Rx CRC error

Home Forums mDot/xDot libxDot-dev-mbed5 15de249aa75f Radio Rx CRC error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17883
    Mark Ruys
    Participant

    The latest https://github.com/MultiTechSystems/libxDot-dev-mbed5 (db68b184a09f) does not work for me. Both with https://github.com/ARMmbed/mbed-os/tree/mbed-os-5.3.4 (269f58d75b75) and https://github.com/ARMmbed/mbed-os/tree/mbed-os-5.3.2, I get errors like

    [DEBUG] ***** RxError ******
    Hard Faul[INFO] Initialize radio…
    [WARNING] Radio Rx CRC error
    [TRACE] RX2 on freq: 2433220680
    [TRACE] RX DR: 253 SF: 253 BW: 78 CR: 0 PL: 8 STO: 12 CRC: 1 IQ: 1
    [TRACE] Stats: Up: 356524840 Down: 663210334 DupTx: 2622166062 CRC Errors: -1660945205
    [DEBUG] link state 6
    [DEBUG] ***** RxError ******
    Hard Faul[INFO] Initialize radio…
    [WARNING] Radio Rx CRC error
    [TRACE] RX2 on freq: 2433220680
    [TRACE] RX DR: 253 SF: 253 BW: 78 CR: 0 PL: 8 STO: 12 CRC: 1 IQ: 1
    [TRACE] Stats: Up: 356524840 Down: 663210334 DupTx: 2622166062 CRC Errors: -1660945204
    [DEBUG] link state 6
    [DEBUG] ***** RxError ******

    Reverting back to libxDot-dev-mbed5 15de249aa75f (and https://github.com/ARMmbed/mbed-os/tree/mbed-os-5.3.2), makes my node run again. Looks like the latest libxDot-dev-mbed5 has some issues?

    Best, Mark

    #17889
    Mike Fiore
    Blocked

    Mark,

    Thanks for the debug info. The mbed-os-5.3.4 release introduced a bug that affected the xDot platform – essentially, setting a GPIO to 0 was impossible via the DigitalIn, DigitalOut, InterruptIn, etc APIs. The fix is in the mbed-os-5.4.1 release, but we don’t have any builds against that release yet.

    We should have some new dev builds out relatively soon, but for now, the versions built against mbed-os-5.3.2 are your best bet.

    Cheers,
    Mike

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