-
Notifications
You must be signed in to change notification settings - Fork 13
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
Serial connection (UART) not clear in readme.md #3
Comments
ah good point; i'm so used to having a UART set up https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf section 4.5 tells you how to setup (though as you realized you need to use pin 20/21 on the Pico not 0/1) |
Thanks. |
It's working ! Can you put the next information in your readme.md ? First enable the serial port in raspi-config and reboot the RPI. Make the connections : Use the sdl_event_forwarder with this command : |
Hi Graham,
First of all, It's really great what you are doing here, amazing !
I had to overcome some troubles,but now I have a picture on the monitor.
So that's really nice !
I am now trying to send keyboard events to the pico from my rpi4.
Reading your readme it's a bit unclear what pins I have to use for this.
Do I have to use gpio21 of the pico to receive the uart communication ?
And, do I have to use gpio14 of the rpi4 to send the uart communication ?
With using the forwarder :
It's not directly clear to me what the ttydev / ttyUSB0 device is.
Perhaps a dumb question, but Is it the keyboard the ttydevice ?
Or is it an USB-SERIAL(UART) dongle to communicate with the pico ?
And, can I use a gpio pin of the rpi instead ?
What do I have to do to get it working (using the gpio pins would be nice) ?
The text was updated successfully, but these errors were encountered: