• USB Keyboard/Mouse HID
    Hi, I'm trying to implement a mouse and keyboard via my LPC2378 ARM chip. I have the mouse working correctly using the Keil USB classes. How would I go about implementing the keyboard side on the...
  • 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...
  • Touchpad mouse using lpc2148
    I am using ARM as HID and have interfaced touchpad to the lpc2148,,, now i want to convert the ADC values obtained at the o/p ports as the movements of the mouse pointer (i.e touchpad mouse) please provide...
  • LPC1756 HID mouse, no IN report interrupt
    Hi, I'm trying to implement the generic USB mouse functionality on NXP LPC1756. Basing on Keil LED HID example, I modified the USB descriptor as following: /* HID Report Descriptor */ const uint8_t...
  • USB Mouse with Scroll Wheel
    Dear All, I want to write a HID Mouse Driver using LPC2148 controller. I re-worked on the example given by Keil HID and was able to detect the board as USB Mouse. This mouse has only three buttons...