BeagleY-AI Pinout

Legend

Orientate your BeagleY-AI with the GPIO on the right and the HDMI port(s) on the left.

(*) Denotes pins that differ in functionality on BeagleY-AI as compared to Raspberry Pi 4/5

GPIO 15 (UART Receive)

Alt0Alt1Alt2Alt6Alt7Alt8
MCASP0_AFSRSPI2_CS0UART1_RXDEHRPWM0_AGPIO1_13EQEP1_S
  • Physical/Board pin 10
  • GPIO/BCM pin 15
  • SoC pin C27

This pin doubles up as the UART receive pin, RX. It's also commonly known as "Serial" and, by default, will output a Console from your BeagleY-AI that, with a suitable Serial cable, you can use to control the board via the command-line.

UART can be used to talk to Serial GPS modules or sensors such as the PM5003, but you must make sure you disable the Serial Console from being attached to that port first.

The pin is also usable as a GPIO or with the hardware PWM peripheral.

Learn more about UART