Search found 14 matches

by LeBrevinois
Wed May 08, 2019 10:40 am
Forum: Playstation consoles
Topic: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro
Replies: 9
Views: 66041

Re: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro

Yeap it worked ! I did some test using the --status inline command option and it does exactly as planned ! Thank you for your feed back ! Here is the focus on the config XML file : <axis_map> <axis id="abs_axis_14" label="throttle"> <device type="joystick" id="0&q...
by LeBrevinois
Fri May 03, 2019 1:04 pm
Forum: Playstation consoles
Topic: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro
Replies: 9
Views: 66041

Re: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro

I'm bit confused to be honnest... rest = 32767, full = -32767: low_value = 32767, low_coef = -8192, high_value = 0, high_coef = 0 rest = -32767, full = 32767: low_value = -32767, low_coef = 0, high_value = -32767, high_coef = 8192 rest = 32767 full = 0: low_value = 32767, low_coef = -16384, high_val...
by LeBrevinois
Thu Apr 18, 2019 8:57 pm
Forum: Playstation consoles
Topic: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro
Replies: 9
Views: 66041

Re: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro

At this step you are supposed to press the PS button on the Dualshock 4, that should have previously been paired with the BT module/dongle. Yeap it does work when I press PS on the DS4, my problem is the axis which I set to R2 is not recognized (but butons are OK). Maybe something about the multipl...
by LeBrevinois
Tue Apr 16, 2019 6:19 pm
Forum: Playstation consoles
Topic: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro
Replies: 9
Views: 66041

Re: [WIP : DIY PS4 Handbrake] Rpi Zero H + Bluetooth + Pro Micro

Editing the configuration with a text editor is not recommended. Use gimx-config instead. Hi Matlo thanks for your reply. I'm on Rpi and in command line only... I dont't know if I can lauch gimx-config on Rpi... (EDIT) ... which is on raspian-stretch so no GUI... And if I do it on Windows gimx-conf...
by LeBrevinois
Wed Apr 10, 2019 11:03 pm
Forum: Support
Topic: [Solved] RPI Zero H + BT Dongle + PS4 + Joystick
Replies: 5
Views: 5279

Re: RPI Zero H + BT Dongle + PS4 + Joystick

pi@raspberrypi:~ $ jstest --select /dev/input/js0 Driver version is 2.1.0. Joystick (Arduino LLC Arduino Micro) has 12 axes (X, Y, Z, Rx, Ry, Rz, Throttle, Rudder, Hat0X, Hat0Y, Hat1X, Hat1Y) This can give you the Joystick Name, in my case : Arduino LLC Arduino Micro So no more Warning for me with ...
by LeBrevinois
Wed Apr 10, 2019 10:01 pm
Forum: GIMX Discussion
Topic: Will gimx work with a DIY controller?
Replies: 5
Views: 6074

Re: Will gimx work with a DIY controller?

It will work but no "hard - easy" feeling :) just on and off Hi I just found this discussion and I did not understand your anwser... I have the same goal to get an analog handbrake for PS4 The arduino joystick does not seems to be recognized (cf . https://gimx.fr/forum/viewtopic.php?f=5&a...
by LeBrevinois
Wed Apr 10, 2019 9:44 pm
Forum: Support
Topic: [Solved] RPI Zero H + BT Dongle + PS4 + Joystick
Replies: 5
Views: 5279

Re: RPI Zero H + BT Dongle + PS4 + Joystick

According to the source the warning is raised either because - ginput_joystick_name(i) does not match the XML name attribut in <device type="joystick" id="4" name="Arduino SA"/> or - ginput_joystick_virtual_id(i) does not match the XML id attribut in <device type="...
by LeBrevinois
Mon Apr 08, 2019 11:23 pm
Forum: Support
Topic: [Solved] RPI Zero H + BT Dongle + PS4 + Joystick
Replies: 5
Views: 5279

Re: RPI Zero H + BT Dongle + PS4 + Joystick

Btw I updated gimx to latest version 7.12 I've got now a warning about joystick not found : Warning: joystick not found: Arduino SA 4 Here is le lsusb commande : pi@raspberrypi:~ $ lsusb Bus 001 Device 004: ID 2341:8037 Arduino SA Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetoo...
by LeBrevinois
Mon Apr 08, 2019 8:12 am
Forum: Support
Topic: [Solved] RPI Zero H + BT Dongle + PS4 + Joystick
Replies: 5
Views: 5279

Re: RPI Zero H + BT Dongle + PS4 + Joystick

The easiest way is connect another keyboard to your RPi, create a config binding to this keyboard along with your mini board. Hi, thanks for the idea but it's only a temporary solution to add a keyboard to my RPI ? My main idea was to have a portable solution without too much wires / devices :) Fro...
by LeBrevinois
Sun Apr 07, 2019 8:06 pm
Forum: Support
Topic: [Solved] RPI Zero H + BT Dongle + PS4 + Joystick
Replies: 5
Views: 5279

[Solved] RPI Zero H + BT Dongle + PS4 + Joystick

Hi I did a small small joystick with a Micro Pro (one axis + one buton) as the main idea is to do an analog handbrake. I used a RPI Zero H + Usb otg hub + BT dongle When I launch gimx and press the DS4 buton it does recognized it by displaying a new DS4 on the PS4 and asking which user to use with t...