Skip to content

Not an issue , just a query regarding Lora Ra01 module #380

Answered by jgromes
anandspathak asked this question in Q&A
Discussion options

You must be logged in to vote

Can you tell me constructor for this module?

You can use RADIOLIB_NC to mark a pin as "not connected", so the constructor will be

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).

Can your Ping Pong example work with this module??

I don't see why not. What modifications did you do?

Also which is better among these two modules

SX1278 in LoRa mode will get better range, but will achieve much lower datarates.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@anandspathak
Comment options

Answer selected by anandspathak
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #379 on October 02, 2021 21:31.