ampy
ampy copied to clipboard
MicroPython Tool - Utility to interact with a MicroPython board over a serial connection.
hi, i try to switch from thonny to vsc, i managed to get a program working in vsc which is: """ from machine import Pin from time import sleep led1...
Added README documentation of rmdir
i just got an esp32-cam with esp32-cam-mb which is basically a ch340c and a6206a (3.3v regulator). Seems, that RTS# is connected to RST of the ESP32 and DTR# to IO0,...
after I installed ampy (both "pip install" or "python setup.py install" methods I have try.),the shell always output "cann't find the "ampy" instruction "
When i use ampy put to copy the content from my dev folder on my computer to the Micropython board it always copies the .git directory and there is no...
If I have a main.py file in which a while-loop runs forever, then I can not issue the ampy command. I don't think this is a bug, but I will...
I'm using this board https://www.olimex.com/Products/IoT/MOD-WIFI-ESP8266-DEV/. When I try to run "sudo ampy --port /dev/ttyUSB0 run test.py" or any other command, it says "Could not enter raw repl". When I enter...
 On ubuntu 20.04 it works very well, but after the upgrad to 22.04 it runs into an error. You can see it in the screen image. Plug in -->...
When issuing `ampy rmdir directoryname/ --missing-okay`, on a directory that doesn't exist, ampy still errors. The problem seems to be this line, which checks for a very specific error string:...
The "get" command imports ubinascii but CircuitPython now uses binascii, so it fails with: ``` jerryneedell@jerryneedell-ubuntu-macmini:~/projects/microbit_v2$ ampy get code.py Traceback (most recent call last): File "/home/jerryneedell/.local/bin/ampy", line 8, in sys.exit(cli())...