Replies: 1 comment
-
My bad, I was missing some pull-up resistors on the SDA and SCL lines (which were included in the breakout board of the MPU6050 but not on the SI7210). 🥟 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to use the zephyr driver for the SI7210 sensor.
A newbie as I am, I started with the example of MPU6050 which I have lying around to check if this worked on my board - nrf5340 dk - and it did. Then tried to include the SI7210 sensor, but I always got the error that the device is not ready.
With proj.conf:
and overlay:
Then I used I2C shell to scan the devices (using this tutorial). There I saw that the address was indeed what I expected (0x30):
But when running I2C Sensor Shell, I don't see it popping up:
Anyone an idea what the issue could be? Is the driver faulty or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions