Hi guys,
I'm planning to buy Wolfson audio card for my rpi, and play with volumio (http://volumio.org).
I'm interested also in PiFace CAD; is there a way to make those two product work together?
Thanks, bye bye!
Hi guys,
I'm planning to buy Wolfson audio card for my rpi, and play with volumio (http://volumio.org).
I'm interested also in PiFace CAD; is there a way to make those two product work together?
Thanks, bye bye!
No, I don't think so. The Wolfson card uses almost all the GPIO, including the SPI port.
The Piface CAD also requires the SPI port, and some other GPIO.
You could use an i2c port expander and a display with i2c interface to get the same functions. i2c is a shared bus.
You could use the serial port, which is brought to pins on the Wolfson board (Rx Tx) an connect with serial to a microcontroller for i/o and display (or use a serial ICD).
You could use USB display / IO module(s).
See:
No, I don't think so. The Wolfson card uses almost all the GPIO, including the SPI port.
The Piface CAD also requires the SPI port, and some other GPIO.
You could use an i2c port expander and a display with i2c interface to get the same functions. i2c is a shared bus.
You could use the serial port, which is brought to pins on the Wolfson board (Rx Tx) an connect with serial to a microcontroller for i/o and display (or use a serial ICD).
You could use USB display / IO module(s).
See: