Skip to content

Attempting to transmit out of 2 SX1262s #1282

Closed Answered by jgromes
lehornbill asked this question in Q&A
Discussion options

You must be logged in to vote

Couple of points:

  1. You really shouldn't change the NSS pin state. Let the library handle that. Some SPI devices will not work if you hold their NSS pin low for too long, I'm not sure if that is the case for SX126x.
  2. SX126x without BUSY pin doesn't work well. RadioLib tries to make it work by adding some delays instead of waiting for BUSY, but that's not really how its supposed to be done.
  3. The primary issue seems to be that Error writing value to pin 12: GPIO busy - that is not from RadioLib, most likely from the HAL.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lehornbill
Comment options

Answer selected by lehornbill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants