I wrote an example sketch to test the USB host with Arduino. #75
Closed
HisashiKato
started this conversation in
Show and tell
Replies: 1 comment
-
I am doing something very similar using the Dualshock 4. Looks good to me but I am not an expert on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I wrote an example sketch to test a USB host using Pico-PIO-USB and Adafruit TinyUSB Library for Arduino.
This is a ZIP file of sketches.
usb_host_test.zip
230331_230951_1_1.mp4
This is a movie taken while moving.
In this movie, I'm using Adafruit QT Py RP2040, so I'm using GPIO 28(A1) for USB D+ and GPIO 29(A0) for USB D-.
You can demonstrate USB keyboard, USB mouse and PS4 DUALSHOCK4.
I'm an amateur so I'm not sure if this is correct.
Please verify it, rewrite it if it's wrong, and use it as an example if you like it.
Thank you.
(This sentence was translated from Japanese to English using a translation site)
Beta Was this translation helpful? Give feedback.
All reactions