Jump to content

Picobilical Pi Hat


Brystro

Recommended Posts

I am trying to figure out the ADXL settings for the Pi HAT that came with my Picobilical kit.  I figured out the UART but need the Klipper settings for the ADXL.  Can someone help or point me to a link?  Thanks in advance.

This is the 'HAT'

image.png.16f89529ad33401c5326800ef3e6a5b9.png

Link to comment
Share on other sites

Of course, the shaper settings will be replaced with yours !

#___________________________________________________________________
; Resonance / Input Shaper

; ACCELEROMETER_QUERY
; MEASURE_AXES_NOISE
; TEST_RESONANCES AXIS=X
; TEST_RESONANCES AXIS=Y
; SHAPER_CALIBRATE then SAVE_CONFIG saves suggested values, except max. accelerations
; ~/klipper/scripts/calibrate_shaper.py /tmp/resonances_x_*.csv -o /tmp/shaper_calibrate_x.png
; ~/klipper/scripts/calibrate_shaper.py /tmp/resonances_y_*.csv -o /tmp/shaper_calibrate_y.png

[mcu rpi]
serial: /tmp/klipper_host_mcu

[adxl345]
cs_pin: rpi:None

[resonance_tester]
accel_chip: adxl345
probe_points: 60, 60, 20

[input_shaper] ; 2023-09-18

shaper_type_x: mzv  ; (vibrations = 0.2%, smoothing ~= 0.025)
shaper_freq_x: 95.6 ; suggested max_accel <= 26900 mm/sec^2
shaper_type_y: mzv  ; (vibrations = 0.0%, smoothing ~= 0.049)
shaper_freq_y: 65.2 ; suggested max_accel <= 12500 mm/sec^2

; -> accel limit 10000 mm/s²

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...