Search found 5757 matches

by Matlo
Fri Feb 15, 2013 8:04 am
Forum: French corner
Topic: Joystick virtuel Gpp + Gimx
Replies: 9
Views: 8641

Re: Joystick virtuel Gpp + Gimx

Salut,

Tu peux poster tes configs sur pastebin.com et donner les liens stp ?
by Matlo
Wed Feb 13, 2013 3:47 pm
Forum: Development
Topic: Guitar controller
Replies: 6
Views: 7445

Re: Guitar controller

So the teensy report itself as an "Atmel Corp. LUFA Joystick Demo Application" to the PS3 and it works? Yes, it works :) Then the Joystick.hex generated by the makefile is the PS3.hex that is downloadable from the wiki? There's no such PS3.hex. The Joystick.hex file corresponds to the fil...
by Matlo
Wed Feb 13, 2013 12:07 pm
Forum: Development
Topic: Guitar controller
Replies: 6
Views: 7445

Re: Guitar controller

The EMUPS3 directory contains unfinished code... The source code for the PS3 DIY USB adapter is in the joystick-serial directory. The first thing to do is to modify the joystick-serial/Descriptors.c file so that your teensy can enumerate as a guitar hero controller (in other words, "lsusb -vd 1...
by Matlo
Tue Feb 12, 2013 9:23 am
Forum: Development
Topic: Macros/Modifiers special code
Replies: 22
Views: 34471

Re: Macros/Modifiers special code

I opened issue 209, and I fixed it.
by Matlo
Mon Feb 11, 2013 6:55 am
Forum: Development
Topic: Macros/Modifiers special code
Replies: 22
Views: 34471

Re: Macros/Modifiers special code

What source code revision are you using?
by Matlo
Fri Feb 08, 2013 9:57 pm
Forum: Support
Topic: Macro question
Replies: 1
Views: 2364

Re: Macro question

Hi,

There's no way to do that, since the lowest report interval is 1ms (usb protocol).
With a sixaxis, the report interval is 10ms, and with a 360 pad, the report interval is 8ms.

http://gimx.fr/wiki/index.php?title=Mac ... _precision
by Matlo
Fri Feb 08, 2013 8:07 am
Forum: Support
Topic: DIY USB adapter error
Replies: 33
Views: 28024

Re: DIY USB adapter error

You probably tried to start arduino.exe without extracting all the files, because java is included into the archive.

Regarding the rx/tx pins, they are the same for all the teensy boards: D2=RX and D3=TX.
They may be inverted on the serial adapter: this is explicitly said on the wiki.
by Matlo
Thu Feb 07, 2013 10:43 am
Forum: Support
Topic: DIY USB adapter error
Replies: 33
Views: 28024

Re: DIY USB adapter error

Please test that your serial adapter is working properly: http://gimx.fr/wiki/index.php?title=FAQ ... adapter.3F

The config directory location will be fixed in the next gimx release: http://code.google.com/p/diyps3controll ... ail?id=208
by Matlo
Wed Feb 06, 2013 1:33 pm
Forum: Support
Topic: Macro or game inconsistency?
Replies: 4
Views: 4069

Re: Macro or game inconsistency?

Using bluetooth, the controller update period is 10ms. Therefore "DELAY 124" is equivalent to "DELAY 130".

On my setup the event scheduling is accurate. It's up to you to see if it's not with your own setup (it may depend on your PC, and your PC load).
by Matlo
Wed Feb 06, 2013 1:02 pm
Forum: Support
Topic: Macro or game inconsistency?
Replies: 4
Views: 4069

Re: Macro or game inconsistency?

Instead of posting pseudo code, post the exact macro code.
You can check the event scheduling times by enabling the GUI>terminal.