Page 1 of 1

mouse device...

Posted: Fri Dec 15, 2006 2:17 pm
by niklo
Hi
i wonder if there is anyone who has succesfully implemented a mouse device!?
/n

Re: mouse device...

Posted: Tue Jan 09, 2007 9:56 pm
by ksz
niklo wrote:Hi
i wonder if there is anyone who has succesfully implemented a mouse device!?
/n


I did, but it is build on 6 buttons (up, down, left, right, lmb, rmb).. It works..:) This was for tests only.. It is based on HIDKeys project from this site..
Cursor's speed is constant (value can be changed in firmware's main.c)
EDIT: Of course I've implemented mouse's HID device descriptor, but it's quite easy to do..
Now I'm working on IR remote controlled mouse, when it'll be done, I put it on my site with little info and link to it here and send info to OBDEV

Posted: Thu Apr 19, 2007 9:57 pm
by aylee00
Hi,

I'm trying to build a mouse type device, and I was wondering if I could see how you( ksz) implemented it. Thanks!

Posted: Sun May 06, 2007 1:12 pm
by ksz
aylee00 wrote:Hi,

I'm trying to build a mouse type device, and I was wondering if I could see how you( ksz) implemented it. Thanks!


Sorry for late response. Off course you can, here you'll find sources:
http://szczuka.eu/avr/mouse-buttons/
Note, that I'm not developing it any more, so "it is AS IS" ;)

EDIT:
And here's done my IRMouse project:
http://szczuka.eu/avr/irmouse.php

Posted: Sat May 26, 2007 5:47 pm
by aylee00
Thanks! :)

My friend and I were trying to build a mouse/touchpad device for a school project.

If anyone's interested, the link is below. We converted the HIDKeys demo code to accept mouse params for the USB.

Site Link here