Query about Fastest and Synchronized way of MPU6050s reading by multiplexer #628
Replies: 3 comments 4 replies
-
how to start DMP FIFO at the same time is discussed here: Z |
Beta Was this translation helpful? Give feedback.
-
MPU6050_6Axis_MotionApps612.cpp is easy to divide into all sensor initialization and second part for each sensor but due to my difficulty(DeviceID=0xC) in the 612 version I have to use MPU6050_6Axis_MotionApps20.cpp and it is not suitable for this purpose. |
Beta Was this translation helpful? Give feedback.
-
DeviceID=0xC simmilar in V2-0 and V6-12. In V6.12 with modifies getDeviceID() that always return 0x34, ESP32 always stop in the beginning of loop() mpu.dmpGetCurrentFIFOPacket(fifoBuffer). |
Beta Was this translation helpful? Give feedback.
-
I have problem with reading fast and efficient way to read multiple MPU6050 sensors using Multiplexer. Finally I found the fastest way is reading RAW data but is not synchronized because reading each sensor taking 1-2 msec but if I could start all the sensor FIFO by same sampling rate then can read sequentially one by one.
Beta Was this translation helpful? Give feedback.
All reactions