Not an issue , just a query regarding Lora Ra01 module #380
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Also which is better among these two modules |
Beta Was this translation helpful? Give feedback.
-
You can use SX1278 radio = new Module(10, 2, 9, RADIOLIB_NC); However, you will not be able to use some features, like CAD or receiver timeout detection (so you will have to use interrupt reception).
I don't see why not. What modifications did you do?
SX1278 in LoRa mode will get better range, but will achieve much lower datarates. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, |
Beta Was this translation helpful? Give feedback.
You can use
RADIOLIB_NC
to mark a pin as "not connected", so the constructor will beHowever, you will not be able to use some features, like CAD or receiver timeout detection (so you will have to use interrupt reception).
I don't see why not. What modifications did you do?
SX1278 in LoRa mode will get better range, but will achieve much lower datarates.