i basiclly want a simple mouse click with my arduino uno but i know that you cant do mouse begin and stuff with the uno but is there any way to get just a very simple mouse click in it?
The Teensy 2 works very nicely for such things.
No, it does not have native USB (on official boards, there are ways to reprogram the 16u2 and I think I've seen one that does kb/mouse emulation, but these are advanced projects... IIRC it broke serial uploads? - and the clone versions of the board don't even have a 16u2 to reprogram), it cannot make itself appear as anything other than a serial port.
You need something with native USB if you want it to do USB keyboard/mouse - so a leo, micro, or other board based on a 32u4, or one of the fancier SAM boards, or a third-party board with native USB.
[quote author=Coding Badly link=msg=3180916 date=1489784264]
The Teensy 2 works very nicely for such things.
[/quote] no i already have the arduino uno i just want a way to use it for a simple click
DrAzzy:
No, it does not have native USB (on official boards, there are ways to reprogram the 16u2 and I think I've seen one that does kb/mouse emulation, but these are advanced projects... IIRC it broke serial uploads? - and the clone versions of the board don't even have a 16u2 to reprogram), it cannot make itself appear as anything other than a serial port.You need something with native USB if you want it to do USB keyboard/mouse - so a leo, micro, or other board based on a 32u4, or one of the fancier SAM boards, or a third-party board with native USB.
i just need a workaround just a simple click noting else there is got to be a workaround it and there is the micro usb port that you connect to the computer so there is got to be a way
You need to buy a board with support for the features you want. The uno does not support keyboard/mouse emulation./
[quote author=Coding Badly link=msg=3181115 date=1489791084]
A workaround...
https://www.google.com/search?q=gobetwino
[/quote] yeah but i dont see a way for the mouse to click or i just dont see it if there is plz tell me
You can use v-usb library
and this example for hid mouse for the mouse to click
BillHo:
You can use v-usb libraryUSB-Keyboard with Arduino and V-USB library, an example - petrockblock
and this example for hid mouse for the mouse to click
but i dont want to buy a part
(deleted)