Reader small image

You're reading from  Raspberry Pi Essentials

Product typeBook
Published inApr 2015
Publisher
ISBN-139781784396398
Edition1st Edition
Right arrow
Author (1)
Jack Creasey
Jack Creasey
author image
Jack Creasey

Jack Creasey has been in the technology industry for more than 30 years, the last 15 years as a Senior Program Manager in hardware and software design. His expertise includes designing, developing, and teaching IT courseware. He is an avid inventor and holds 13 patents in hardware and software design. After retiring early from the computing industry, Jack avidly participates in social network groups that share his passion for next generation technology solutions.
Read more about Jack Creasey

Right arrow

Understanding Raspberry Pi digital input and output ports


The Broadcom SOC (BCM2835 and BCM2836 in the Raspberry Pi Model 2-B) used to implement the Raspberry Pi is a CMOS device, and the I/O ports are driven by 3.3V logic gates. When connecting direct internal functionality such as digital I/O ports to the outside world or exposing them to the outside world via external wiring, there are risks involved. A single digital port might be programmatically configured to be an input or an output, and with a pull-up or pull-down termination. The ports are directly connected to the Pi SOC computer chip. These ports are static and load sensitive; the wrong load types and high voltages could potentially damage the CPU.

The following image shows a typical I/O port configuration for the digital I/O ports on this type of SOC. While there is an output-enable to turn on the port driver, the input buffer can always detect the logic level of the GPIO pin. Note that, in this typical implementation, there are...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Raspberry Pi Essentials
Published in: Apr 2015Publisher: ISBN-13: 9781784396398

Author (1)

author image
Jack Creasey

Jack Creasey has been in the technology industry for more than 30 years, the last 15 years as a Senior Program Manager in hardware and software design. His expertise includes designing, developing, and teaching IT courseware. He is an avid inventor and holds 13 patents in hardware and software design. After retiring early from the computing industry, Jack avidly participates in social network groups that share his passion for next generation technology solutions.
Read more about Jack Creasey