micky474
Newbie level 1

wireless glove mouse
Hey all,
First post
nice to meet you all.
Working on a school group project, and we are doing a wireless glove mouse that communicates via bluetooth. Basically, what we have is an accelerometer hooked up to a PIC18F6722 mcu. The MCU will process the accel. info and convert it into mouse DPI and send it over via bluetooth to a bluetooth dongle plugged into (any) computer.
The problem here is, we're not sure how to get the data that is sent to map to mouse movements ..like a driver?... or rather, how to get the computer to recognize our device as a mouse?
I know for a normal serial port mouse, it calls some interrupts and initializes some ports, but how would you do this via bluetooth?
What we have now is... accel -> mcu -> bluetooth -> ????? -> mouse movement.
Any experts in this area?? Please advise ~~
Thanks in advance,
All the best,
Micky
Hey all,
First post
Working on a school group project, and we are doing a wireless glove mouse that communicates via bluetooth. Basically, what we have is an accelerometer hooked up to a PIC18F6722 mcu. The MCU will process the accel. info and convert it into mouse DPI and send it over via bluetooth to a bluetooth dongle plugged into (any) computer.
The problem here is, we're not sure how to get the data that is sent to map to mouse movements ..like a driver?... or rather, how to get the computer to recognize our device as a mouse?
I know for a normal serial port mouse, it calls some interrupts and initializes some ports, but how would you do this via bluetooth?
What we have now is... accel -> mcu -> bluetooth -> ????? -> mouse movement.
Any experts in this area?? Please advise ~~
Thanks in advance,
All the best,
Micky