HID-Project - Microcontrollers Supported #425
Replies: 1 comment
-
I tried two SAMD boards (adafruit Feather M4+ Express & Seeed XIAO RP2040) and one AVR (DFRobot - Leonardo clone), the DFRobot worked immediately with Nico's code! The difference is the 32u4 USB chip. It's designed specifically for USB HID functionality. The other two require too much hacking to get it to work, although the adafruit using TInyUSB USB stack came close. I just couldn't get the sleep function to work! It was waking-up the computer fine! The Seeed I couldn't wake-up the computer to save my life! Stick with 32u4 boards! Happy Programming! |
Beta Was this translation helpful? Give feedback.
-
Should Seeed XIAO RP2040 (SAMD) be compatible with this project?
I'm specifically attempting to utilize sleep/wake function via push button. I'm surprised how difficult it is to implement a simple function like this!
I found the System.ino in your examples but I received the following compilation error:
Beta Was this translation helpful? Give feedback.
All reactions