Is there a way to upload and download files over serial without AMPY?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
jf_vt
Posts: 9
Joined: Thu Nov 25, 2021 5:15 pm

Is there a way to upload and download files over serial without AMPY?

Post by jf_vt » Tue Apr 05, 2022 8:47 pm

Hi
I design and build sensor PCB board that works over wifi
I need to test those boards before deploying them on a a wifi network and sometime tune the software for a specific board on the electronic bench and without WIFI access. I only have access to esp8266 over serial port at that time
I cannot upload/download over webrepl.

I use AMPY to load the initial software after flashing the rom and it works fine for that.

But if I want to change a thing say in main.py AMPY dont work most of the time ( it just hangs forever).
This problem is well documented as a quick google search shows.
So my question:
is there another tool I can use to put and get file on esp8266 over serial beyond AMPY?
A search over the internet did not bring anything obvious but I might be missing something.
Thanks

jf_vt
Posts: 9
Joined: Thu Nov 25, 2021 5:15 pm

Re: Is there a way to upload and download files over serial without AMPY?

Post by jf_vt » Tue Apr 05, 2022 8:58 pm

OK
I am sorry to have asked this question s I found its answer literally 2 min after asking it
but in case someone else stumble on the same difficulty:
rshell is doing the job and more...

Post Reply