USB Host
Aviator168
Posts: 3
Hi all,
Newbie here. Can anyone tell me which product can act as a USB host? I have project that needs to be connected to a USB device. Thanks.
Newbie here. Can anyone tell me which product can act as a USB host? I have project that needs to be connected to a USB device. Thanks.
Comments
Another question if you don't mind. I am implementing a sound device (1 microphone, mono-speaker, USB acting as host), the audio will be 8-bit 8000 samples/second. Is the processor fast enough to do this?
A Propeller is more appropriate for your application and can easily handle the analog to digital conversion, digital to analog conversion and logging. If you're willing to use an SD memory card for the logging, the Propeller can also handle that directly.
So, the Propeller is certainly capable of handling the audio, but not the audio USB connection. It's also capable of handling either an external USB datalogger or logging audio directly to an SD card in PC compatible format, but can't host a mass storage USB device directly.
Parallax has nothing that can handle USB audio.