kcmurphy88
Newbie level 6
- Joined
- Dec 6, 2007
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 2
- Trophy points
- 1,283
- Location
- Albuquerque
- Activity points
- 1,369
I have a application where I have to talk to an I2C device at the end of a cable AND also toggle a switch. It seems difficult, physically, to get the desired third control wire into the cable. I have SCL, SDA, power and ground.
1) I deal with the switch only at times the I2C is inactive.
2) There is only one slave device.
3) I do not care about the state of the switch while I2C is active, although I'd prefer it didn't float or rattle.
So, I thought that I would use very long START and STOP signals to control the switch, with some simple logic part to prevent rattling. What do long (~10mS) START or STOP signals do the an inactive I2C slave?
1) I deal with the switch only at times the I2C is inactive.
2) There is only one slave device.
3) I do not care about the state of the switch while I2C is active, although I'd prefer it didn't float or rattle.
So, I thought that I would use very long START and STOP signals to control the switch, with some simple logic part to prevent rattling. What do long (~10mS) START or STOP signals do the an inactive I2C slave?