reini1305 / remarkable_footpedal

MIT License
29 stars 1 forks source link

Using a Seeeduino Xiao SAMD21 instead of Teensy LC #4

Open chucktomasi opened 3 months ago

chucktomasi commented 3 months ago

Thanks for providing this repo. I've been inspired to try to build one myself based on your design. However, instead of the Teensy LC, I've opted to use the Seeeduino Xiao SAMD21 as it's much smaller. The software worked well (after a adding the Keyboard.h header). I can see that it is sending two different codes based on click/double-click.

Here's my issue... when I created the USB-A to pogo interface and tested it, the Xiao only powers on for about a second then goes dark. According to what I could find, it's only drawing 12mA. I believe that's almost half of what the Teensy LC takes. I'm not sure where I've gone wrong. It works fine on the "test bench" when connected to my laptop and Arduino IDE, but it's not powering properly from the RM2. Happy to provide any additional information if needed.

Any thoughts?

Thanks again