Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Boss lady on 7/1/2024 in #middleware-and-os
Help Needed: Error in Real-Time Data Acquisition Using I2C on BeagleBone Black
Hi make sure your user has permission to access the I2C bus. You might need to add your user to the i2c group using
sudo usermod -a -G i2c $USER
sudo usermod -a -G i2c $USER
Might be problem with your i2C permission
9 replies