Tessel tracker: It sends GPS coordinates over GPRS to a server. Map shows the latest location & route and live updates them.
heroku create
git push heroku master
- Set correct
APN
&URL
to index.js - Connect gprs module to port A and gps to port C
tessel run index.js
- Wait for continuous blue light (tessel is sending gps data then)
ps. screenshot is misleading :)
Some notes:
- Deploy instructions assume familiarity with Heroku
- There could be issues with bad reception & getting gps fix
- Live updates are done with server sent events -> doesn't work on IE
Comments
Please log in or sign up to comment.