Replies: 1 comment 2 replies
-
Why not use one of the existing ones? Even RadioLib is compatible with non-Arduino hardware abstraction layers. Oh well, your choice. Looking at the code and commands, I don't see anything obviously wrong. However, this is not the best place to ask about SX126x, that would be the LoRa developer forums: https://forum.lora-developers.semtech.com/ |
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
-
Hello,
I'm currently writing a library for the DRF1262T which is the SX1262 radio.
I'm trying to write into and then read into the LoRa Sync Word MSB and LSB registers but I can't seem to receive the right values.
Here's my code and here's what I'm getting on the logic analyzer. I wonder if i missed something.
I started by writing some configuration functions that I put in the main:
Here's the code implementation details for those functions:
Beta Was this translation helpful? Give feedback.
All reactions