I have Arduino Uno and Mega (Atmega 2560), will this libraries work with my boards?
With Uno definitely not, with Mega you can run if your board used Atmega16U as USB interface chip.
But in any case the better way is to choose a board with native USB interface such as Pro Micro or Leonardo
Hi @alex-f. In case you are interested in learning more about this option:
You can study the documentation of the "Hoodloader2" project, which allows you to do things like mouse and keyboard emulation from Arduino boards that have ATmega16U2 (or similar) USB to serial bridge chip:
I will second @b707's suggestion to instead use a board that has this capability out of the box. Although it is technically possible to do it with a suitable UNO or Mega board, this is a very advanced endeavor and there is even a possibility you could end up putting the UNO/Mega board into a non-functional state that is difficult to recover from while attempting to install the custom firmware on the USB chip.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.