H3ll0 all !!
Is there any other way to access the Raspberry pi GPIO pins ..?? Since all the pins are occupied by wolfson card need help plzzz...
Two of the Raspberry's GPIO pins on the P1 header are made available on the Wolfson card.
They are normally used as the UART serial console, but that function is easy to disable.
http://www.hobbytronics.co.uk/raspberry-pi-serial-port
Raspberry Pi • View topic - Easily disable / enable serial console
Then the two pins can be used as ordinary GPIO pins.
--
Ragnar
Two of the Raspberry's GPIO pins on the P1 header are made available on the Wolfson card.
They are normally used as the UART serial console, but that function is easy to disable.
http://www.hobbytronics.co.uk/raspberry-pi-serial-port
Raspberry Pi • View topic - Easily disable / enable serial console
Then the two pins can be used as ordinary GPIO pins.
--
Ragnar
Yes, most ultrasonic sensors I have seen use two GPIO pins.
You can use the pins on the Wolfson card to connect it.
--
Ragnar
From the schematic, I take it that the audio card uses the i2c pins (1.3 and 1.5) on the header - can I still connect to these pins for another i2c device?
Dominic Amann wrote:
From the schematic, I take it that the audio card uses the i2c pins (1.3 and 1.5) on the header - can I still connect to these pins for another i2c device?
Yes, you can. I2C bus is designed for multiple devices.