PROJECT:
Implementation of an embedded system capable of measuring the accelerations resulting from a person's leg, using an accelerometer.
STEPS:
- Construction of the acquisition circuit for the accelerometer;
- Programming the 324A microcontroller for signal processing;
- Development of an interface for viewing acquired signals.
FILES:
- main.asm - code referring to the processing of signals received from the microntroller and repetitive display through a previously created interface.
- Interface_BA.m - code for the acquisition of the accelerometer signals (3 channels), processing and conversion of the signals and sending to the computer via the serial port.
RESULTS:
video_project_real_time.zip - short video showing the operation of the interface, in real time, in the acquisition and respective display of the acquired signals from the accelerometer.