Search found 12 matches

by chuchuchuchu
Wed Jan 11, 2017 5:10 pm
Forum: Support
Topic: Mic on ps4
Replies: 2
Views: 3202

Re: Mic on ps4

Hi Avidanion,

Did you try using a second DS4 controller?
At least using Logitech G29 on PS4 you can use the mic connecting the mic on a DS4.
Using GIMX the scenario should be similar.
by chuchuchuchu
Wed Jan 11, 2017 10:32 am
Forum: General Discussion
Topic: Orange Pi
Replies: 18
Views: 27737

Re: Orange Pi

Hi all, As summary, I tried compiling by myself different customized armbian 5.24, enabling kernel Joystick support, following the official armbian building guide https://docs.armbian.com/Developer-Guide_Build-Preparation/ : armbian 5.24 with kernel 3.4.113-sun8i (jessie) - Joysticks detected under ...
by chuchuchuchu
Sat Jan 07, 2017 8:18 pm
Forum: General Discussion
Topic: Orange Pi
Replies: 18
Views: 27737

Re: Orange Pi

Hi, No problem Matlo ;) I tried upgrading to armbian 5.24.170108 dev version with kernel 4.9.0-sun8i, unfortunately with same result. pi@orangepizero:~$ uname -a Linux orangepizero 4.9.0-sun8i #17 SMP Sat Jan 7 02:42:18 CET 2017 armv7l GNU/Linux I performed following steps until reach same linux/uhi...
by chuchuchuchu
Fri Jan 06, 2017 6:12 pm
Forum: General Discussion
Topic: Orange Pi
Replies: 18
Views: 27737

Re: Orange Pi

Hi Matlo, thanks for your quick response. I tested with DFGT and the behaviour is exactly the same (I needed 3 attempts to get the native mode enable): GIMX executions: pi@orangepizero:~$ /usr/bin/gimx -p /dev/ttyUSB0 -c LogitechDrivingForceGT_G29.xml --nograb controller #1: option -p with value `/d...
by chuchuchuchu
Fri Jan 06, 2017 5:38 pm
Forum: General Discussion
Topic: Orange Pi
Replies: 18
Views: 27737

Re: Orange Pi

Hi all, I already have my Orange Pi Zero with USB HUB. It is running armbian jessie: pi@orangepizero:~$ uname -a Linux orangepizero 3.4.113-sun8i #50 SMP PREEMPT Mon Nov 14 08:41:55 CET 2016 armv7l GNU/Linux First step was the pi user creation and I added it to same set of groups like in Raspbian: *...
by chuchuchuchu
Tue Jan 03, 2017 12:05 pm
Forum: Support
Topic: Pi GPIO in place of USB-UART
Replies: 30
Views: 26273

Re: Pi GPIO in place of USB-UART

Wiki updated. Feel free to correct/add/remove any point ;)
by chuchuchuchu
Sun Jan 01, 2017 3:59 pm
Forum: Support
Topic: Pi GPIO in place of USB-UART
Replies: 30
Views: 26273

Re: Pi GPIO in place of USB-UART

Good news. Workaround is working as expected ;) Steps needed: Physically RPi's PIN40 / GPIO21 connected to ATmega32u4 RST pin directly. Logically [*]New bash script created /home/pi/resetArduino.sh with content shown below: #!/bin/bash echo 21 > /sys/class/gpio/export sleep 1 echo out > /sys/class/g...
by chuchuchuchu
Fri Dec 30, 2016 3:37 pm
Forum: Support
Topic: Pi GPIO in place of USB-UART
Replies: 30
Views: 26273

Re: Pi GPIO in place of USB-UART

Thanks Matlo. I will try it as soon i can ;) At first look, I am not sure if it will be safe leaving the atmega32u4 RST pin at 3.3V continuously. I have checked also how to programme an AVR from RPi using avrdude and a DTR pin is emulated, setting the RPi pin HIGH only for 0.12 seconds instead of se...
by chuchuchuchu
Fri Dec 30, 2016 1:33 pm
Forum: Support
Topic: Pi GPIO in place of USB-UART
Replies: 30
Views: 26273

Re: Pi GPIO in place of USB-UART

I'll try to make the adapter tolerant to garbage from GIMX 7. https://github.com/matlo/GIMX/issues/426 Thanks Matlo ;) I will follow the #426 issue progress. Meanwhile, any idea about how to reset adapter manually at O.S. level? (Isolated command scheduled every minute on a cron task should be work...
by chuchuchuchu
Mon Dec 26, 2016 1:13 am
Forum: Support
Topic: Pi GPIO in place of USB-UART
Replies: 30
Views: 26273

Re: Pi GPIO in place of USB-UART

I am using it with the onboard UART since a long time and had the same problem. Power the Pi from Ps4 with a switched of PS4 (not standby). Then wait until G25 started its initialisation procedure turning full right - plug the arduino into the second PS4 Port powering it while wheel is on its way t...