GIMX 1.02

Updates and News about GIMX
Post Reply
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

GIMX 1.02

Post 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
GIMX creator
Kide2008
Posts: 18
Joined: Wed Oct 03, 2012 9:39 am

Re: GIMX 1.02

Post 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:
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: GIMX 1.02

Post 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?
GIMX creator
Post Reply