• USB HID Joystick OutPut implementation
    I need confirmation if I have correctly implemented an output report. My descriptor looks like this: /*Endpoint*/ 0x07, /*bLength: Endpoint Descriptor size*/ USB_ENDPOINT_DESCRIPTOR_TYPE, /*bDescriptorType...
  • Joystick HID SetReport/GetReport
    I tested an example using the STM32F1XX, as a joystick. It works fine, but I need to implement the SetReportHandler and GetReportHandler functions, but I do not know where to find or create. I added...
  • Optical joystick
    Hello folks! Does anybody know a manufactorer of or hear about a project for an optical or otherwise contactless joystick? I mean a joystick with no more mechanical components inside than the hand lever...
  • STM32f4discovery+joystick logitech 3d pro
    I am new in keil and STM world . I have a project that consist to develop a library for the joystick logitech 3d pro which controle a swimming robot and to implement it in STM32f4discovery card but i...
  • USB HID Mouse Driver using LPC2148
    Hi all, Thanks for your contineous support from this site. I want to detect my board as HID mouse when plugged to USB port of PC. For that I guess I need to write HID mouse driver. I am using...