benstr / simple-asset-tracker

Simple Cellular GPS Asset Tracker w/Real-Time Meteor Web App

Home Page:http://simpleassettracker-66705.onmodulus.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Asset Tracker

Near real-time GPS tracker powered by Hologram.io cellular IoT platform and MeteorJS web platform.

/firmware

Arduino IDE file used to flash Hologram's Dash board (cellular microcontroller).

Get started:

  1. Buy a Dash board, Hologram SIM, and Adafruit Ultimate GPS Breakout v3
  2. Activate SIM instantly through the Hologram Dashboard
  3. With the Arduino IDE flash the Dash with this firmware
  4. Once a GPS and Cellular signal is acquired you should see data being sent to the Hologram Data Log

/app

MeteorJS app which connects to Hologram's Cloud

Get started:

  1. Copy /app/settings-example.json to /app/settings.json
  2. In /app/settings.json set your mapbox_accessToken, hologram_api, and hologram_device_tag
  3. cd into /app and run $ npm install -dev
  4. run $ meteor --settings settings.json
  5. check out your app running locally at http://localhost:3000

About

Simple Cellular GPS Asset Tracker w/Real-Time Meteor Web App

http://simpleassettracker-66705.onmodulus.net/


Languages

Language:JavaScript 56.2%Language:Arduino 41.6%Language:HTML 2.0%Language:CSS 0.2%