Hi,
I just received my cow tracker but it doesn’t connect to TTN.
I uploaded a firmware from this code to update the firmware https://github.com/SodaqMoja/RN2483FirmwareUpdater . and later uploaded code from https://github.com/SodaqMoja/SodaqOne-UniversalTracker-v3 to update the keys:
and also may I know which frequency for each of this:
Jan
March 2, 2020, 8:25am
2
Hi @Aishahn ,
By default the library uses the 2nd subset of bands to make a connection.
You can change this in the library. Most likely you need to select the first set of bands.
In Sodaq_RN2483.h
change
#define DEFAULT_FSB 2
to
#define DEFAULT_FSB 1
Best regards,
Jan
Hi @Jan ,
May i know what it is for?
Anyway i did change it and still not connected.
I usually connect my LoRa module rfm95 frequency 915 mhz to my gateway with abp.
regards,
Aishah
Jan
March 2, 2020, 10:08am
4
Hi @Aishahn ,
This is to select the sub frequencies the module will use.
Frequency Plans
Looking at this page it seems you need to select the first set.
The reason we select the 2nd set is that this is the default for the RN2903 US.
Best regards,
Jan
Hi @Jan ,
This means by change the fbs to 2, i do not need to upload the firmware from this link https://github.com/SodaqMoja/RN2483FirmwareUpdater ?
Another question just to confirm,
Supposedly i just upload Code from https://github.com/SodaqMoja/SodaqOne-UniversalTracker-v3 and my cowtracker v2 will go online on TTN?
Regards,
Aishah