2024-12-05, 11:46 AM
2024-12-10, 10:34 PM
(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.
2024-12-12, 09:13 AM
is there an issue using icm20948? it is well supported using i2c