Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/particle-iot/ElectronAssetTracker
Library for the Electron Asset Tracker!
https://github.com/particle-iot/ElectronAssetTracker
Last synced: about 1 month ago
JSON representation
Library for the Electron Asset Tracker!
- Host: GitHub
- URL: https://github.com/particle-iot/ElectronAssetTracker
- Owner: particle-iot
- License: apache-2.0
- Created: 2016-02-21T20:01:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T01:49:23.000Z (10 months ago)
- Last Synced: 2024-05-20T00:11:28.457Z (7 months ago)
- Language: C++
- Size: 45.9 KB
- Stars: 53
- Watchers: 31
- Forks: 84
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-particle - Asset Tracker
README
# Electron Asset Tracker
[![Build Status](https://travis-ci.org/particle-iot/AssetTracker.svg?branch=master)](https://travis-ci.org/particle-iot/AssetTracker)_The Asset Tracker has a lot of features, but some of these aren't as straightforward to use as simple LEDs and sensors. This library abstracts a lot of the complexity and provides simple functions with broad capability. It wraps modified versions of both Adafruit's Ultimate GPS and LIS3DH Arduino libraries, as well as some novel functions._
## Examples
1. __GPS Features__ - How to use the GPS efficiently, and some nice Electron functions
2. __Accelerometer__ - Using the accelerometer with some cute tricks
3. __WakeOnMove__ - Waking up from sleep mode when the Electron is moved