Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The UARTs should really have their UART number by them #485

Open
factoidforrest opened this issue Jan 11, 2025 · 0 comments
Open

The UARTs should really have their UART number by them #485

factoidforrest opened this issue Jan 11, 2025 · 0 comments

Comments

@factoidforrest
Copy link

The various optionally enabled uarts onboard go to specific pins. This is sort of a newer thing since the pi4. Each should have its uart number instead of just "rx" or "tx" by them in the overlay. Here's a handy table.

UART TX GPIO RX GPIO TX Pin RX Pin
UART0 GPIO 14 GPIO 15 Pin 8 Pin 10
UART1 GPIO 0 GPIO 1 Pin 27 Pin 28
UART2 GPIO 4 GPIO 5 Pin 7 Pin 29
UART3 GPIO 8 GPIO 9 Pin 24 Pin 21
UART4 GPIO 12 GPIO 13 Pin 32 Pin 33

I'd be happy to fix this if I knew a PR would be considered! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant