Hi,
I’m trying to check if there is any “stickyness” in my x/y axes. For that I wanted to graph my adxl345 data over the expected acceleration data from the motion analysis tool.
Hoewer the motion analysis file seems very empty. I’ve attached a screenshot of 2 graphs. On the left is the data I collected using the ACCELEROMETER_MEASURE
command, on the right is the data from the motan_graph.py
.
My process to collect this data:
-
On the pi I start
~/klipper/scripts/motan/data_logger.py /tmp/klippy_uds mylog
-
In the fluidd web UI I ran
G1 x10 y10 F25000
ACCELEROMETER_MEASURE
G1 x200 y10 F25000
G1 x10 y10 F25000
G1 x10 y140 F25000
G1 x10 y10 F25000
ACCELEROMETER_MEASURE
- on the pi I stop the data collection with CTRL+C
Is that the correct procedure?
I can see that there is some noise in the adx345 data in the motion analysis, so something seems to be captured. Am I interrupting the capture the wrong way?