bassamanator / Sovol-SV06-firmware

🔥 A comprehensive Klipper configuration for a variety of 3D printers 🔥
GNU Affero General Public License v3.0
869 stars 76 forks source link

Add config for 2 ADXL345 via RasPi pico #41

Closed muffix closed 1 year ago

muffix commented 1 year ago

This adds a configuration supporting two ADXL345 sensors at the same time though a Raspberry Pi pico.

Resonance measurements for both the head and the bed can be done without having to change the sensors.

The two sensors should use the spi0a (GPIO 0-3) and spi1a (GPIO 9-12) buses, respectively, as described in this post: https://klipper.discourse.group/t/raspberry-pi-pico-adxl345-portable-resonance-measurement/1757/9

The configuration uses an axes mapping for the sensors and mounts here: https://www.printables.com/model/385334-sovol-sv06-adxl345-mount-printhead-and-bed

bassamanator commented 1 year ago

I'll see if I can come up with a slightly improved wiring diagram before I merge.

Please keep this open. Thanks

bassamanator commented 1 year ago

Will add diagram later. Thanks @muffix!