tdk-invn-oss / motion.arduino.ICM42670P

Arduino Driver for TDK InvenSense consumer motion sensor ICM42670P
https://invensense.tdk.com/smartmotion
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

initialization failed: -3 #7

Closed VaishakC7 closed 3 months ago

VaishakC7 commented 1 year ago

After connecting ICM42670P daughter board to it is now showing initialization failed: -3. Previously the result was observed correctly.

rbuisson-invn commented 1 year ago

Hello Vaishak,

Could you please provide more details about your current setup and previous working one? Result -3 means that the re is an issue in the transport. Are you using SPI or I2C interface to communicate with the IMU? Which target CPU do you use ?

Thanks and regards

geekmengran commented 8 months ago

你好维沙克,

您能否提供有关您当前设置和之前工作设置的更多详细信息? 结果 -3 表示传输存在问题。 您使用SPI还是I2C接口与IMU通信? 您使用哪个目标CPU?

感谢致敬

ESP32S3初始化失败

rbuisson-invn commented 8 months ago

Please try new library version 1.0.1 and let us know the status. Thanks