AssetTrackerRK icon indicating copy to clipboard operation
AssetTrackerRK copied to clipboard

My own library for the Particle AssetTracker/Electron based on TinyGPS++

Results 5 AssetTrackerRK issues
Sort by recently updated
recently updated
newest added

Dear @rickkas7 , I'm using your AssetTrackerRK in an academic paper (we're using Particle Asset Trackers to monitor river flow) and for full Open Science and reproducibility I'd like to...

Hi i am having problem in extracting the altitude value from the gps. It always show 0.000000.

I see that TinyGPS++ supports speed. [https://github.com/rickkas7/AssetTrackerRK/blob/master/src/TinyGPS++.h#L172](https://github.com/rickkas7/AssetTrackerRK/blob/master/src/TinyGPS++.h#L172) And it looks like there is some support in the Spark library https://github.com/spark/AssetTracker/blob/master/src/AssetTracker.cpp#L98 How can this be wrapped into the AssetTrackerRK library?

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

I've been trying to get the GPS to sleep, but no matter what I try, the LED will sometimes remain blinking as if the module didn't go to sleep. I've...