arduino-libraries/Keyboard

support for SAMD11 (Arduino Nano Every)

annoo opened this issue · 8 comments

annoo commented

Any chance the SAMD11 will be supported?
I bought the Every on a quick decision, since it stated compatibility as a HID device. But now I feel a bit cheated?
Thank you so much for considering

it stated compatibility as a HID device

Would you mind posting a link to where you saw that statement?

annoo commented
annoo commented

My advice is that for beginners you should be using a Leonardo or Micro.

annoo commented

Although I haven't tried it, I'm sure it is possible to do HID on the Every; it's just not a project suitable for beginners. The microcontroller you are normally programming when using the Every is the ATmega4809. This chip does not have HID capabilities. It is the ATSAMD11 microcontroller that's used as a USB interface on the Every which has the HID capabilities. So it is that chip you would need to program. There is some information about doing that here:
https://www.arduino.cc/en/Guide/NANOEvery#toc11
If you need any assistance with that, I'd be happy to help, but it would be better for us to have that discussion over on the Arduino Forum, since it's not really on topic for this issue tracker.

The primary microcontroller on the Leonardo, Micro, and MKR boards has HID capabilities, so on these boards doing HID is much easier.

can we send them back?

I can't answer that question, but Arduino support can. You can contact them via this form:
https://store.arduino.cc/store-support

Any chance this will be implemented in the future ?