Page 1 of 1

Is there Ampy alternative?

Posted: Mon Jan 21, 2019 9:51 pm
by lazarvgd
Hi there,

Recently I have reported that I am getting some problems with ampy when I pushing files to the esp board.

Today I got the answer on GitHub, from Adafruit, that they no longer want to maintain the ampy project and it can be forked if somebody wants to contine development.

Please read whole discuasion https://github.com/adafruit/ampy/issues ... -456183958

Thanks

Re: Is there Ampy alternative?

Posted: Tue Jan 22, 2019 7:28 am
by Roberthh
Many alternatives, like Dave Hylands rshell. https://github.com/dhylands/rshell
Any quite a few IDE like environments.

Re: Is there Ampy alternative?

Posted: Thu Jan 24, 2019 2:33 am
by mcauser
I used to have a lot of intermittent problems using ampy with my esp8266s.
Fixed by adding this line to my ~/.bash_profile:

Code: Select all

export AMPY_DELAY=0.5
Also, added this to save typing --port each time:

Code: Select all

export AMPY_PORT=/dev/tty.wchusbserial1420
And because my MacBook has multiple usb ports, I added aliases to switch the environment variable:

Code: Select all

alias ampy1='export AMPY_PORT=/dev/tty.wchusbserial1410'
alias ampy2='export AMPY_PORT=/dev/tty.wchusbserial1420'
alias ampy32='export AMPY_PORT=/dev/tty.SLAB_USBtoUART'
My esp32 always shows up as /dev/tty.SLAB_USBtoUART, regardless of which usb port I use.

Re: Is there Ampy alternative?

Posted: Thu Jan 24, 2019 7:27 pm
by devxpy
I have taken over the development of Ampy for the meantime. That issue you mentioned has been re-opened.

Re: Is there Ampy alternative?

Posted: Sun Jan 27, 2019 5:02 am
by mattyt
Glad you could take over development of Ampy, devxpy - thanks! It's a useful tool.

Re: Is there Ampy alternative?

Posted: Tue Feb 05, 2019 12:19 am
by Deedee
Hi,
I'd like to mention that EsPy from https://github.com/jungervin/EsPy is a quite nice all-in-one for Win users and ESP8266 uPy
I like the embedded esptool and filemanager.

For beginners new Thonny release from https://thonny.org/ supports script upload to ESP as well.

so no need for command line typing ;) :D

Best,
Deedee

Re: Is there Ampy alternative?

Posted: Wed Feb 13, 2019 9:35 am
by ptranter
Are you aware of uPycraft - all in one ide/programmer software, freely downloadable.