RPi2 + Teensy++ 2.0 without CP2102
Re: RPi2 + Teensy++ 2.0 without CP2102
Sadly there is a problem with at90usb162 boards: https://github.com/matlo/GIMX/issues/367
GIMX creator
Re: RPi2 + Teensy++ 2.0 without CP2102
Ok, thank you very much. It was driving me crazy
Re: RPi2 + Teensy++ 2.0 without CP2102
I'm trying to use a arduino uno rev3, but I can't find firmware for atmega16u2.. where I can find the hex ?Matlo wrote:Sadly there is a problem with at90usb162 boards: https://github.com/matlo/GIMX/issues/367
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..
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
This is probably the same issue as the atmega16u2 is an optimized version of the at90usb162
GIMX creator