Page 1 of 1

TinyPico ...... Raspbian

Posted: Sat Oct 03, 2020 2:29 am
by hitsware
I have a PiBoard and a Adafruit Feather .
When I plug in the USB they show up as folders
where I can edit main.py and save .
They show up as ACM0 with ' screen '
and go to repl .
When I plug in the TinyPico it does not show
up as a folder . I can get to repl using USB0 ,
but cannot figure out how to get to the files ?

Re: TinyPico ...... Raspbian

Posted: Sat Oct 03, 2020 4:27 pm
by pythoncoder
ESP32 and ESP8266 boards do not support USB mass storage mode. You need to use a tool like rshell or Ampy to manage the filesystem.

Re: TinyPico ...... Raspbian

Posted: Sat Oct 03, 2020 10:52 pm
by hitsware
Thank You ! :)
I think this :
https://randomnerdtutorials.com/getting ... 2-esp8266/
Will serve my purpose .....

Re: TinyPico ...... Raspbian

Posted: Mon Oct 05, 2020 8:00 am
by pythoncoder
Thonny seems to be highly regarded and is under active development. I'm an rshell man myself.