aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNathan <nhchiu2009@gmail.com>2023-04-11 23:48:20 +0800
committerGitHub <noreply@github.com>2023-04-11 11:48:20 -0400
commita8b1b0ef0572f07f04f0d68969ef042fff290fa7 (patch)
tree2b5f9cdc24bd1229cc88d4982429be1d9ab53f4e /docs
parentc2b2278a49a25ec180a9671e3f5a37643a102658 (diff)
downloadkutter-a8b1b0ef0572f07f04f0d68969ef042fff290fa7.tar.gz
kutter-a8b1b0ef0572f07f04f0d68969ef042fff290fa7.tar.xz
kutter-a8b1b0ef0572f07f04f0d68969ef042fff290fa7.zip
docs: Fix duplicate section in Measuring_Resonaces.md (#6160)
Removed a duplicated section in Measuring_Resonances.md. Also fixed its header level. Signed-off-by: Nathan Chiu <nhchiu2009@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Measuring_Resonances.md29
1 files changed, 2 insertions, 27 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md
index 91d538a4..1ab21eed 100644
--- a/docs/Measuring_Resonances.md
+++ b/docs/Measuring_Resonances.md
@@ -66,7 +66,7 @@ Note that unlike a cable shield, GND must be connected at both ends.
#### ADXL345
-###### Direct to Raspberry Pi
+##### Direct to Raspberry Pi
**Note: Many MCUs will work with an ADXL345 in SPI mode (e.g. Pi Pico), wiring
and configuration will vary according to your specific board and available
@@ -89,32 +89,7 @@ Fritzing wiring diagrams for some of the ADXL345 boards:
![ADXL345-Rpi](img/adxl345-fritzing.png)
-###### Using Raspberry Pi Pico
-
-You may connect the ADXL345 to your Raspberry Pi Pico and then connect the
-Pico to your Raspberry Pi via USB. This makes it easy to reuse the
-accelerometer on other Klipper devices, as you can connect via USB instead
-of GPIO. The Pico does not have much processing power, so make sure it is
-only running the accelerometer and not performing any other duties.
-
-In order to avoid damage to your RPi make sure to connect the ADXL345 to 3.3V
-only. Depending on the board's layout, a level shifter may be present, which
-makes 5V dangerous for your RPi.
-
-| ADXL345 pin | Pico pin | Pico pin name |
-|:--:|:--:|:--:|
-| 3V3 (or VCC) | 36 | 3.3V DC power |
-| GND | 38 | Ground |
-| CS | 2 | GP1 (SPI0_CSn) |
-| SDO | 1 | GP0 (SPI0_RX) |
-| SDA | 5 | GP3 (SPI0_TX) |
-| SCL | 4 | GP2 (SPI0_SCK) |
-
-Wiring diagrams for some of the ADXL345 boards:
-
-![ADXL345-Pico](img/adxl345-pico.png)
-
-###### Using Raspberry Pi Pico
+##### Using Raspberry Pi Pico
You may connect the ADXL345 to your Raspberry Pi Pico and then connect the
Pico to your Raspberry Pi via USB. This makes it easy to reuse the