You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been debugging this board for a week and there are a few issues with the code provided. Changing the SF does nothing, because they first set the registers in the setup function, and only then in the main function, they call the opmodeLora() function. But according to the manual, those registers can be set only after changing the the chip to the LoRa mode. The way they do it here in the code, you always get the default values for the three setup registers. If you want to quick fix your issue, move the opmodeLora() call from the main function into the SetupLora() function, right after setting the SLEEP state.
Hello,
I changed the spreading factor in dragino_lora_app to 10:
and run "make" (of course).
But this has no effect. The server still receives SF7-messages, but not SF10-messages.
The text was updated successfully, but these errors were encountered: