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?
For my application I need some GPIO pins. I do quite a bit of soldering, so that's certainly not the problem.
Jonny wrote that "The audio card uses i2c from Raspberry Pi, and a single GPIO output, plus the lines form the P5 header. There are lines available (i2c is multidrop anyway)."
Not sure how Jonny got to that conclusion. I looked at the schematics available at this site and page 7 shows that all pins of the RPi header are connected to somewhere on the audio card. That might not necessarily mean that they are actually in use, but it makes any attempt with stacking headers or similar very dangerous...
Maybe i2c as multi-drop is ok.
Pin8 (GPIO14) is called RPI_TX and Pin10 (GPIO15) is called RPI_RX. Both pins appear to be connected only to the 3 pin header J8, so are basically available for getting direct connectivity to RPi GPIOs.
What's required is a confirmation that the pins are still available with the GPIO programming of the chip and that they're not in use by the software/driver. It would also be good to get some info on what their intended use was, is or will be in the future.
For my application I need some GPIO pins. I do quite a bit of soldering, so that's certainly not the problem.
Jonny wrote that "The audio card uses i2c from Raspberry Pi, and a single GPIO output, plus the lines form the P5 header. There are lines available (i2c is multidrop anyway)."
Not sure how Jonny got to that conclusion. I looked at the schematics available at this site and page 7 shows that all pins of the RPi header are connected to somewhere on the audio card. That might not necessarily mean that they are actually in use, but it makes any attempt with stacking headers or similar very dangerous...
Maybe i2c as multi-drop is ok.
Pin8 (GPIO14) is called RPI_TX and Pin10 (GPIO15) is called RPI_RX. Both pins appear to be connected only to the 3 pin header J8, so are basically available for getting direct connectivity to RPi GPIOs.
What's required is a confirmation that the pins are still available with the GPIO programming of the chip and that they're not in use by the software/driver. It would also be good to get some info on what their intended use was, is or will be in the future.