Interfacing the MPR121 I2C Touch Sensor with Prop
Michael @ Afineol
Posts: 33
I cannot get the Prop to recognize the MPR121 I2C. I have downloaded the: I2C SPIN Object from Dave Custer Jan 2008 Version 2.0
Multiple attempts to communicate with this device using the : PUB devicePresent(deviceAddress) : ackbit , have ended in utter frustration. Anyone make this work? Any help would be appreciated.
Mike
Multiple attempts to communicate with this device using the : PUB devicePresent(deviceAddress) : ackbit , have ended in utter frustration. Anyone make this work? Any help would be appreciated.
Mike
Comments
Most I2C problems seem to be related to using an incorrect address, using a 7-bit address when the object expects 8-bit or vice versa, or issues with pull up resistors or a lack thereof.
Included in my I2C objects archive in the obex is an I2C poller that'll list the 7-bit address of all devices on the bus.
Chris