webusb / arduino

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

Is webUSB supported for Arduino Uno R3 #85

Closed Gaurav-Ramakrishna closed 3 years ago

Gaurav-Ramakrishna commented 3 years ago

Everytime I verify the skecth file I get the error, Error compiling for board Arduino Uno.

reillyeon commented 3 years ago

The error complete message should give you a hint here. This library requires a board which supports USB client mode, which the Arduino Uno series does not. For this and other similar boards I recommend the Web Serial API.

Gaurav-Ramakrishna commented 3 years ago

ok thanks