DAC I2C
Updated at: 22/11/2013
Installare il componente Python per il bus di comunicazione
apt-get install python-smbus
I sorgenti in python sono stati recuperati da:
http://learn.adafruit.com/mcp4725-12-bit-dac-with-raspberry-pi/using-the-adafruit-library
Per scaricali tutti con git:
git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
Nota Bene:
Per far sì che la raspberry veda correttamente il bus, abbiamo eseguito questi comandi (in modalità sudo), ripetuti un po' di volte (anche perché durante i test avevo attaccato male il cavo):
modprobe i2c-bcm2708
lsmod
modprobe i2c-dev
lsmod
i2cdetect -y 0
i2cdetect -y 1
In base a dove viene mostrato il bus facendo -y 0 oppure -y 1 dovremo specificare il parametro "busnum" nel file python