Replies: 1 comment 1 reply
-
You need to to either set the TCXO voltage in the begin method, or use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a custom esp32-s3-mini based arduino board with an Ebyte E22-900MM22S radio module and I'm having issues interfacing and connecting to the radio module with RadioLib. The Ebyte module claims to operate in accordance with the SX1268/SX1262 chip volume so I programmed it with RadioLib using an sx1262 instance. When I try to initilize the module I always get a -707 error even when setting TCXO to zero (something I read in the troubleshooting guide). It is worth noting that I have not connected the DIO1 pin, I'm assuming this isn't the issue because that pin is only needed for interrupts and not configuring or controlling the device.
I have tried this program on two different esp32 boards and three different Ebyte modules. Would greatly appreciate any help in figuring this out. There is very little information online about how to program the E22-900MM22S so if anyone has general experience getting them working that would be super helpful as well. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions