Open main menu

Changes

X708-Software

396 bytes removed, 15:30, 20 July 2021
no edit summary
1. Enable I2C funcion on Raspbian:
sudo raspi-config
 
Select 5 Interfacing Options and then P5 I2C - Enable/Disable automatic loading. A prompt will appear asking Would you like the ARM I2C interface to be enabled?, select "Yes"
 
[[File:Rpi-config-1.jpg|none]]
 
[[File:Rpi-config-5.jpg|none]]
 
[[File:Rpi-config-6.jpg|none]]
 
Select "OK"
 
Select "Finish" to return to the command line and reboot your raspberry pi.
sudo reboot
2. Install necessary software (python and i2c tool library)