-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BMI270 Initialization Causes I2C NACK After Writing to Register 0x70 #26
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
I'm working with the BMI270 sensor and trying to initialize it by writing 0x01 to register 0x70. However, after performing this write operation, all subsequent I2C communications result in a NACK (No Acknowledgment).
Here is the initialization sequence I am using:
Set the BMI270 to sleep mode.
Write 0x01 to register 0x70.
All subsequent I2C communication results in NACK.
I've checked the I2C bus signals, and the initial write seems successful, but any attempt to communicate with the sensor after that point fails.
My setup:
MCU: NRF52840
I2C speed: 100K
Has anyone encountered this issue before, or does anyone have suggestions on what might be causing this behavior?
Any insights or help would be appreciated!
The text was updated successfully, but these errors were encountered: