Search found 5757 matches

by Matlo
Tue Feb 26, 2013 7:26 pm
Forum: Support
Topic: Arduino Leonardo based setup?
Replies: 9
Views: 10845

Re: Arduino Leonardo based setup?

The wiring is exactly the same as the teensy:



Rx and tx pins are on the top right:

by Matlo
Tue Feb 26, 2013 12:08 pm
Forum: Announcements
Topic: GIMX 1.00
Replies: 14
Views: 40579

Re: GIMX 1.00

I'm quite sure switching to lubuntu will not fix the dependency issue (ubuntu 11.10 packages and libc6 2.15+).
by Matlo
Tue Feb 26, 2013 8:21 am
Forum: Support
Topic: 10 Second Latency :(
Replies: 16
Views: 14318

Re: 10 Second Latency :(

Please do the hcidump capture again.
Before starting emuclient, set the flush timeout as explained there: http://forum.gimx.fr/viewtopic.php?p=4620#p4620
(force updates enabled)
by Matlo
Tue Feb 26, 2013 7:53 am
Forum: Announcements
Topic: GIMX 1.00
Replies: 14
Views: 40579

Re: GIMX 1.00

Try with a Ubuntu 12.10 Live USB. If it works (no latency), then upgrade. If it does not work, wait until a fix is found.

You can also install GIMX from the sources.
by Matlo
Mon Feb 25, 2013 9:40 pm
Forum: Support
Topic: Bluetooth Delay 4-6 second. Help guys
Replies: 63
Views: 54847

Re: Bluetooth Delay 4-6 second. Help guys

Please do the same actions as requested there: http://gimx.fr/forum/viewtopic.php?p=4396#p4396
(with & without setting the flush timeout)
by Matlo
Mon Feb 25, 2013 6:36 pm
Forum: Support
Topic: Bluetooth Delay 4-6 second. Help guys
Replies: 63
Views: 54847

Re: Bluetooth Delay 4-6 second. Help guys

Type in a terminal: sudo apt-get install libbluetooth-dev wget http://diyps3controller.googlecode.com/svn/trunk/GIMX/core/utils/hcifto.c gcc -o hcifto hcifto.c -lbluetooth The compilation should give no error. Start emu. Then type in a terminal: sudo ./hcifto <PS3 address> 16 Replace <PS3 address> w...
by Matlo
Mon Feb 25, 2013 2:45 pm
Forum: Announcements
Topic: GIMX 1.00
Replies: 14
Views: 40579

Re: GIMX 1.00

If you want to test the driving mode, you can read this thread from this post.
by Matlo
Mon Feb 25, 2013 6:48 am
Forum: Development
Topic: Macros/Modifiers special code
Replies: 22
Views: 34369

Re: Macros/Modifiers special code

To make the axis go back to the center, you can toggle to profile 1, and then toggle to profile 3 again. It's also possible to make a macro if you only want to press a single button: MACRO MBUTTONDOWN BUTTON_X4 MBUTTONDOWN BUTTON_X3 #delay should be at least the refresh period DELAY 10 MBUTTONDOWN B...
by Matlo
Mon Feb 25, 2013 6:41 am
Forum: Support
Topic: Bluetooth Delay 4-6 second. Help guys
Replies: 63
Views: 54847

Re: Bluetooth Delay 4-6 second. Help guys

Do you have a FAT, slim or superslim PS3?

Did you have the issue with Ubuntu 11.04?

The issue is not a consequence of the 'force updates' option. I never had the issue with my FAT PS3, and I let this option activated all the time. This option amplifies the issue as there is more data to send...
by Matlo
Sat Feb 23, 2013 6:10 pm
Forum: Support
Topic: A4TECH 7700N not partially wokring with GIMX
Replies: 2
Views: 5345

Re: A4TECH 7700N not partially wokring with GIMX

Please try with GIMX 1.00. It does not use Xorg inputs anymore, so that it's possible that your keyboard will work.