I am building a HID (mouse) using Arduino Micro. I want the mouse to communicate with the PC wirelessly. I am wondering which Bluetooth module works for me either HC-05,06 or any other?
-
the question is not opinion based. please share as an answer your experience with a module for BLE HID with an AVR based MCU.Juraj– Juraj ♦2024年05月08日 09:03:05 +00:00Commented May 8, 2024 at 9:03
-
It would be difficult to beat the price of a COTS Bluetooth mouse. If that's not your goal, then, perhaps, your next step might be to search if an HC-05 can support the HID protocol. Or, if that's not possible, if the Atmel Mega can. I might be wrong, but I think that would be the tricky bit in your project.st2000– st20002024年05月08日 12:52:50 +00:00Commented May 8, 2024 at 12:52
1 Answer 1
The HC-05 should certainly allow you to communicate with an Arduino Micro via the provided hardware serial port (Tx/Rx pins). Here's a link to my blog post about doing this with an Arduino Uno (should be the same except possibly pin # differences).
-
1Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.2024年05月15日 05:31:17 +00:00Commented May 15, 2024 at 5:31
-
Isn't that what links are for - to lessen the requirement to repeat stuff, or summarize it in a way that leaves out important details?starship15– starship152024年05月15日 17:45:52 +00:00Commented May 15, 2024 at 17:45
-
1I think the linked post answers that2024年05月15日 17:51:14 +00:00Commented May 15, 2024 at 17:51
Explore related questions
See similar questions with these tags.