Hi, how do you change I2C speed? Im experiencing some difficulties communicating through I2C. Im trying to communicate with a FD1000 power circuit. Im using the Python library smbus to use the read and write word functions. The communication sometimes works and sometimes not. Through the oscilloscope it seams like the FD1000 is clockstreching, to work around this I would like to lower the I2C speed. A quick google gave me the command
Code: Select all
modprobe i2c_bcm2708 baudrate=35000
. This have no effect (checked with oscilloscope) reboot or not.