• 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...
  • 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...
  • 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...
  • USB HID Joystick Driver using LPC2148
    Hi, I'm actually using the MCB2140 board in implementing a USB Keyboard. Based on the HID example, it works very well! Now, i wanted to implement a USB HID Joystick based on the same example...
  • I want to know what is the signal generated on pressing a particular key in a joystick
    how to read a signal from joystick I want to know what is the signal generated on pressing a particular key in a joystick..I want to control a camera with joystick using cortex m3..For that i need the...