About 53,000 results
Open links in new tab
  1. Where are the uarts on the raspberry pi 4?

    Oct 10, 2019 · The raspberry pi 4 has at least two uarts (as shown here), I know where I can connect to one of them. Pins 8, 10 and 12 have a uart as an option. Source: This site describes accessing …

  2. Using USB port as serial UART - Raspberry Pi Stack Exchange

    May 29, 2023 · I'm pretty sure neither ttyS0 nor ttyAMA0 is related to the USB/UART connection (1 is for the gpio UART pins and 1 is for Bluetooth). Now my question is -- How can I get my rpi to …

  3. multiple UARTs on the 40-pin - Raspberry Pi Stack Exchange

    Jun 6, 2021 · Essentially, on the raspberry 4, there are 6 UARTs available, but two of them use the same pins by default (board pin 8 and 10). Additional UARTs can be enabled one-by-one, doing so …

  4. Rpi to Arduino Serial UART Communication Tutorial - Raspberry Pi …

    Apr 6, 2019 · 3 I'm trying to connect my Arduino to my Raspberry Pi using the GPIO pins. I understand that the Pi uses a 3.3V signal while the Arduino uses a 5V signal so I bought a bi-directional logic …

  5. gpio - How to enable the second serial port on a pi4 - Raspberry Pi ...

    Oct 5, 2021 · 1 I am trying to use the second serial port. In /boot/config.txt I have put at the end : # swap UARTs dtoverlay=pi3-miniuart-bt dtoverlay=uart2 enable_uart=1 I have checked and re-checked the …

  6. UART usage with Ubuntu PI3 Model B - Raspberry Pi Stack Exchange

    Aug 12, 2022 · Can someone tell me the steps what I need to do tu get a serial communication to work? I have a raspberry pi 3 model b rev 1.1 with Ubuntu Server 20.04. I need to communicate with a …

  7. How can I test if the serial / UART is good on a Raspberry Pi?

    The pins are connected to the Raspberry Pi like this. I have tried switching white / green "just in case", but without luck either way: I believe I'm doing everything correctly so my question is more about how …

  8. What kind of JST connectors are needed for the Raspberry Pi 5?

    Dec 20, 2023 · All of the documentation I can find for the new JST headers on the Raspberry Pi 5 fails to mention which series of JST connectors it uses. If I want to make up my own 4-pin PWM fan, 3-pin …

  9. Raspberry Pi 4B UART Pins

    Oct 17, 2024 · The Raspberry Pi 4B has 6 Uart Pins. I want to use at least two of them but dont get them to work. ls -al /dev/ttyAMA* crw-rw---- 1 root dialout 204, 64 Oct 17 00:03 /dev/ttyAMA0 dmesg | grep …

  10. Simple command line to write and read data from UART (serial) loopback

    Apr 8, 2019 · I ultimately want to communicate with an Arduino but first I want to understand how to configure the Pi serial UART and its capabilities; also I don't have a voltage converter chip like a …