working on E22-900M30S sx126x spi with stm32 (busy pin always high) #13074
Unanswered
softcity003
asked this question in
Hardware & Peripherals
Replies: 1 comment 2 replies
-
Hi @softcity003, Is this the module? The code you have looks like it's performing SX127x register operations. The SPI interface to the SX126x series is different, it mostly uses "commands" in order to configure the radio. If you haven't seen it already, you might be interested in the micropython-lib LoRa driver, which supports the SX126x radio series. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm try to send and receive data by 2* ( E22-900MS spi with stm32f767 ) but i got busy pin always High
any idea about why the code is not working or why busy pin is always high ?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions