Using WebUSB with Arduino and TinyUSB

Adafruit recently uploaded a hand guide on how to use Google’s WebUSB API with the TinyUSB stack and Arduino-based projects and how to interact with them in Chrome. Googles WebUSB platform is a JavaScript programming interface that allows users to interact with USB devices via web pages. The TinyUSB library enables Arduino-based development boards to appear as USB devices, making it easy to connect them to the WebUSB standard.

Read more…

Leave a Comment