Open indoorrobot opened 3 years ago
I have also encountered the same issue! Any updates?
There are two i2c pins on the upboard, Pins 3 and 5 for i2c-5 and pins 27 and 28 for i2c-0. On which Pins do you have your i2c device connected to? You can try to see if the device is listed for example if connected to pins 3 and 5 i2cdetect -r -y 5
I have also encountered the same issue too!!!! anyone can figure it out?
Okay, I figured it out. first, i connected i2c to pin 1&2, but it's not i2c_5 as they(AAeon) told. Sec, There is a very important information but not mentioned in git hub but in manual. "Open-drain I2C bus. Needs the pullup resistors to external 3.3V"
So I connected two 10K ohm resistor from 3.3V to SDL and SDA, Then i found my device on I2C_3. Thanks for god. Here is manual: https://newdata.aaeon.com.tw/DOWNLOAD/MANUAL/UP%20Xtreme%20(UP-WHL01)%20Manual%206th%20Ed.pdf
Hi, I have updated my upboard to use kernel 5.4.0-1-generic for Ubuntu 18.04 and since then I do not see my i2c device (mlx90641). When listing the i2c devices using
i2cdetect -l
i seeI have an upboard with the previous kernel (4.4.0-2-upboard) here is looks sorted:
And I can see the device here where is should be (0X33):
am I missing something?