vibe-recorder

A vibration analysis and data acquisition suite for the rpi


Keywords
python3, raspberry-pi, react, signal-processing, vibration
License
MIT
Install
pip install vibe-recorder==0.4.1

Documentation

Vibe

Continuous Integration Code Coverage Code Health readthedocs

An vibration analysis measurement suite with a web ui.

Install from pypi as:

$ pip install vibe-recorder
$ pip install vibe-analyser

The recorder goes on your rpi, the analyser on any computer you like. Visit http://vibe.readthedocs.io/en/latest/ for full details.

What is it?

Analyser

The analyser is responsible for:

  • specifying the configuration of the measurement system (sample rate, sensitivity)
  • ensuring that all connected recorders are at that target (or marked as invalid if not)
  • scheduling measurements
  • collecting and storing measurement data
  • analysing data
  • providing a UI

There is 1 analyser service in the system.

Recorder

The recorder is responsible for:

  • managing the connected IMU
  • maintaining its state with the analyser
  • recording data and sending it to the analyser