RAK7200 node, GPS tracker

Thanks! Will check it out.

Regards,
Paresh

Hey RAKStars, @JasonRJ has shared a project that may be of interest to you all! :wink:

Now you can use the RAK7200 Tracker on the Arduino Environment to start mapping your Helium coverage.

3 Likes

Great!!
Dear @JasonRJ,

While investigating your great code, is it EU868 ready as I cannot find this setting, variable.
Can I easily use TTN device credentials instead of Helium? Ofcourse the majority want to support TTN especially based in NL.

BR,
Jeroen

It’s using the MCCI LMIC LoRaWAN library - so you’d follow the setup instructions for that library to set the region.

1 Like

Hey, folks! :wave:

If anyone is interested in going further with RAK7200, you can now refer to the circuit diagram.

3 Likes

Ofcourse! I should check this first before asking.

Btw, it was really commendable work by MCCI team on maintaining the LMIC stack and still making it open source :100:

1 Like

Yes the MCCI LMIC library is complete and reliable. :+1:

I just changed the region to EU868 and complied… there is an error in the code because EU doesn’t support subbands which are needed for Helium in the US. Just comment out erroneous //LMIC_selectSubBand(1); line and it compiles clean.

2 Likes