Seeed Studio XIAO SAMD21 with TinyUSB | Seeed Studio Wiki #346
Replies: 7 comments 9 replies
-
Hello, Can you please update this sample? It seems that the version v010.5 is not working anymore for the Seeeduino XAIO SAMD21 when updating the core. I have tried different setups even 1.6.1 from the board versions but every combination is giving compile error. One is missing the _Core.h and another tells 'TUD_MIDI_DESC_HEAD_LEN' was not declared in this scope. Best Regards |
Beta Was this translation helpful? Give feedback.
-
Still this feature has not been fixed. / 2023/08/14 |
Beta Was this translation helpful? Give feedback.
-
To those who may be struggling with this shitty situation. Use version 1.7.9 of Seed SAMD Baords. The Adafruit TinyUSB library still uses 0.10.5. The combination of the two should work. I used this to create my joystick environment. |
Beta Was this translation helpful? Give feedback.
-
I am terribly sorry for such inconvenience you guys have to experience. We will test out the right version of 1.8.4 and publish as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
Hi All, I am having similar problem trying to make an HID scroll wheel using SAMD21 and an AS5600 magnetic encoder module. Can someone help me with any example code that is working with HID? NNGB-kor can you please share your joystick code? |
Beta Was this translation helpful? Give feedback.
-
Actually got my scroll to work by not including TinyUSB at all and just using 1.7.9 version of core as NNGB-kor suggested. If anyone interested here is my code. Help from Mauro Alfieri #include <Wire.h> #ifdef ARDUINO_SAMD_VARIANT_COMPLIANCE AMS_5600 ams5600; |
Beta Was this translation helpful? Give feedback.
-
Was this ever fixed? Why is this tutorial still fundamentally broken? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Seeed Studio XIAO SAMD21 with TinyUSB | Seeed Studio Wiki
Seeed Studio XIAO SAMD21 with TinyUSB
https://wiki.seeedstudio.com/Seeeduino-XIAO-TinyUSB/
Beta Was this translation helpful? Give feedback.
All reactions