HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
255 stars 139 forks source link

Can not change SyncWord with Radio.SetSyncWord(0x34) #185

Open rjelbert opened 3 years ago

rjelbert commented 3 years ago

I m trying to change the syncword from 12 to 34 but the module does not seem to respond to the command: Radio.SetSyncWord(0x34); It continues to transmit on hex 12 no matter what I try. The receiver I am using is a different platform and I can change the sync word as expected but not on this "Seamuing LoRa GPS Module LoRaWAN 868 915mHz Development Board LoRa Kit Ultra Low Power Design CP2102 SX1262 ASR6502 Chip with 0.96 inch OLED Display and Antenna for Arduino and Intelligent Scene" device.

joterr commented 9 months ago

I have also had problems - you have to set a decimal sync word like

Radio.SetSyncWord(52);