raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.25k stars 838 forks source link

[Pico W] Vendor specific host implementation #1654

Closed Docfch closed 4 months ago

Docfch commented 4 months ago

Hello,

I have three interconnected hubs and on each hub I have connected an STM32 whose USB is in vendor-specific device mode. I want to plug it to a pico w to establish wifi communication through usb(see image above).

Is there an example on vendor specific host implementation or tell me how can i build it?

Thanks.

image

peterharperuk commented 4 months ago

Details of the tinyusb examples are in the readme here https://github.com/raspberrypi/pico-examples/blob/master/README.md and https://github.com/hathach/tinyusb/tree/master/examples/host This sounds complicated, I doubt there's an example that does exactly what you want.