Arduino NESSO N1 and Radiolib #1672
Replies: 2 comments
-
|
Hi, I'm open to any idea to move this test forward. |
Beta Was this translation helpful? Give feedback.
-
|
To receive data from pagers, RadioLib uses a feature of some of the radio chips which we call "direct mode" - it basically connects the output of demodulator directly to its DIO pins. This bypasses the internal packet engine of the radio chip, because the POCSAG packets are not compatible with that. Unfortunately this mode is not available on the SX126x as far as I can tell - so there is a mistake in the example, it should not imply SX126x can be used for this purpose. It can transmit POCSAG, but not receive it. Sorry for the confusion, I'll fix the comment in the example. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I discovered the Radiolib library after buying an Arduino NESSO N1 last month (Arduino ESP32-C6, SX1262) to have fun with.
I tried to code successfully with the NESSO N1 as a Lora transmitter in the ISM EU868 band.
The receiving part was done with an RTL-SDR v3 coupled with SDRAngel on PC (ChirpChat demodulator plugin).
Now, I want to test a pager code to decode the UHF POCSAG (466 MHz band) directly on the NESSO N1. I used the Radiolib Pager code given here (for use with SX1278) and added the SX1262 declaration.
My tests are actually not conclusive. I suppose that the pin declaration is not the good one...
Is it possible to use RadioLib with the NESSO N1 module for this purpose ?
Beta Was this translation helpful? Give feedback.
All reactions