How should I receive with S2LP?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-26 6: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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-31 2: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
