So im trying to connect my LoRa RM191 dev kit to the Sentrius RG191 gateway and do a range test. The current issue is that after i xCompile + load the code, it will time out when attempting to join the gateway.
Is There a configuration setting that i need to access and change in order to have them connect to each other or is the problem different?
No not normally, you don’t need anything special. Are you compiling one of the demonstration codes that come with the RM1xx? if so, (don;t need to post) what is the file name. To be sure the gateway is working, have you had other nodes successfully Join?
This is for Au915 where TTN is in channels 8-15, you need to check if the US is the same. If not, then look up the SmartBasic manual and adjust the channel mask.
Hi @TonySmith, yes I am using one of the sample codes, the " lora.rftest.sb". What im trying to do is follow the documentation and do a range test. would I have to write my own code?