https://github.com/nekoprog/tuner-daq-box
Arduino UNO Car Tuning Data Logger
https://github.com/nekoprog/tuner-daq-box
arduino automotive python3
Last synced: 7 months ago
JSON representation
Arduino UNO Car Tuning Data Logger
- Host: GitHub
- URL: https://github.com/nekoprog/tuner-daq-box
- Owner: nekoprog
- Created: 2017-03-29T13:09:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T05:58:23.000Z (over 7 years ago)
- Last Synced: 2025-01-18T22:01:57.136Z (9 months ago)
- Topics: arduino, automotive, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tuner-DAQ-Box
Arduino UNO Car Tuning Data LoggerArduino Side:
3 channel input (02 wideband, engine crank RPM and car speed KM/h)Python Side:
Realtime graph from serial input (wbo2, rpm, speed sensor) and microphone input (knock sensor)TODO:
- WB02 linear 5v input
- RPM decoder
- KM/h decoder
- Knock detector using microphone input
- Realtime data stream to PC (usb/wifi/bluetooth)
- PC graph plotting and save to CSV for future analysis
- PC UI
- Use VisPy, PySide, PySerial, NumPy