Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 11 months ago.
Interfacing a serial bluetooth module for usb mouse
Hello,
I'm using LPC11U24.
Can anyone please help me in interfacing a USBMouse to the computer using Serial Bluetooth Module such as HC-05. I have the USB mouse program done and working correctly using the USBMouse library. It uses the function mouse.move(x,y) to move the mouse to a particular location n the screen using the USB cable. I would love to make this work wirelessly using a bluetooth module. Here are my questions:
1) What pin connection changes will i have to make? 2) what library supports such operation?