Firstly, I am going to state what my setup is:
-I have an Arduino Due with a mouse connected to the microUSB port.
-I have connected a Bluetooth to serial module to the Due's Rx and Tx pins.
-I have put a Bluetooth dongle into my PC.
This is what I want to do:
-I would like to capture the data which the mouse sends over USB
-Use the Bluetooth transmitter to send the mouse data to the Bluetooth dongle
-I would then use the dongle to control the cursor on the PC.
My questions are:
-How feasible is analysing the Bluetooth data packets used by a Bluetooth mouse under normal circumstances and using this so that Arduino can communicate with the dongle instead?
-Is it possible to match the format of data used by a standard Bluetooth mouse to control a PC's cursor?
I understand that this is a poor explanation but I hope someone can help me out here.
Calum