TinyPico ...... Raspbian

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
hitsware
Posts: 12
Joined: Wed Aug 26, 2020 2:51 pm

TinyPico ...... Raspbian

Post by hitsware » Sat Oct 03, 2020 2:29 am

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 ?

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: TinyPico ...... Raspbian

Post by pythoncoder » Sat Oct 03, 2020 4:27 pm

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.
Peter Hinch
Index to my micropython libraries.

hitsware
Posts: 12
Joined: Wed Aug 26, 2020 2:51 pm

Re: TinyPico ...... Raspbian

Post by hitsware » Sat Oct 03, 2020 10:52 pm

Thank You ! :)
I think this :
https://randomnerdtutorials.com/getting ... 2-esp8266/
Will serve my purpose .....

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: TinyPico ...... Raspbian

Post by pythoncoder » Mon Oct 05, 2020 8:00 am

Thonny seems to be highly regarded and is under active development. I'm an rshell man myself.
Peter Hinch
Index to my micropython libraries.

Post Reply