-
Book Overview & Buying
-
Table Of Contents
Raspberry Pi for Secret Agents - Third Edition
By :
The GPIO connector is the large group of pins on the edge of your Raspberry Pi board. On earlier models, there were 26 pins that made up this connector. Since the Model B+ there are now 40 pins, although the first 26 pins are identical to the previous models, and it's these 26 pins we'll be working with. You won't need to worry about the rest of the pins.
Essentially, the GPIO connector provides access to:
Power supplies
Digital I/O pins
I2C bus
SPI bus
UART Serial bus
Some of the pins on the GPIO have more than one purpose, depending on how they are programmed. The following diagram is a reference guide to all of the pins on the GPIO. The GPIO numbers on the yellow labels relate directly to those on the Broadcom chip, and are numbers generally used within the scripts:

The GPIO connector also provides access to the onboard power supplies. The +5V connection (pins 2 and 4) is essentially the +5V input from the external power supply connected...
Change the font size
Change margin width
Change background colour