Search found 8 matches

by superconny
Tue Aug 04, 2020 10:43 pm
Forum: Development
Topic: Sixaxis pair emu
Replies: 4
Views: 12741

Re: Sixaxis pair emu

I guess in this case, the forum is the best place to publish the promised adapted code. #!/usr/bin/env python3 from array import array import struct import sys import tkinter from tkinter import messagebox import usb if sys.platform == "win32": import bluetooth as _bt elif sys.platform == ...
by superconny
Sat Aug 01, 2020 9:21 pm
Forum: Development
Topic: Sixaxis pair emu
Replies: 4
Views: 12741

Re: Sixaxis pair emu

Everything works fine. After inserting the keyword const in https://github.com/rafikel/diyps3controller/blob/master/tools/sixpair-emu/Descriptors.c in the beginning of line 47, 158, 227, 238, and 249, the firmware compiled under Ubuntu 20.04 (I used sudo apt-get install avr-libc binutils-avr gcc-avr...
by superconny
Fri Jul 31, 2020 12:13 am
Forum: Development
Topic: Sixaxis pair emu
Replies: 4
Views: 12741

Re: Sixaxis pair emu

I found it myself https://github.com/rafikel/diyps3contro ... ixpair-emu. I will try it on the weekend.
by superconny
Thu Jul 30, 2020 5:09 pm
Forum: Development
Topic: Sixaxis pair emu
Replies: 4
Views: 12741

Sixaxis pair emu

Hello Matlo, could you upload / push to your Github repository your source code of your final sixpair-emu firmware ( https://blog.gimx.fr/sixpair-emu-customizer/ )? I have already found the source code of the python app to configure the sixpair-emu firmware and adapted it to Python 3. If everything ...
by superconny
Thu Dec 26, 2013 10:25 pm
Forum: Support
Topic: More than one emulator
Replies: 4
Views: 4464

Re: More than one emulator

I've thought that.

Thank you for gimx, a perfect program.

I'm curious about that future release.
by superconny
Thu Dec 26, 2013 8:07 pm
Forum: Support
Topic: More than one emulator
Replies: 4
Views: 4464

Re: More than one emulator

Thanks a lot, that works.

How can I use controller two if I use this command line command:
emuclient --event "control(value)"
?
by superconny
Thu Dec 26, 2013 12:30 am
Forum: Feedback
Topic: Compatible BT 4.0 dongle
Replies: 0
Views: 4817

Compatible BT 4.0 dongle

The bluetooth 4.0 dongle "Digitus DN-30210" is gimx compatiblel. Maybe this can be added to the wiki.
by superconny
Wed Dec 25, 2013 10:13 pm
Forum: Support
Topic: More than one emulator
Replies: 4
Views: 4464

More than one emulator

Merry Christmas, how can I use three bt dongles at once? I've started three emu instances per command line. Are there a parameter to attach an emu client to a specific emu instance? I've also tried this with the gimx-bluetooth program, but all three emu clients, opened by gimx-bluetooth, are attache...