Search found 5 matches

by lostkiwi
Sun Aug 29, 2021 11:52 pm
Forum: GIMX Discussion
Topic: Will GIMX work on PS5?
Replies: 101
Views: 213570

Re: Will GIMX work on PS5?

I had a look into this. PS5 *could* work but not with GIMX in its current state. So, the PS5 does support a wired PS4 USB controller such as the HORI PAD. GIMX would need to send the auth commands to the HORI (instead of bluetooth DS) and replay these back to the PS5. Will need to ignore all input f...
by lostkiwi
Sun Aug 29, 2021 10:51 pm
Forum: GIMX Discussion
Topic: Jetson Nano - OTG port instead of adaptor?
Replies: 1
Views: 1384

Re: Jetson Nano - OTG port instead of adaptor?

Ok, so looking at this further, these seems to be a few options. But I cant find any documentation.... 1. Output: Remote Adapter - Is there a documented protocol for this? Is GIMX a TCP Server or a TCP Client? 2. Output: Stub - does this communicate with a stub DLL/.so(linux)? Also a question on inp...
by lostkiwi
Sun Aug 29, 2021 8:59 pm
Forum: GIMX Discussion
Topic: Jetson Nano - OTG port instead of adaptor?
Replies: 1
Views: 1384

Jetson Nano - OTG port instead of adaptor?

Hi All, I have a Jetson Nano and was wondering if it was possible to use the onboard OTG port as a USB device (Ubuntu 18.04 user space Arm64) - thus replacing the adapter with onboard hardware. It's a USB2 OTG port but should be fine for this application. Using the OTG port should reduce some of the...
by lostkiwi
Mon Jul 06, 2020 6:43 am
Forum: Development
Topic: PS4 - ForceFeedback Seat/G-Seat - Possible?
Replies: 2
Views: 10377

Re: PS4 - ForceFeedback Seat/G-Seat - Possible?

Hi All, So having another look around, it appears as though there are a few G-Force parameters that are available. This is according to the Logitech_Force_Feedback_Protocol_V1.5.pdf From my reading it appears as though it is possible to obtain a type of G-force in the wheel and pedal dimensions? Up/...
by lostkiwi
Mon Jul 06, 2020 5:35 am
Forum: Development
Topic: PS4 - ForceFeedback Seat/G-Seat - Possible?
Replies: 2
Views: 10377

PS4 - ForceFeedback Seat/G-Seat - Possible?

Hi All, I have been looking through the code and although I cant find it yet - is data available for G-force/acceleration from the PS4 for games? I mean G force in the 3 axis (x,y,z). This is not data sent to the PS4 but data received. I can only find rumble (left/right,low/high). I anticipate that ...