Hi,
I’m following
RFM98 datasheet to program my nodes. According to this datasheet, SyncWord is not supported in LoRa mode, and the register 0x39 is reserved. Still all the available libraries for LoRa radios suggest writing a value on address 0x39 to activate the sync word. As far as I have tried, writing on this register has no effect on the network communication. How do I implement the sync word for my device?
Thanks for any suggestions!