2023-01-26 06:52 AM
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
2023-01-31 02:15 AM
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