Replies: 2 comments 10 replies
-
Try setting the TCXO reference voltage to 0 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Issues after calling |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am using this module here on a ESP32: https://www.waveshare.com/wiki/Pico-LoRa-SX1262
I have connected all the pins accordingly to the ESP32. The configuration is the following:
The problem is the following: The initialization of the module works without any errors. No problems there. But as soon as I call the
.transmit()
function, I get the errors -707 and -5 repeatingly. I already checked the wiring and redid all of it. But still, the error persists. This is the code-snippet:I have spent many hours trying to debug this, but I couldn't find any solution. I hope somebody can help me here.
Beta Was this translation helpful? Give feedback.
All reactions