I think that's a stretch. Plus, the OP still shows only a single post. Draw your own conclusions.davidcoton wrote: ↑Tue Jul 23, 2019 8:15 amAssuming for a moment that you have a legal and moral use:
You are right, the Pi0 and the A models have only one USB port. You would need a 4B, as you will want one port acting as host and one as a device, so even an earlier B (or a model with an external hub) will not do it.brittohalloran wrote: ↑Thu Apr 02, 2020 10:24 pmI thought this would be possible with a Pi Zero W connected to the computer via the main Power port (is that not a USB port, just 5V input?) and the barcode scanner connected to the USB port.
That would work if I just wanted to read what was passing through, but I actually want to read and intelligently modify what is being sent.
Code: Select all
Steering Wheel --> Raspberry Pi --> PS4 Using the 4B as a USB gadget has been covered a few times but to recap:ludibrious wrote: ↑Sun May 31, 2020 6:20 pmI'm trying to achieve something similar.
The idea is to capture and analyse data sent from a Joystick / Steering to a PS4.
I cannot simply capture the the traffic on the console, since it's locked down.
As as suggested here I've setup a RPi4 like so:
But I'm struggling to enable USB Gadget / forward traffic to the PS4.Code: Select all
Steering Wheel --> Raspberry Pi --> PS4
Is there any documentation or further links how to achieve this?
Thanks, I'll give that a try. I somehow completely missed the USB-C partthagrol wrote: ↑Mon Jun 01, 2020 11:57 amUsing the 4B as a USB gadget has been covered a few times but to recap:
- Gadet functionality is only available on the USB C connector
- You'll need to find another way to supply power to the 4B as the USB host almost certainly won't be able to supply enough current. There are potential isssues here such as backfeeding power to the USB host.
- Despite the connector being USB C it actually only provides USB 2
- Software setup for USB gadget mode is the same as for previous generations of the Pi. Tutorials and guides written for the zero(W) apply to the 4B