Learn electronics, coding, and projects — step by step.

Tag: arduino hid controller

Tutorial: How to Use Arduino Uno as HID | Part 2: Arduino Mouse Emulation

George Bantique July 15, 2020 3 Comments

In this tutorial, we will explore the mouse emulation in Arduino Uno. This should be the part 2 in using the Arduino Uno as Human Interface Device. You may also want to visit the part 1 here: https://techtotinker.com/tutorial-how-to-use-arduino-uno-as-hid-part-1-arduino-keyboard-emulation/ CIRCUIT DIAGRAM VIDEO DEMONSTRATION SOURCE CODE /* Arduino USB Mouse HID demo */ /* Author: Darran Hunt […]


Read more Tutorial: How to Use Arduino Uno as HID | Part 2: Arduino Mouse Emulation

Tutorial: How to Use Arduino Uno as HID | Part 1: Arduino Keyboard Emulation

George Bantique July 14, 2020 16 Comments

Arduino boards are pre-configured to function as serial device so to emulate keyboard, we will reconfigure it as Human Interface Device (HID) so our computer will see it as keyboard. CIRCUIT DIAGRAM VIDEO DEMONSTRATION CALL TO ACTION If you find this tutorial as helpful, please consider supporting my Youtube channel, it’s TechToTinker. Please click this […]


Read more Tutorial: How to Use Arduino Uno as HID | Part 1: Arduino Keyboard Emulation