webusb / arduino

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

How to make this lib to support ESP 32 and STM32F103c8t6 ? #61

Closed nbxtruong closed 3 years ago

nbxtruong commented 5 years ago

Dear all,

After I ran the RGB demo. It worked so well and made me quite excited. I hope I can run this demo on ESP 32 and STM32F1. Here are some of my questions:

Is it possible to make this library support the ESP 32 and STM32F1? How to do it? Do you have instructions to do that?

Thank you. Truong Nguyen

AdrianDiazCode commented 4 years ago

exactly I want this library for esp8266, PLEASE

jpliew commented 3 years ago

For STM32F1 please refer to https://gitlab.eurecom.fr/manfredi/WebUSB/-/wikis/blue-pill-webusb-dfu

For ESP32 or ESP8266, because these two chips have no native USB port, therefore WebUSB will not work. In my opinion, chip with WIFI should not even look at the WebUSB, it will be easier to have the chip talk to the web app via TCP/IP.

scott-olero commented 3 years ago

Chekout TINY USB