Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Boss lady on 7/2/2024 in #middleware-and-os
How do I set the I2C (Mpu-6050) slave address in my application?
Yeah 👍, you should also ensure that the I2C bus you're trying to access is the correct one. Sometimes, the I2C bus number can differ based on the hardware platform. For example, on a Raspberry Pi, you might need to use /dev/i2c-1 instead of /dev/i2c-0. Can you share the part of your code where you open the I2C bus?
7 replies