How to change I2C bus speed on RPi



Login to your RPi.
Run:
sudo bash -c "echo options i2c_bcm2708 baudrate=50000 > /etc/modprobe.d/i2c.conf"

Run:
sudo reboot

(during boot notice the baudrate is now 50000)