adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
601 stars 488 forks source link

WebUSB Serial is not working in nRF52840 #725

Closed milador closed 2 years ago

milador commented 2 years ago

Operating System

Windows 10

IDE version

1.8.19

Board

Feather nRF52840 Sense

BSP version

1.3.0

Sketch

Examples/Adafruit_TinyUSB_Arduino/WebUSB/webusb-serial

What happened ?

Doesn't connect to Feather Board and returns NetworkError: Unable to claim interface.

Tested in Chrome version 100

How to reproduce ?

  1. Go to File -> Examples -> Adafruit_TinyUSB_Arduino -> WebUSB -> webusb-serial
  2. Compile and upload webusb-serial.ino to Feather nRF52840 Sense
  3. Open https://adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-serial/index.html in Chrome
  4. Click on Connect

Debug Log

No response

Screenshots

No response

hathach commented 2 years ago

https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/9527382b498cd1264d9132f9e7855434c869f557/examples/WebUSB/webusb_serial/webusb_serial.ino#L57

milador commented 2 years ago

@hathach It was a chrome issue as it's working now. It works using Microsoft Edge as well.

hathach commented 2 years ago

Glad you got it working