Arduino to SMSBus & I²C bus

Has anyone got anything on connecting to SMSBus & I²C type data busses?

Hi,
I nerver heard of the SMS- bus, but there is plenty on I2C

here is one link
http://www.nearfuturelaboratory.com/2007/01/11/arduino-and-twi/

and google "arduino I2C" has a few thousand more

Eberhard

I assume you mean SMBus. They're nearly the same thing. Maxim has an app note on the subject.

-j

It was in relation to the TAOS light to digital chip that says those are the two types of interfaces ...

http://www.taosinc.com/product_detail.asp?cateid=4&proid=59

Since one version of the device is I2C and the other is SMBus, I'd pick the one that was easiest to interface with my microcontroller of choice. I think you want the I2C version (2561) with the Arduino/ATmega.

-j