Installation of PiFace Digital I/O Card - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Peripherals (/forum-27.html) +--- Thread: Installation of PiFace Digital I/O Card (/thread-2889.html) |
Installation of PiFace Digital I/O Card - Acoma78 - 25th Mar, 2015 04:11 AM Dear people, I am trying to get my I/O card running under XBian. However, the guide for raspbian does not work: http://www.piface.org.uk/guides/Install_PiFace_Software/ Also the guide which I have used successfully for openelec 4 does not work: http://piface.github.io/pifacedigitalio/pifacedigital.html#outputs (It also doesn't work for openelec 5 which was the reason for me to try out XBian) Does anybody have experience with the PiFace Digital I/O Card on the pi2? Kind regards Acoma78 RE: Installation of PiFace Digital I/O Card - CurlyMo - 25th Mar, 2015 04:31 AM Code: modprobe spi-bcm2708 No offence, but for an experimental board user you should've been able to find this right? First hit on Google with "Enable SPI Raspberry Pi" RE: Installation of PiFace Digital I/O Card - Acoma78 - 25th Mar, 2015 06:49 AM Thank you for the hint. I will try that out. I just thougt that Arduino is the experimental board and raspi is the learnstrument ;-) Starting on the level of GPIO commands is much harder for me than starting with python commands and the piface library. |