diff --git a/README.md b/README.md index ffcc0f4..bd1007a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The simulator is implemented using Gazebo and runs the original Arduino code: |Type|Part|Image|Quantity| |-|-|:-:|:-:| |Microcontroller board|ESP32 Mini||1| -|IMU (and barometer²) board|GY‑91, MPU-9265 (or other MPU‑9250/MPU‑6500 board), ICM‑20948³||1| +|IMU (and barometer²) board|GY‑91, MPU-9265 (or other MPU‑9250/MPU‑6500 board)
ICM‑20948³
GY-521 (MPU-6050)³⁻¹|

|1| |(Recommended) Buck-boost converter|To be determined, output 5V or 3.3V, see [user-contributed schematics](https://miro.com/app/board/uXjVN-dTjoo=/?moveToWidget=3458764612179508274&cot=14)||1| |Motor|8520 3.7V brushed motor (shaft 0.8mm).
Motor with exact 3.7V voltage is needed, not ranged working voltage (3.7V — 6V).||4| |Propeller|Hubsan 55 mm||4| @@ -82,6 +82,7 @@ The simulator is implemented using Gazebo and runs the original Arduino code: *² — barometer is not used for now.*
*³ — change `MPU9250` to `ICM20948` in `imu.ino` file if using ICM-20948 board.*
+*³⁻¹ — MPU-6050 supports I²C interface only (not recommended). To use it change IMU declaration to `MPU6050 IMU(Wire)`.*
*⁴ — this frame is optimized for GY-91 board, if using other, the board mount holes positions should be modified.*
*⁵ — you may use any transmitter-receiver pair with SBUS interface.* diff --git a/docs/img/gy-521.jpg b/docs/img/gy-521.jpg new file mode 100644 index 0000000..c3e7c47 Binary files /dev/null and b/docs/img/gy-521.jpg differ