arduino / arduino/ArduinoCore-samd
RawHID support
- Dominant language
- C
- Stars
- 502
- Forks
- 740
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to get the HID device capabilities extended by raw HID. Raw HID is a great way for very robust bidirectional communication with a USB host application.
This is implemented for Teensy and by NicoHood for older AVR Arduinos. It would be incredibly helpful to have this functionality implemented for the SAMD line as well.
For some extended reasonsing as to why this is an important feature. See my post in the CircuitPython HID repo: https://github.com/adafruit/Adafruit_CircuitPython_HID/issues/25#issuecomment-409014365
https://github.com/PaulStoffregen/cores/tree/master/usb_rawhid
https://github.com/NicoHood/HID/tree/master/src/SingleReport
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the SAMD core and the referenced usb_rawhid implementation in Paul Stoffregen's cores repository, then compare NicoHood's SingleReport implementation for older AVR Arduinos. Define the SAMD-specific scope and verify that raw HID supports robust bidirectional communication with a USB host application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100