ElectronAssetTracker icon indicating copy to clipboard operation
ElectronAssetTracker copied to clipboard

Library for the Electron Asset Tracker!

Results 14 ElectronAssetTracker issues
Sort by recently updated
recently updated
newest added

I am trying to implement the 1_GPS_Features example of the Asset Tracker Library onto my electron asset tracker. However, when I try to compile the given code (in the Particle...

Veryfing code using this library in Particle Build fails with this error: ``` AssetTracker/AssetTracker.h:431:32: error: redeclaration of 'LIS3DH_RANGE_4_G' LIS3DH_RANGE_4_G = 0b01, // /- 4g ^ ```

gpsFix will return true as long as a fix was established once. Current code as of v.10: `bool AssetTracker::gpsFix() { if ((gps.latitude == 0.0) || (gps.longitude == 0.0)){ return false;...

We still have 0.0.5 online in Web IDE which is not even guarded against multi-inclusion See here https://community.particle.io/t/asset-library-not-working/30908

Hey @mohitbhoite, I was finally testing the ublox branch and got compile errors on the first example (and I'd expect the others to throw it as well). The errors are...

While trying to implement the Asset tracker example (in particle documents), I bumped into the issue that GPS shows that it has gotten a fix on the position (by turning...

Anyone working on getting the altitude? I am having trouble figuring it out.

To get some information about the currect accuracy of the GPS it would be good to have access to the HDOP measurement. Maybe even a accuracy measurement value, by using...

enhancement

I am trying to combine the GPSfeatures and accelerometer examples and only send latlon when the accelerator is activated. I can get the serial to print the accelerometer values for...

Veryfing code using this library in Particle Build fails with this error: ``` AssetTracker/AssetTracker.h:430:32: error: redeclaration of 'LIS3DH_RANGE_8_G' LIS3DH_RANGE_8_G = 0b10, // /- 8g ^ ```