Home › Forums › Forums › Technical Support for BerryIMU › Odd values from accelerometer & gyroscope › Reply To: Odd values from accelerometer & gyroscope
January 31, 2018 at 3:46 am #7110
Peter
Participant
I just ran an example code included in the BerryIMU library without any modifications to the code to get those results. I looked over the code written in C and found that the I2C read operation in the code calls another library function named “i2c_smbus_read_i2c_block_data.” For some reason I don’t understand that function does not seem to work properly, a similar python code works though.