USB Host Mode on Raspberry Pi PicoW. #15394
Replies: 2 comments
-
Firstly the Micropython USB docs explicitly state :
I would start looking for what types of input that Amp can process. There is also I2S over USB - and I2S is available on rp2040 , but id not start there unless you are sure that the Amp can handle that, Update : Just found this Thread on USB Audio interface #10842 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. For now ,i will wait for Micro python to give USB host mode support. until then i will stick to Pico SDK. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on a project where I need to communicate with an amplifier device using a Raspberry Pi Pico W via USB, but I'm not sure where to start. Could anyone please provide some guidance? (I have already attempted this using the Pico SDK and TinyUSB in C but failed to do so in MicroPython.)
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions