Hello everyone,
I’m trying to make a bluetooth mouse using an Arduino (Pro) Micro and a HC-05 bluetooth module.
Is there a way to transmit the “Mouse.move(x,y);” function through the bluetooth module to the PC instead of using the USB?
I tried to use AT programming to set the BT module as a HID mouse device:
on the Serial Monitor: AT+CLASS=00101 (at 38400 Baud rate)
as I found in this pdf: http://eskimon.fr/wp-content/uploads/2014/10/commandes_AT_HC05.pdf
but how can I send the movement data to the PC?
Thanks!