Replies: 1 comment
-
The debug log says it all:
Upon reading the version register, the library found the string "SX1261 V2D 2D02". So it seems like your device is not actually LLCC68, but rather SX1261. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to use LLCC68 on my esp32 based device, it works perfectly fine on VSPI bus, but when I try to shift it to HSPI, it would throw -2 error.
I checked the troubleshooting guide and everything else in the discussion, nothing seems to work.
I'm using Arduino IDE, esp32-core version 3.0.4 with esp3 dev module.
Code:
Logs:
Beta Was this translation helpful? Give feedback.
All reactions