webusb / arduino

WebUSB demos running on Arduino (and compatible) hardware.
566 stars 152 forks source link

Device not detected. Bootloader needed? #52

Open ivoras opened 6 years ago

ivoras commented 6 years ago

I'm running Windows 10 and v1,6.21 of the AVR core, and my device is not detected by the JS pages. I've verified it's recognized as USB 2.1.

In the device manager, there are 2 devices when I load up the console demo sketch: a serial device, and a generic USB device handled by WinUsb.

The device IDs are, I think, normal:

image

Chrome's log looks like this:

image

I've not used the boards.txt definitions from this repo. Are they needed? Where should I put them? I've noticed they reference Caterina2-Micro-WebUSB.hex but there's no such file anywhere.

Any pointers what to check next?

jpliew commented 6 years ago

Hi @ivoras , could you look at this thread please? https://github.com/webusb/arduino/issues/44

Start with uploading the RGB demo hex from my gist mentioned there. This will get you somewhere.

Cheers