Replies: 1 comment 2 replies
-
Couple of things:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I don't consider myself a newbie anymore ;) and yes, I've read all troubleshooting info available on the Wiki.
But still, I'm facing a very strange problem.
After having successfully run the "SX127x_settings.ino" example, I decided to give "SX127x_pingpong.ino" a try.
Problem is, I can't get thru begin(). And, most weird of all, going back to "SX127x_settings.ino" doesn't work anymore either.
Have tried different hardwares, both MCUs and radios, even brand new ones, no hope!
Here's my hardware config:
The wiring:
Due to the non-standard SPI pinout, I also added the recommended SPI customization, as you can see on the code:
Everytime I upload the code or perform a board reset, the program restarts but aborts with error code -2 or -16:
I've of course checked and rechecked all connections and wirings, having even replaced some, but to no avail. Also enabled debug mode but nothing relevant was revealed.
What confuses me most is that it worked with the first test I made (file "SX127x_settings.ino"), and simply applying another program seems to have rendered some intermittence.
I appreciate any help.
Cesar
Beta Was this translation helpful? Give feedback.
All reactions