I’m using the same set of commands to set up a device tracker with my Notecarrier AF boards - one with a Swan and one with a Feather:
{“req”:“card.restore”,“delete”:true}
{“req”:“hub.set”,“product”:“com.empowermentoring.john.landgrave:xxxxxx”,“mode”:“periodic”,“outbound”:1,“inbound”:720}
{“req”:“card.location.mode”,“seconds”:60,“mode”:“periodic”}
{“req”:“card.location.track”,“start”:true,“heartbeat”:true,“hours”:12}
With the OOB configuration BOTH devices gave me GPS location information from the device. After I tried to customize it using the aforementioned commands, NEITHER DEVICE will return the GPS location from the device. They both return some data:
{
“event”: “b50b7fb3-fb58-4549-b64c-1db53ecc01c5”,
“session”: “7a483cf1-45a7-47d9-a7ac-5c760f618992”,
“best_id”: “dev:868050047666819”,
“device”: “dev:868050047666819”,
“product”: “product:com.empowermentoring.john.landgrave:cartman”,
“received”: 1661784838.09487,
“req”: “note.add”,
“when”: 1661784804,
“file”: “_track.qo”,
“updates”: 1,
“body”: {
“jcount”: 1,
“journey”: 1661784620,
“motion”: 4,
“status”: “usb”,
“temperature”: 27.9375,
“voltage”: 3.7773438
},
“best_location_type”: “tower”,
“best_location_when”: 1661784837,
“best_lat”: 39.760337500000006,
“best_lon”: -86.752203125,
“best_location”: “Heritage Lake IN”,
“best_country”: “US”,
“best_timezone”: “America/Indiana/Indianapolis”,
“tower_when”: 1661784837,
“tower_lat”: 39.760337500000006,
“tower_lon”: -86.752203125,
“tower_country”: “US”,
“tower_location”: “Heritage Lake IN”,
“tower_timezone”: “America/Indiana/Indianapolis”,
“tower_id”: “310,410,19979,48824584”
}
But because there’s no GPS fix I’m not getting important data like velocity, bearing, etc. This is for an asset tracking system for expensive, heavy equipment and I need to get accurate tracking data when the device is in motion and be asleep otherwise. Not getting a good feeling about this technology based on the available information. I assumed a QuickStart would work exactly as coded but that’s not the case. I can only imagine how difficult - or impossible - and advanced case might be to configure.
FWIW - I have left BOTH devices outdoors with full view of the sky for >30 minutes and neither of them has been able to get a GPS location lock.