Non-existing registers #629
-
Hi, while working on a project I've taken closer look to how this library work. Register address is set to In datasheet, sync word register is only available in FSK/OOK mode. But this library works with LoRaTM. But yet, somehow it does the thing. Can somebody tell me, how this library works? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
Not sure where you're getting some of this info from but SyncWord in fact only works in LoRa mode, not FSK.
0x80
in this case is the Write Enable Bit, actual register addresses are only 7-bit. This is briefly described in section4.3 SPI Interface
Hope this clears things up.