OpenMarine

Full Version: IMU over UART
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can i run IMU using i2c-uart converter ? If so, do I need to change code or it will work as is?
(2024-12-05, 11:46 AM)mpuz Wrote: [ -> ]Can i run IMU using i2c-uart converter ? If so, do I need to change code or it will work as is?

Hi,

In theory, yes, it's possible to run an UART IMU, using a converter.
And it WONT  work as is. You need to develop a driver for it, as only 3 IMU (ICM-20948, MPU-9250, MPU-9255) are currently supported (see this doc page https://openplotter.readthedocs.io/lates...t_app.html). It's not an easy task, and take some time, and many tests. 
I don't recommend it.
is there an issue using icm20948? it is well supported using i2c