diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2022-06-16 23:19:30 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-06-20 12:47:14 -0400 |
commit | 8804c1578de1422c8017299cc77abd438aede685 (patch) | |
tree | 9be5270a45a218ef2e9fe5544627415273618696 /docs/RPi_microcontroller.md | |
parent | f2e27ae05eca2dac3f747d8cebfd482a535e9bb9 (diff) | |
download | kutter-8804c1578de1422c8017299cc77abd438aede685.tar.gz kutter-8804c1578de1422c8017299cc77abd438aede685.tar.xz kutter-8804c1578de1422c8017299cc77abd438aede685.zip |
docs: Added instructions how to configure I2C for MPU-9250
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/RPi_microcontroller.md')
-rw-r--r-- | docs/RPi_microcontroller.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md index 7551d4f1..2e64650c 100644 --- a/docs/RPi_microcontroller.md +++ b/docs/RPi_microcontroller.md @@ -69,6 +69,15 @@ Make sure the Linux SPI driver is enabled by running `sudo raspi-config` and enabling SPI under the "Interfacing options" menu. +## Optional: Enabling I2C + +Make sure the Linux I2C driver is enabled by running `sudo raspi-config` +and enabling I2C under the "Interfacing options" menu. +If planning to use I2C for the MPU accelerometer, it is also required +to set the baud rate to 400000 by: adding/uncommenting +`dtparam=i2c_arm=on,i2c_arm_baudrate=400000` in `/boot/config.txt` +(or `/boot/firmware/config.txt` in some distros). + ## Optional: Identify the correct gpiochip On Raspberry Pi and on many clones the pins exposed on the GPIO belong |