This program is an application for data acquisition using an accelerometer sensor. It provides a PyQt-based interface to start, stop, and save measurement results into files.
- Simple graphical interface to control data acquisition
- Supports saving acquired data to files
- Real-time monitoring of acceleration data
- Python
- PyQt
- Serial Communication / Sensor Interface
- Connect the hardware (accelerometer sensor) to your laptop.
- Run the main program.
- Press the Start button to begin data acquisition.
- Press the Stop button to end the session.
- Save the data to a file for further analysis.