Skip to content

AdamMarciniak/xStreamDataAnalysisPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ad8537 · Dec 31, 2020
Nov 21, 2019
Dec 7, 2019
Dec 7, 2019
Nov 21, 2019
Dec 4, 2019
Dec 6, 2019
Mar 12, 2020
Dec 18, 2019
Nov 4, 2019
Dec 7, 2019
Nov 9, 2019
Mar 12, 2020
Oct 30, 2019
Dec 31, 2020
Dec 4, 2019
Oct 24, 2019
Nov 27, 2019
Nov 21, 2019
Feb 24, 2020
Dec 7, 2019
Mar 12, 2020
Mar 12, 2020
Dec 7, 2019
Nov 21, 2019
Nov 21, 2019
Nov 21, 2019
Nov 21, 2019
Nov 27, 2019

Repository files navigation

xStreamDataAnalysisPlatform

Currently offline as I move my server stuff over to Caddy.

Interface Image

Data Analytics Platform for BCIT Racing Car. (In Development)

This tool works in tandem with an ESP32 module that gathers data from an offroad buggy. The ESP32 gathers data such as stress in frame members, suspension angles, RPM readings, car tilt, engine heat, and GPS position. The ESP32 then sends this data using websockets periodically (default every 100ms) to the Node server. The Node server sends this data to all connected clients on the demo site.

Core Features:

  • Realtime data capture and viewing using websockets. (See realtime data from anywhere while car is running)
  • Scrub through data easily and quickly.
  • Suspension links and car in 3D model move based on realtime or imported real world sensor data.
  • Change color of specific frame members based on stress data experienced.
  • Play, pause, stop to navigate through data.
  • Speed settings to replay data.
  • See live location data of car on the track.

During a Baja car test or race when the data aquisition module is on, go to the demo website to see realtime data.