yousifsaadany
Posts: 2
Joined: Tue Nov 13, 2012 12:18 am

input/output/AnalogToDigital ports

Tue Nov 13, 2012 12:22 am

sorry for disturbing you Guys but i need to now the available ports to assign input our output port also where is the analog to digital converter ports

bgirardot
Posts: 517
Joined: Wed Oct 10, 2012 6:20 am
Location: Switzerland

Re: input/output/AnalogToDigital ports

Tue Nov 13, 2012 3:57 am

The Raspberry Pi has 26 pins that can be used for I/O

On those pins it supports 3 different communication protocols, SPI, I2C, serial UART, and you can use all the pins individually for your own functions.

Here are the deep details on what the Raspberry Pi calls GPIO pins:
http://elinux.org/Rpi_Low-level_peripherals

There are no built in Analog to Digital (ADC) pins, but there are add on boards that do ADC:
http://elinux.org/RPi_Expansion_Boards# ... and_RTC_Pi

The ADC Pi board there is a pure ADC board with 8 pins and it works well.

Return to “Beginners”