I wan to make flight measures: temperature+vibration for each engines of my quadricopter
–>first question: can i put 8 peripheral sensor on I2C pixhawk port?
I already use 3 I2C temperature measures with this sensor MLX90614 (log browser and logs are ok)
I have added 4 vib01sensor with an arduino connected with mavlink telemetry (log browser OK but logs are KO) –> see my previous post here (i can use a sd card for the logs)
–>in order to recover vibration or accelertion logs, I want to add 4 I2C accelerometer like the MPU-6050
I don’t know about FC 2.4.8 but in principle Ardupilot FW can also use I2C IMU’s.
I do so on my ESP32 testplatform with the MCU6050 module.
Maybe it is not best
The ESP32 is a simple platform to learn and also @thiriot will use this small MPU modules not for flight control but for some other measurements. If it make sence or not.