An open API service indexing awesome lists of open source software.

https://github.com/eugenedakin/pi5-picowh-serial-uart

Connect Raspberry Pi 5 with Xojo to a Raspberry Pi Pico WH with Python to communicate with GPIO serial (UART)
https://github.com/eugenedakin/pi5-picowh-serial-uart

communication communication-protocol gpio led pico python python3 raspberry raspberrypi5 raspberrypipicowh serial uart xojo

Last synced: 5 days ago
JSON representation

Connect Raspberry Pi 5 with Xojo to a Raspberry Pi Pico WH with Python to communicate with GPIO serial (UART)

Awesome Lists containing this project

README

          

# Pi5-PicoWH-Serial-UART
Eugene provides the code to connect a Raspberry Pi 5 with Xojo to a Raspberry Pi Pico WH with Python to communicate through the GPIO with serial (UART) protocol.
Ensure serial port communication is enabled on the Raspberry Pi 5

The teaser video can be viewed at: [![Raspberry Pi Pico WH Xojo Teaser Video](https://github.com/eugenedakin/Pi5-PicoWH-Serial-UART/blob/main/PicoWHSerial-300x300.png)](https://youtu.be/sMYHVEn_uds)

To use the GPIO serial communication (UART) on the Raspberry Pi 5 with Xojo, install the following library with the command 'sudo apt install libunwind8'.

Breadboard Layout

![](https://github.com/eugenedakin/Pi5-PicoWH-Serial-UART/blob/main/Pi5PicoWH.png)

Screen Grab of running program

![](https://github.com/eugenedakin/Pi5-PicoWH-Serial-UART/blob/main/ScreenGrab.png)