Page 2 of 2

Re: RPi2 + Teensy++ 2.0 without CP2102

Posted: Wed Feb 10, 2016 4:24 pm
by Matlo
Sadly there is a problem with at90usb162 boards: https://github.com/matlo/GIMX/issues/367

Re: RPi2 + Teensy++ 2.0 without CP2102

Posted: Wed Feb 10, 2016 4:30 pm
by dedo93
Ok, thank you very much. It was driving me crazy :o

Re: RPi2 + Teensy++ 2.0 without CP2102

Posted: Wed Feb 10, 2016 6:45 pm
by dedo93
Matlo wrote:Sadly there is a problem with at90usb162 boards: https://github.com/matlo/GIMX/issues/367
I'm trying to use a arduino uno rev3, but I can't find firmware for atmega16u2.. where I can find the hex ?

EDIT:
I removed the atmega328 from arduino, recompiled myself the firmware for atmega16u2 and flashed the firmware, now the board is recognised by gimx but the PS4 still not receive any input.. :x

Code: Select all

pi@raspberrypi:~ $ gimx -c LogitechG25_G29.xml -p /dev/ttyUSB0 --status
option -c with value `LogitechG25_G29.xml'
option -p with value `/dev/ttyUSB0'
status flag is set
native mode command sent to HID device 01:01:03:01 (PID=c294)
native mode enabled for HID device 01:01:03:01 (PID=c299)
Detected USB adapter: G29 PS4.
using default refresh period: 5.00ms
macros are not available for: joystick Sony Computer Entertainment Wireless Controller (0)
closing unused uhid joysticks... done
0 1455131514.804965
0 1455131517.751960, PS (255)

Re: RPi2 + Teensy++ 2.0 without CP2102

Posted: Thu Feb 11, 2016 8:25 am
by Matlo
This is probably the same issue as the atmega16u2 is an optimized version of the at90usb162 :(