NicoHood/HID

Nano33 IoT support possible?

Closed this issue · 4 comments

Hi,
The board as native USB support but it appears that the HID library or examples don't work on this board. What happens is that I get a composite device with two COM ports, latter has HID descriptor data segment and Device Manager shows error for it.

I also tried with Arduino built-in Keyboard (https://www.arduino.cc/reference/en/language/functions/usb/keyboard/) and it fails the same way.

Thank you!

Probably related issue: arduino/ArduinoCore-samd#423

Nano 33 IoT uses an ESP32 as a UART.

Not sure whether you're still having a problem with this, but I have the gamepad running on my Nano IOT with no problem that I can see.

This has been solved. I needed to remove the driver that Arduino board had installed for the Nano 33 IoT.
Details here arduino-libraries/Keyboard#41