RPi2 + Teensy++ 2.0 without CP2102

Need help? Ask here and someone will help
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: RPi2 + Teensy++ 2.0 without CP2102

Post by Matlo »

Sadly there is a problem with at90usb162 boards: https://github.com/matlo/GIMX/issues/367
GIMX creator
dedo93
Posts: 3
Joined: Wed Feb 10, 2016 3:56 pm

Re: RPi2 + Teensy++ 2.0 without CP2102

Post by dedo93 »

Ok, thank you very much. It was driving me crazy :o
dedo93
Posts: 3
Joined: Wed Feb 10, 2016 3:56 pm

Re: RPi2 + Teensy++ 2.0 without CP2102

Post 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)
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: RPi2 + Teensy++ 2.0 without CP2102

Post by Matlo »

This is probably the same issue as the atmega16u2 is an optimized version of the at90usb162 :(
GIMX creator
Post Reply