Difference between revisions of "Remove A1"

From iagent
Jump to: navigation, search
Line 9: Line 9:
 
</div>
 
</div>
  
Klipper configuration:
+
=== Klipper configuration ===
 
<pre>
 
<pre>
 
# The Remove resonance tester mcu
 
# The Remove resonance tester mcu
Line 24: Line 24:
 
probe_points:
 
probe_points:
 
     100, 100, 20  # an example
 
     100, 100, 20  # an example
 +
 +
[static_digital_output remove_leds]
 +
pins: rp2040:gpio17, rp2040:gpio18
 +
 
</pre>
 
</pre>

Revision as of 22:02, 23 September 2022

Remove is an accellerometer for doing input shaping with Klipper.

Remove A0 iso.jpg

Pinout diagram

Remove pinout.png

Klipper configuration

# The Remove resonance tester mcu
[mcu rp2040]
serial: /dev/ttyACM0
baud: 1500000

[adxl345]
cs_pin: rp2040:gpio5
spi_bus: spi0a

[resonance_tester]
accel_chip: adxl345
probe_points:
    100, 100, 20  # an example

[static_digital_output remove_leds]
pins: rp2040:gpio17, rp2040:gpio18