-
I want to ask whether the SX127x if you want to change the mode to FSK must use the DIO1 pin ? because I have tried using only (NSS, DIO0, RST) only LORA can be used |
Beta Was this translation helpful? Give feedback.
Answered by
jgromes
Oct 14, 2024
Replies: 1 comment 4 replies
-
It depends on what you're trying to do. For basic sending and receiving packets, DIO0 is enough as it is used to signal both end of transmission as well as new packet received. For more advanced things like stream or direct mode, additional DIO pins are needed. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What leads you to believe either of these errors is related to DIO1 not being connected? You should probably try to find out what those errors actually mean (for example, in the documentation: https://jgromes.github.io/RadioLib/).