Cow tracker v3 sodaq one

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:

code

and also may I know which frequency for each of this:

codefirmware

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

Hi @Aishahn,

This is to select the sub frequencies the module will use.


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