I wanted to use this for a HiFi project, but it seems to use all the GPIO pins, and I need more pins for IR reciever and a small LCD screen, is this impossible or is there a way around it?
I wanted to use this for a HiFi project, but it seems to use all the GPIO pins, and I need more pins for IR reciever and a small LCD screen, is this impossible or is there a way around it?
i2c is multi-drop, so you can connect that to your circuit in parallel to the WAC, if you can solder to the GPIO, and your device addresses don;t conflict with those used on the WAC.
There are two GPIO brought to the header on the WAC. Those are the Pis default serial console UART Rx & Tx. You can disable the default serial console and use those pins as general IO (I think) so you may be OK.
I have Tx and Rx blinking LEDs at me as I write this, just disabled the serial console and used them as normal.
Time to do some more reading about I2C...