Click here to Skip to main content
15,884,472 members
Articles / Desktop Programming / WPF

Road and Driving Pattern Analyzer using Ultrabook™

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
17 Feb 2015CPOL2 min read 14.2K   1   2
Article describes concept/implementation of using novel Ultrabook™ features to extract and anylize road conditions and vehicle movement dynamics

Introduction

Application Sub-Category: Entertainment | Desktop app

Application is utilizing novel Ultrabooks™ feature set, in particular GPS, Accelerometer and Ambient Light Sensors, allowing real-time data acquisition and analysis of route trace and driving patterns and conditions. Intended primarily for Motosport racing professionals (e.g. NASCAR) it can also be used by general public, either professional drivers or travelers.

Use cases 
  1. Motosport racing professionals to acquire/analyze driving information
  2. Professional/amature drivers to acquire/analyze driving and traffic patterns 
  3. Mass transit authorities to acquire/analyze driving and traffic patterns
  4. Traveler/tourists to acquire/analyze driving patterns and detect potential "unfair" routing practice by taxi-cab drivers 
Core software modules
  • Real-time data acquisition of geographical information (uniform/adaptive sampling)
  • Real-time data acquisition of vehicle movement dynamics
  • Real-time data acquisition of ambient light information
  • Real-time "Find nearby" module using Microsoft Bing™ Mapping technology
  • Route tracer using Microsoft Bing™ Mapping technology 
  • Charting engine to visualize driving pattern and other vehicle movement dynamic data

Background

Systemic approach to GPS-enabled application design

Since the early days of the GIS (geographic information system) and Geo-map technology adoption (like Google Maps or Microsoft Bing™) the seemingly infinite variety of use-cases essentially can be boiled down to just 2 fundamentals, namely:

  1. Find Location, i.e. the geographical point on the map
  2. Find  Nearby, i.e. some Points of Interest (POI) in a close proximity, where POI can be potentially any noun found in English dictionary (and some other languages, as well)

As an example geo-mapping development, interactive Map of NASCAR Racing Tracks, was developed approximately 6 years ago, implementing these 2 fundamental use cases: show on the map the Racing Track Location and implement the Find Nearby capability regarding various POI like bus stops, food and beverage, hotels, parking, etc. Approximately at the same time,  Geocoder web application [4] was developed, capable of providing geographic coordinates (Latitude and Longitude) of the locations based on their postal address, or just a ZIP-code in the US.

Using the code

The application is extending the typical use-cases of finding some POI nearby from static to dynamic (real-time) mode, plus it provides a novel vehicle movement dynamic and driving condition analysis, in particular, regarding acceleration/deceleration/speed profile, road traffic, ambient light condition, etc.

Working demo and detailed description are available. As a contest entry, this Application contain certain proprietary content/code base.

History 

Application framework has been developed and partially prototyped/tested in simulated environment.

References

  1. Microsoft Bing SDK
  2. Edumatter M12: School Math Calculators and Equation Solvers

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
United States United States
Dr. Alexander Bell (aka DrABell), a seasoned full-stack Software (Win/Web/Mobile) and Data Engineer holds PhD in Electrical and Computer Engineering, authored 37 inventions and published 100+ technical articles and developed multiple award-winning apps (App Innovation Contests AIC 2012/2013 submissions) Alexander is currently focused on Microsoft Azure Cloud and .NET 6/8 development projects.

  1. HTML5/CSS3 graphic enhancement: buttons, inputs
  2. HTML5 Tables Formatting: Alternate Rows, Color Gradients, Shadows
  3. Azure web app: Engineering Calculator VOLTMATTER
  4. Azure: NYC real-time bus tracking app
  5. Quiz Engine powered by Azure cloud
  6. 'enRoute': Real-time NY City Bus Tracking Web App
  7. Advanced CSS3 Styling of HTML5 SELECT Element
  8. Aggregate Product function extends SQL
  9. YouTube™ API for ASP.NET

Comments and Discussions

 
QuestionWhich flavour? Pin
Chris Maunder22-Oct-12 19:38
cofounderChris Maunder22-Oct-12 19:38 
AnswerRe: Which flavour? Pin
DrABELL23-Oct-12 1:12
DrABELL23-Oct-12 1:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.