RAK 7200 tracker

And again a new firmware available:

Release:2020-03-20
Firmware package: RAK7200_Latest_Firmware.zip for EU868/US915/AU915/KR920/IN865/AS923 regions.
Firmware Version: V3.X.0.13
BOOT Version: V3.1.1
Feature:
1.delete LoRaP2P AT command because RAK7200 don’t support LoRaP2P mode

On the RAK-homepage (and Reichelt too) the RAK 7200 is still offered with a barometric sensor. But there is none. Could it be possible to install an additional sensor like BMP380?

Wolfgang

Can anyone explain me what the different GPS Settings do?

at+set_config=device:gps: X Turn on or turn off GPS

X - 0 : close, 1 : open, 2 : sleep, 3 : standby

close??? open??? sleep??? standby??? Is it the bad Google Translator?

2 Likes

How good is the magnetometer? Want to use the tracker as a stationary sensor.

The docs show a block diagram with a MPU9250 - a fairly typical module - how good do you need it to be, the datasheet will probably give the info you need.

1 Like

Ah okay. Must have skipped it while reading… Thanks!

Hi,

I am on the current firmware. The device is next to the window, but I do not get any GPS data. I set the GPS timeout to 180 seconds already. Has someone any suggestions?

Maybe a few additional details:

>>at+version
OK3.1.0.13
>>at+get_config=device:status
OK.
*************************************************
===============Device Status List================
Board Core:  S76G_B
MCU:  STM32L073RZ
LoRa chip:  SX1276

Battery Voltage = 3.890 V 
Support Gps:true
gps_timeout: 180s
gps_format:standard LPP format 
No signal with Satellite.
...

and when it comes to viewing the current GPS data:

FAIL.The Satellite signal not found!

Also, after looking in the at+help I need some help. Is there a way to get a further description of the commands? Something like man man just with at+help…?

Best,
Felix

Take the tracker outdoors so the GPS has a good view of the sky.

Hi @LoRaTracker,

thank you, directly under the sky it did work. Though I cannot say that I am satisfied with the solution. I wanted to put the tracker into a wooden sailing boat. Do you think it will come through a bit of pine?

I opened the box up to check for an antenna and noticed that there is none except the chip. Would it be worth trying adding one? Do you have any recommandations or even manuals?

Thanks a lot again for the quick response. For now it works so I can stop for today.

Bests,
Felix

GPSs have to work with very weak signals, so may not work well indoors, next to windows, or in thick boxes. The only way to find out is to try, you have the GPS after all.

I doubt the GPS has no antenna, it would be unlikely to work without one and neither have I ever seen the inside of a RAK Tracker.

There should be a 15mm x15mm lozenge ant for the gps as below
image

And a small pcb patch ant for LoRa similar to
image

Though actual design may vary and have seem small stumpy stick ants with some RAK bds.

And there looks like there maybe u.fl pads for a for an external GPS antenna ?

For the LoRa Ant?!

I dont have a 7200 but previous gen 5205’s shipped with both LoRa and and GPS Ants on short pig-tails (u.fl or SMA options were available) suspect image just shows lozenge placement…still using pigtail connection?

No, for the GPS, top right.

Ah right…the unpopulated pads! Guess I need to pull an actual photo to check :wink:

For follow on readers there is more on this tracker - inc photos - here (basically higher up this thread - around Aug/Sept '19 :slight_smile:

Thats them, most likely intended for an external powered GPS antenna.

Thanks for clearification. Wasn’t sure if the square alone already contains/is the antenna :slight_smile:

Is there a way to increase the send rate? At the moment I recieve results every 5-6 seconds

You mean decrease?

If you’re doing that all day long, then even when sending only 1 byte of application payload (hence 14 bytes for the full LoRaWAN packet), on the fastest data rate, TTN will only allow for 2 messages per minute.

And you could be breaching the legal limit (1% duty cyle) of what you can send in an hour, worst case in 2 minutes, best case 42 minutes.

Documentation:

https://doc.rakwireless.com/rak7200-lora-tracker
https://doc.rakwireless.com/datasheet/rakproducts/rak7200-lora-tracker-datasheet
https://downloads.rakwireless.com/LoRa/RAK7200-Tracker/

Use the serial tool to send at+set_config=lora:send_interval:1:XXX where XXX is the number of seconds between sends.

https://doc.rakwireless.com/rak7200-lora-tracker/configuring-the-rak7200-lora-tracker-using-at-commands

1 Like