I'm interested in speed values. This documentation shows how I could fork the GitHub repository and implement it by myself, but I wonder if it's possible to receive that value without the need of writing and maintaining custom code.
In the 'Configure Fleet' section under 'Location' I have not ticked the 'Minimize Data' checkbox next to this description:
If enabled, publish minimal location with only latitude and longitude. If disabled, publish additional information including speed, heading, etc.
Ok, is there a particular reason to exclude it in the first place? Any chance this will follow in a couple of months as an option? I would gladly trade temp in exchange to speed for my use-case
Particle released a huge update with Tracker Edge Release v12. The loc-enhanced event now contains a whole bunch of extra details with speed (spd) being one of them. I haven’t yet figured out the unit but from other Particle products, I suspect speed to be reported in knots. To get the km/h value, we simply need to multiply the value in knots by 1.852.