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

UART - Universal Asynchronous Receiver/Transmitter


UART is an asynchronous serial communication protocol, meaning that it takes bytes of data and transmits the individual bits in a sequential fashion.

Asynchronous transmission allows data to be transmitted without the sender having to send a clock signal to the receiver. Instead, the sender and receiver agree on timing parameters in advance and special bits called 'start bits' are added to each word and used to synchronize the sending and receiving units.

UART is commonly used on the BeagleY-AI as a convenient way to control it over the GPIO, or access the kernel boot messages from the serial console (enabled by default).

It can also be used as a way to interface an Arduino, bootloaded ATmega, ESP8266, etc with your BeagleY-AI. Be careful with logic-levels between the devices though, for example the Beagle is 3.3v and the Arduino is 5v. Connecting the two without a logic level translator will damage your BeagleY-AI!

Details

  • 18 pin header
  • Uses 18 GPIO pins