Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for SAMD11 (Arduino Nano Every) #34

Open
annoo opened this issue Mar 20, 2020 · 8 comments
Open

support for SAMD11 (Arduino Nano Every) #34

annoo opened this issue Mar 20, 2020 · 8 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@annoo
Copy link

annoo commented Mar 20, 2020

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

@per1234
Copy link
Contributor

per1234 commented Mar 21, 2020

it stated compatibility as a HID device

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

@per1234 per1234 added the type: enhancement Proposed improvement label Mar 21, 2020
@annoo
Copy link
Author

annoo commented Mar 21, 2020 via email

@per1234
Copy link
Contributor

per1234 commented Mar 21, 2020

@annoo
Copy link
Author

annoo commented Mar 21, 2020 via email

@per1234
Copy link
Contributor

per1234 commented Mar 21, 2020

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

@annoo
Copy link
Author

annoo commented Mar 21, 2020 via email

@per1234
Copy link
Contributor

per1234 commented Mar 21, 2020

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

@per1234 per1234 added the topic: code Related to content of the project itself label Mar 6, 2022
@patate1684
Copy link

Any chance this will be implemented in the future ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

3 participants