Search found 5757 matches

by Matlo
Mon Feb 20, 2012 8:24 am
Forum: Support
Topic: Is Teensy best
Replies: 18
Views: 17863

Re: Is Teensy best

The teensy on dealextreme is a counterfeit.
It's not a teensy:
- it won't work with the teensy loader
- it only features the at90usb162 chip (the genuine teensy features the atmega32u4 chip)
Nonetheless, it should work with GIMX.
by Matlo
Sun Feb 19, 2012 1:20 pm
Forum: Support
Topic: Is Teensy best
Replies: 18
Views: 17863

Re: Is Teensy best

Did you search "atmega32u4" on ebay?
by Matlo
Sat Feb 18, 2012 12:44 pm
Forum: Introduce Yourself
Topic: Hey All :)
Replies: 2
Views: 3980

Re: Hey All :)

Welcome :)
by Matlo
Sat Feb 18, 2012 12:43 pm
Forum: Introduce Yourself
Topic: Greetings
Replies: 1
Views: 2936

Re: Greetings

Welcome :)
by Matlo
Fri Feb 17, 2012 12:57 pm
Forum: Support
Topic: seems to lag
Replies: 10
Views: 11654

Re: seems to lag

Are you using the same mouse with GIMX and the EE?
by Matlo
Wed Feb 15, 2012 6:38 pm
Forum: Development
Topic: Compile error: SDL.h
Replies: 3
Views: 6335

Re: Compile error: SDL.h

Thanks for the feedback.

I fixed the wiki.
by Matlo
Tue Feb 14, 2012 1:34 pm
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 34353

Re: Gamepadproxy

You're right about the interval of XBox360. But :mrgreen: ... if you looking at the USB descriptors of GPP, in both XBox360 and PS3 modes, you will see that I changed the bInterval of EndPoints to 0. I actually had a look at the USB descriptors of the GPP but I didn't see such values. I guess that'...
by Matlo
Tue Feb 14, 2012 12:52 pm
Forum: Introduce Yourself
Topic: ajcrm125 from MA
Replies: 4
Views: 7190

Re: ajcrm125 from MA

Just in case you didn't see it, there's a wiki there: link.

Feel free to start a thread in the development section if you have issues with this wiki.
by Matlo
Tue Feb 14, 2012 9:03 am
Forum: General Discussion
Topic: Gamepadproxy
Replies: 34
Views: 34353

Re: Gamepadproxy

I did the same test in Linux with a PS3 and I got similar numbers. If you look at the USB descriptors of DS3 the "interval" parameter of endpoints is 1 (1 ms), which means a max pooling rate of 1000Hz. As this interval is 4ms for the 360 pad, it is useless to send updates faster than 250Hz...
by Matlo
Tue Feb 14, 2012 9:02 am
Forum: Introduce Yourself
Topic: ajcrm125 from MA
Replies: 4
Views: 7190

Re: ajcrm125 from MA

Welcome :)

Nice idea. I would call that "joystick mode" rather than "flight mode", because it may be useful for other cases.

Feel free to open an issue and to submit a patch :)