Y
Y
Yury2017-11-20 17:50:46
Arduino
Yury, 2017-11-20 17:50:46

Is it possible to connect a USB mouse (wireless) to an arduino without using additional boards?

Is it possible to connect a USB mouse (wireless) to an arduino without using additional boards?
those. without using usb date shield.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Gusev, 2017-11-20
@Sanchogus

If the Arduino is on an MK that supports USB hardware (for example, boards on STM32F103 can, or Arduino Due), then you can.
But! You will no longer steer with arduino commands, but with the usual si for MK. It will be necessary to delve a little deeper than writing high-level commands.
If you do this, then most likely you will just throw out the arduino shell and program as if under a regular MK :)
___
UPD, it looks like Due at the arduino shell level will even allow you to implement your Wishlist with the USBHost
library. There is also its Chinese clone , of course.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question