Skip to content
Skamba edited this page Mar 28, 2026 · 4 revisions

VibeSensor

Reviewed against commit 92a6582.

VibeSensor is an offline-first vibration diagnostic kit for cars. A Raspberry Pi creates its own Wi-Fi hotspot, wireless sensor nodes stream accelerometer data to it, and the browser dashboard turns a road test into live graphs, saved run history, and PDF reports. You do not need internet access and you do not need to install a phone app.

Start here

  1. Get the hardware
  2. Initial install
  3. Configure VibeSensor
  4. Run a diagnostic drive
  5. Troubleshooting and maintenance

What a normal workflow looks like

  1. Assemble a Pi plus one or more wireless sensor nodes.
  2. Download the latest Pi image from the GitHub repo and write it to a microSD card.
  3. Boot the Pi, then connect your phone, tablet, or laptop to the VibeSensor hotspot.
  4. Open http://10.4.0.1 and use Settings -> ESP Flash to program each sensor node from the Pi over USB.
  5. Add the car you are testing, assign sensor locations, and choose a speed source.
  6. Use the Live view to confirm the sensors are streaming and the graph has real movement.
  7. Record a drive, then open History to review the diagnosis and export a PDF report.

The main operator screens

Live view

Live dashboard

Use Live while mounting sensors, checking signal quality, and recording a test drive.

History

History overview

Use History after a run to compare sessions, review the strongest findings, and export customer-facing reports.

Settings

Cars tab

Use Settings to choose the active car, tune analysis inputs when needed, and select a speed source.

Good starter kits

  • Minimum bench kit: 1 Raspberry Pi, 1 sensor node, and 1 browser device.
  • Typical road-test kit: 1 Raspberry Pi plus multiple sensor nodes so you can compare corners of the car during the same run.
  • Expanded diagnostic kit: add an engine-bay sensor and a GPS receiver if you want automatic speed instead of manual speed entry.

Need the deeper technical docs?