Page 1 of 1

GIMX 1.02

Posted: Thu Jul 04, 2013 9:18 am
by Matlo
This is a release with two enhancements.

Please report issues through the googlecode page: link.

Read GIMX 1.00 annoucement in case of upgrade from GIMX 0.51 or older.

Known issues

Fixed issues.

Downloads.

Enhancements
  • issue 99: [usb adapter] Better compatibility with the PS3.
    An alternative firmware is now available for the DIY USB adapter:
    • It provides a better compatibility as it emulates a sixaxis:
      • The PS button works.
      • The pressure sensitive buttons should work (untested).
      • The motion sensing axes should work (untested).
    • It is less precise as stick axes are coded on 8 bits (vs 16 bits).
    • It works with both Linux and Windows.
    • This controller type is available as "Sixaxis" in gimx-serial.
  • issue 217: Support for joystick and mouse axes in macro files.
    The syntax is:

    Code: Select all

    #move joystick axis number 1 to position 32
    JAXIS 1 32
    #move mouse axis x from +5
    MAXIS 0 5
    #move mouse axis y from -10
    MAXIS 1 -10

Re: GIMX 1.02

Posted: Tue Jul 09, 2013 2:39 pm
by Kide2008
hmm which firmware (.Hex) should i pick for Ps3 ? noun of them seem to work ....

the old atmega32u4.hex is working the new 1 isn't (cuz it is not the same as the old one) , i tested all the firmwares .... all not working with the Ps3



:idea: Just Try to fix the latency of the bluetooth and all the problems will be fixed :idea:

Re: GIMX 1.02

Posted: Mon Jul 15, 2013 7:14 am
by Matlo
The firmware for the Teensy 2.0 is atmega32u4.hex.

As said in the announcement, did you changed the controller type in gimx-serial?