AssetTrackerRK won't work as intended

I’m using the WakeonMove.ino example from the AssetTrackerRK library (device firmare is 0.6.2). After installing the firmware, the electron will simply display a breathing cyan for a few minutes until it goes to sleep. When it’s woken up from sleep, it connects to the cloud (but not publish anything) and then breathe cyan again for a few minutes.

AssetTrackerRK: https://go.particle.io/shared_apps/595c244d343e352e5e00098e

@rickkas7

Issue with the official AssetTracker library is fixed; still not sure about the RK library though.

2 Likes

Here’s my current project: https://go.particle.io/shared_apps/595d2c71d3decc012800001c

I’m thinking it’s an issue with obtaining GPS info? Perhaps the device attempts to locate itself for 3 minutes after which it will sleep again?

EDIT: Indeed it had to do with not being able to retrieve the GPS data. All works fine now.

1 Like