Skip to main content
GM.4
Visitor II
January 26, 2023
Question

How should I receive with S2LP?

  • January 26, 2023
  • 1 reply
  • 892 views

Hello, I am trying to receive data in an S2LP, I am successfully sending data using TX FIFO and normal mode, now I want to receive it.

However I can't seem to make it work, I'm just reading from SPI to 0xFF

    This topic has been closed for replies.

    1 reply

    AndyR1
    Senior
    January 31, 2023

    Hello,

    You need to init your threshold detection limit with S2LPRadioRssiInit(), your radio settings with S2LPRadioInit(), if you want to listen without time limit : S2LPTimerSetRxTimerCounter(0), then listen S2LPCmdStrobeRx(), if your are stuck post your few init lines