Search found 26 matches

by redion1992
Tue Feb 14, 2023 12:44 pm
Forum: GIMX Discussion
Topic: GIMX for Xbox 360 Peripherals on Xbox One
Replies: 26
Views: 40884

Re: GIMX for Xbox 360 Peripherals on Xbox One

Hey all, Just as an update, something I was made aware of a bit ago; the developer behind rb4.app has created a web-based interface which uses the GIMX hardware and a custom firmware in order to emulate one of four pieces of hardware (the PDP adapter, an RB4 guitar, an RB4 drum kit, or a Wireless Le...
by redion1992
Tue Dec 22, 2020 12:10 pm
Forum: GIMX Discussion
Topic: GIMX for Xbox 360 Peripherals on Xbox One
Replies: 26
Views: 40884

Re: GIMX for Xbox 360 Peripherals on Xbox One

Hey there, just saw there's been some movement on this front. Spam filter ate my notification on the thread... I haven't been able to do anything more than capture the packets shown; we've had some renovations being done, which has meant the kit had to go away. Unfortunately, I can't lay my hands on...
by redion1992
Thu Mar 19, 2020 7:44 am
Forum: Support
Topic: Mouse was captured, input was "physical devices", and focus was lost. Either you pressed alt+tab or some other app took
Replies: 36
Views: 21569

Re: Mouse was captured, input was "physical devices", and focus was lost. Either you pressed alt+tab or some other app t

http://www.happydroid.com/focus - this program will tell you exactly where the focus is going. Might help nail down what exactly is taking focus; I know I’ve used it to troubleshoot in the past to determine what was moving my brother’s PC out of games. Turns out it was an Autodesk software update ba...
by redion1992
Fri Jan 17, 2020 3:47 pm
Forum: Support
Topic: [Question] About Axis parameter tuning
Replies: 10
Views: 10311

Re: [Question] About Axis parameter tuning

OK, I'm rather confused by this as well. What I have: Physical pedal travel: 0% 50% 80% 85% 92% Axis from GIMX: 0% 50% 70% 80% 90% Throttle, as per game: 0% 25% 50% 75% 100% What I want: straight 1-to-1 mapping. Pedal travel equals game throttle (minus a little deadzone, but I can deal with that aft...
by redion1992
Thu Jun 20, 2019 10:50 am
Forum: GIMX Discussion
Topic: GIMX for Xbox 360 Peripherals on Xbox One
Replies: 26
Views: 40884

Re: GIMX for Xbox 360 Peripherals on Xbox One

OK. My current setup is as follows: X1 <-> GIMX <-> RPi controlling proxy <-> PDP <-> MadCatz MIDI <-> drum set. If I make an input into the drum kit or the MIDI, I can visibly see a light blinking on the serial part of the GIMX, so I am confident it is transmitting. The X1 dashboard software also r...
by redion1992
Tue May 07, 2019 2:15 pm
Forum: Development
Topic: Building serialusb on RasPi?
Replies: 4
Views: 13654

Re: Building serialusb on RasPi?

Ah, I thought I could connect them afterwards in order to attempt to proxy the handshakes, but no luck on that. Thanks anyway - I'm continuing to look into that project of replicating the PDP adapter and could probably use a hand over there.
by redion1992
Tue May 07, 2019 2:14 pm
Forum: GIMX Discussion
Topic: GIMX for Xbox 360 Peripherals on Xbox One
Replies: 26
Views: 40884

Re: GIMX for Xbox 360 Peripherals on Xbox One

OK, got some bad news. The adapter passthrough works for dual proxying - on the dashboard. However, in-game it appears that no controller is connected, so I can only capture the input side. I'm guessing here that the RB4 software is performing a VID/PID check for a valid adapter (the PDP device is V...
by redion1992
Thu Apr 18, 2019 8:10 am
Forum: Development
Topic: Building serialusb on RasPi?
Replies: 4
Views: 13654

Re: Building serialusb on RasPi?

Nice, thanks. Just got around to testing it. Unfortunately, I got the following on one side: unhandled descriptor type: 0x41 Opened device: VID 0x1bad PID 0x1138 PATH 01:01:03 configuration: 1 interface: 0:0 endpoint: IN INTERRUPT 1 endpoint: OUT INTERRUPT 2 interface: 1:0 endpoint: IN INTERRUPT 2 -...
by redion1992
Sun Mar 24, 2019 2:45 pm
Forum: Development
Topic: Building serialusb on RasPi?
Replies: 4
Views: 13654

Building serialusb on RasPi?

Hi there,
I'm attempting to prepare some captures for the PDP adapter emulation discussed here, but I don't quite get what's necessary to build the serialusb package for the Raspberry Pi. Any quick guides as to how to get this working from basically scratch?
by redion1992
Sun Mar 24, 2019 9:29 am
Forum: GIMX Discussion
Topic: GIMX for Xbox 360 Peripherals on Xbox One
Replies: 26
Views: 40884

Re: GIMX for Xbox 360 Peripherals on Xbox One

OK, I’ve just been doing some reading on this, and the differences between the 360 and X1 controller packet formats. The PDP adapter does only a few things to the 360 packet; it adds a header to it, calculates some bytes based on input, and sends it on. |360 packet |Value |X1 packet |Value | +------...