Search found 5757 matches

by Matlo
Tue Mar 13, 2012 1:25 pm
Forum: Introduce Yourself
Topic: Hi all
Replies: 2
Views: 3971

Re: Hi all

Welcome :)
by Matlo
Tue Mar 13, 2012 1:25 pm
Forum: Introduce Yourself
Topic: Thanks for a great product
Replies: 1
Views: 3051

Re: Thanks for a great product

Welcome :)
by Matlo
Tue Mar 13, 2012 1:24 pm
Forum: Xbox consoles
Topic: GIMX as Xbox360 controller
Replies: 42
Views: 56118

Re: GIMX as Xbox360 controller

This firmware is specific for the 360 and won't work with the ps3. It also requires a new GIMX software.

I only tested with the atmega32u4. As far as I remember the compiler only reported an hex size issue for the at90usb82.
by Matlo
Tue Mar 13, 2012 1:14 pm
Forum: Support
Topic: Ps3 starts but do not recognize commands
Replies: 12
Views: 12525

Re: Ps3 starts but do not recognize commands

- dongle model:
- manufacturer:
- chip version:
- Linux distro/version:
- GIMX version:
by Matlo
Tue Mar 13, 2012 12:52 pm
Forum: Support
Topic: Mouse/BT/Game problem ?
Replies: 6
Views: 7332

Re: Mouse/BT/Game problem ?

You should try with a CSR bluecore-04 dongle. It's the only kind of dongle that does not have issues with GIMX.
by Matlo
Fri Mar 09, 2012 6:54 am
Forum: Deprecated tutorials
Topic: GIMX USB Adapter for dummies
Replies: 43
Views: 76874

Re: GIMX USB Adapter for dummies

Gimx-fpsconfig is not able to edit configs from gimx-config. It can result in removed parts. This will be fixed in the next release.
by Matlo
Fri Mar 09, 2012 6:45 am
Forum: French corner
Topic: Support multi claviers- souris
Replies: 4
Views: 6128

Re: Support multi claviers- souris

Installe la version 0.25.
by Matlo
Thu Mar 08, 2012 8:37 am
Forum: Development
Topic: Xbox 360 Controller with bcdDevice 1.14
Replies: 7
Views: 10765

Re: Xbox 360 Controller with bcdDevice 1.14

my own firmware which had extra "protocol" overhead that you don't have What's the purpose of these extra transfers? Just brainstorming on the spot, I wonder if transferring the entire controller's descriptor (device/configuration/string/misc) over serial before enabling the usb on the mc...
by Matlo
Wed Mar 07, 2012 1:10 pm
Forum: Development
Topic: Axis orientation?
Replies: 3
Views: 5716

Re: Axis orientation?

Maybe your configuration is wrong?
by Matlo
Tue Mar 06, 2012 10:33 pm
Forum: Development
Topic: Axis orientation?
Replies: 3
Views: 5716

Re: Axis orientation?

Mouse deltas are accumulated over a period (10ms with gimx-bluetooth), and are converted to a stick position that is applied over the same period.
In case movement stops, i.e. there is no mouse report in the last period, the stick goes back to the center.