Page 1 of 1

How to mount pen-drive to pi pico

Posted: Thu May 20, 2021 11:45 am
by nayanagg
Hi,

How to mount Pendrive to pi pico for data transfer?

Re: How to mount pen-drive to pi pico

Posted: Thu May 20, 2021 10:26 pm
by SpotlightKid
You would need USB host mass storage support for that, which MicroPython doesn't have. The pico is capable of being a USB host, in principle, but atm you would need to write C code for that.

Re: How to mount pen-drive to pi pico

Posted: Thu May 20, 2021 11:38 pm
by scruss
I don't know if anyone's done any work to connect the WCH CH376 and CH378 using MicroPython. They add USB hosts to really small systems: one of them is used as a hard drive emulator for the Apple II, so if it can work with a 6502 at 1 MHz, it won't be a stretch for MicroPython