Git Product home page Git Product logo

azsphere-obd-fw's Introduction

Azure Sphere OBD data logger

This is a data logger for vehicles that combines data from an OBDII click, a GPS and onboard sensors in order to be analyzed by its companion Android app (requires Android Pie or newer).

Assembling the device

Refer to the device page for details about assembling the device and building your custom click.

Communication with the mobile app

By default, the device communicates through a TCP socket on the interface wlan0 on port 15500. This behavior can be changed in the configuration file.
You could also create a new driver in order to route the communication to another interface (e.g. serial, Bluetooth...): you'll only need to reimplement the four functions defined in the application TCP header file. If you do this or other useful changes, a pull request would be appreciated, so we can start integrating multiple communication interfaces into the same project.

If you are interested in expanding the command set or you want to build a command interpreter for this device, you can find a list of all the supported commands in the commands page.

Logging

Simple text logs are saved in the microSD card. These logs are numbered sequentially (0.log, 1.log and so on) and the content is easily readable. Each line starts with the date and time from the internal RTC clock and is followed by a ten-character identifier and its value. For more details about the structure of a log message, for the available identifiers and measurement units, please refer to the log page.

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.