Raspberry Pi 3A+ GPIO Pinout

The Raspberry Pi 3 Model A+ is a compact and efficient single-board computer designed for space-constrained and low-power projects. It uses the same 40-pin GPIO header layout found on larger Raspberry Pi boards, ensuring strong compatibility with sensors, HATs, and expansion modules. Below is the complete GPIO pinout and hardware overview for building reliable Raspberry Pi 3A+ based projects.

Pi 3A+ GPIO Pinout

Raspberry PI 3A+
PinName / FunctionPinName / Function
13.3V Power25V Power
3GPIO2 (SDA1)45V Power
5GPIO3 (SCL1)6Ground
7GPIO48GPIO14 (TXD0)
9Ground10GPIO15 (RXD0)
11GPIO1712GPIO18 (PCM_CLK / PWM0)
13GPIO2714Ground
15GPIO2216GPIO23
173.3V Power18GPIO24
19GPIO10 (MOSI)20Ground
21GPIO9 (MISO)22GPIO25
23GPIO11 (SCLK)24GPIO8 (CE0)
25Ground26GPIO7 (CE1)
27ID_SD (I²C EEPROM)28ID_SC (I²C EEPROM)
29GPIO530Ground
31GPIO632GPIO12 (PWM0)
33GPIO13 (PWM1)34Ground
35GPIO19 (PCM_FS / SPI1 MISO)36GPIO16
37GPIO2638GPIO20 (PCM_DIN / SPI1 MOSI)
39Ground40GPIO21 (PCM_DOUT / SPI1 SCLK)

Raspberry Pi 3A+ Specifications

The 3A+ features a “stripped-back” design to save power and space, removing the Ethernet jack and three of the four USB ports found on the Model B.

FeatureSpecificationKey Detail
ProcessorBroadcom BCM2837B064-bit Quad-core ARM Cortex-A53 @ 1.4 GHz
GPUBroadcom VideoCore IVSupports OpenGL ES 1.1, 2.0; 1080p30 H.264 video
RAM512MB LPDDR2 SDRAMShared with GPU; optimized for lighter OS tasks
USB Ports1× USB 2.0 portDirect SoC connection; no internal hub (compact design)
NetworkingWireless onlyNo onboard Ethernet (RJ45)
WirelessDual-band 802.11acSupports both 2.4 GHz and 5 GHz bands
BluetoothBluetooth 4.2 / BLEImproved data speeds and power efficiency
Video OutputFull-size HDMISupports 1080p; includes DSI display connector
Audio / Video3.5mm TRRS jackCombined stereo audio and composite video
Power InputMicro-USB (5V / 2.5A)Primary input; GPIO pins 2 & 4 supported
StorageMicroSD slotPush-pull slot for OS boot and storage
Dimensions65 × 56 mmSame footprint as original Pi 1 Model A+

Compatibility

  1. 3.3V Logic Level
  2. No built-in ADC
  3. Supports I²C, SPI, UART, PWM, and PCM
  4. Supports 1080p video output
  5. No Ethernet Port

Helpful Resources

  • Getting started with Raspberry pi 3A+

Leave a Comment