cancel
Showing results for 
Search instead for 
Did you mean: 

How should I receive with S2LP?

GM.4
Associate

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

1 REPLY 1
AndyR1
Senior

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