1
General Hardware Talk / Re: red laser and I2C bus (done)
« on: April 14, 2008, 07:09:44 AM »
Thanks a lot for your help!
Finally I found the problem! I used always 0xB0 as device address but my I2C controller needs the 7 bit address and
automatically shifts it. So by using 0x58 instead of 0xB0 everything works as expected.
Hopefully this will prevent somebody else investing several days of work trying to figure out the error :-)
Finally I found the problem! I used always 0xB0 as device address but my I2C controller needs the 7 bit address and
automatically shifts it. So by using 0x58 instead of 0xB0 everything works as expected.
Hopefully this will prevent somebody else investing several days of work trying to figure out the error :-)