https://github.com/sensoranalyticsaus/sensordatalogger
For using usb mic as vibration sensor
https://github.com/sensoranalyticsaus/sensordatalogger
Last synced: 9 months ago
JSON representation
For using usb mic as vibration sensor
- Host: GitHub
- URL: https://github.com/sensoranalyticsaus/sensordatalogger
- Owner: SensorAnalyticsAus
- License: gpl-3.0
- Created: 2024-04-05T05:49:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T05:53:29.000Z (about 2 years ago)
- Last Synced: 2025-09-23T07:42:08.531Z (9 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sensor Data Logger
## About
This utility translates usb mic audio into vibration data and sends it as mqtt messages. It can also read any sensor data from say `gpio` and include it in messages. Background noise cancelling can be done by adding a second mic located further from monitored source and subtracting its readings. Suitable for monitoring electric motors. Refer to source code for further information.
## Requirements
* Raspberry Pi
* USB mic
## Note for nodered users
Robust workflows can be created in `nodered` to process incoming `mqtt` messages and log these into a db. E.g. logging to a remote `mongodb` over an `autossh` tunnel.