Skip to content

GPIO

Back to Index

Related I2C, SPI, Raspberry Pi

WIP

GPIO - General Purpose Input/Output

  • standard interface used to connect electronic devices
  • can be used with sensors, displays, etc

GPIO are usually in the form of "pins", as opposed to other types of connectors.

Different Raspberry Pi models have either 26 or 40 GPIO pins. The newer Rasbperry Pi models have two banks of 20 pins.

Website reference guide to the Raspberry Pi GPIO pins: https://pinout.xyz

Additional References

https://en.wikipedia.org/wiki/General-purpose_input/output

https://opensource.com/article/19/3/gpio-pins-raspberry-pi

https://www.raspberrypi.com/documentation/computers/os.html#gpio-and-the-40-pin-header

https://pinout.xyz

Raspberry Pi GPIO - Getting started with gpiozero 2/22/2020

https://www.youtube.com/watch?v=iL_oZGHLHvU

https://dronebotworkshop.com/raspberry-pi-gpio/

This page was last updated on 2022-03-03 15:45:07 -0500.