Skip to main content
kesigomu
Visitor II
May 8, 2022
Solved

Does anyone know how to USB HOST the Joystick (HID)?

  • May 8, 2022
  • 2 replies
  • 2979 views

I'm currently looking for a way to USB HOST Dualshock3. Does anyone know how?

The microcomputer used is f4-discovery.

This topic has been closed for replies.
Best answer by Walid ZRELLI

Hello @Community member​ ,

We provide many examples in the F4 Firmware package.

You can refer to this example and customize it to your needs:

  • Projects\STM32469I_EVAL\Applications\USB_Host\HID_Standalone

As well, take a look at this video, it might help you.

BeST Regards,

Walid

2 replies

Walid ZRELLI
Walid ZRELLIBest answer
Visitor II
May 9, 2022

Hello @Community member​ ,

We provide many examples in the F4 Firmware package.

You can refer to this example and customize it to your needs:

  • Projects\STM32469I_EVAL\Applications\USB_Host\HID_Standalone

As well, take a look at this video, it might help you.

BeST Regards,

Walid

Associate
June 20, 2023

Example is using mouse and keyboard. there is no example for joystick?