Page 1 of 1

Logitech Extreme 3D Pro USB Joystick

Posted: Sat Mar 09, 2019 7:59 am
by gdsports
The USB host co-processor (usbhostcopro) now supports the Logitech Extreme 3D Pro USB joystick. LE3DPUSBH takes input from the Logitech USB joystick and outputs JSON on the Trinket M0 UART Tx pin at 921,600 bits/sec. The ujson module converts JSON strings to Python dictionaries and vice versa.

https://github.com/gdsports/usbhostcopr ... b-joystick

Update: Added support to auto-detect the Thrustmaster T.16000M joystick.

Link to the first message about the usbhostcopro project.

viewtopic.php?f=14&t=6013

Re: Logitech Extreme 3D Pro USB Joystick

Posted: Sat Mar 09, 2019 9:07 am
by pythoncoder
To summarise this uses an Adafruit Trinket running special firmware to interface USB devices to microcontrollers such as the Pyboard. The interface between the Trinket and the target board is via a UART.

Supported USB devices include keyboards and are detailed in the URL above.