Giter Site home page Giter Site logo

ercenk / biketracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 6.98 MB

An arduino project that uses Adafruit GPS logger, 10 DOF sensor and OLED display to track any moving vehicle's location, and many other things.

Arduino 0.43% C# 1.37% CSS 5.09% JavaScript 91.04% ASP 0.01% HTML 2.07%

biketracker's Introduction

BikeTracker

An arduino project that uses Adafruit GPS logger, 10 DOF sensor and OLED display to track any moving vehicle's location, and many other things.

Overview

I have a long standing passion for combining data collected from around us, then analyzing and displaying using software. I have started this project to learn a few technologies.

  • Hardware
    • Microcontroller (an Arduino Mega)
    • GPS receiver
    • Gyroscope
    • Accelerometer
    • Temperature sensor
    • Barometer
    • Compass
    • R/F transciever
    • MicroSD card reader
  • Software
    • Hosted on Microsoft Azure Websites
    • OWIN
    • Angular
    • Various APIs on the web (time and location API from Google)
    • Google Maps
    • Facebook applications and authentication

Here is how it works

  • A new file is created every time the tracker is on.
  • The data collected on the sensors and GPS are sampled every two seconds and written to the MicroSD card.
  • Once done collecting the data during the day, I pop out the MicroSD card and upload using the website
  • Backend code authenticates me as the administrator user
  • Backend code divides the data points into segments. It is a new segment if there are more than 30 minutes between two data points.
  • Each segment's start and end point is retrieved as the closest cities using a geocoder API, plus the local time zone
  • Data points and segments written to the Azure table store

Prototype

prototype

Testing

Testing

Mounted on the bike

Mounted

Site is here: http://ercenkbike.azurewebsites.net/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.