Near real-time GPS tracker powered by Hologram.io cellular IoT platform and MeteorJS web platform.
Arduino IDE file used to flash Hologram's Dash board (cellular microcontroller).
Get started:
- Buy a Dash board, Hologram SIM, and Adafruit Ultimate GPS Breakout v3
- Activate SIM instantly through the Hologram Dashboard
- With the Arduino IDE flash the Dash with this firmware
- Once a GPS and Cellular signal is acquired you should see data being sent to the Hologram Data Log
MeteorJS app which connects to Hologram's Cloud
Get started:
- Copy
/app/settings-example.json
to/app/settings.json
- In
/app/settings.json
set yourmapbox_accessToken
,hologram_api
, andhologram_device_tag
- cd into
/app
and run$ npm install -dev
- run
$ meteor --settings settings.json
- check out your app running locally at http://localhost:3000