-
Hi,
I am facing many problems to upload/download (large) files with mpfshell, while it looks better with the ampy tool from adafruit.
I have the feeling mpfshell transfers all data in ascii while…
-
Upgrading to 1.0.5...
I can no longer list files in a subdirectory...
`
D:\Development>ampy -p com4 -b 115200 ls /wwwroot/
Traceback (most recent call last):
File "C:\Users\Joseph\AppData\L…
-
I used `ampy` to interact with ESP32 before. In my case, I need to give a delay (3 sencods) to enter raw REPL successfully.
```
ampy --port com14 --delay 3 ls
```
If I use `pyboard.py` CLI, I can…
-
On my system runs: `ampy --version` → `ampy, version 1.0.7`
Used board: wemos lolin d32
Steps to reproduce the problem:
1. Erase the flash with `esptool.py --chip esp32 erase_flash`
2. Flash M…
jdeut updated
5 years ago
-
Where can we find a sample **.micropythonrc** code?
Thank you
Pei
-
Hey there,
I am running the hello_world project on the latest firmware available for the ESP32.
I use ampy to run the main and the application fails with this issue:
`ampy.pyboard.PyboardError:…
-
Using VS Code, my files are in a ```src``` folder
My ESP32 board wants these files in the root folder.
I cannot figure out how to do it without writing a loop. The recursive put is supposed to help …
-
I want to share my experience how I (may be temporary) solve the `ampy` command pending issue.
Here is my problem and temporary solution for `ampy` command pending issue.
*My environment*
SW…
-
This is actually an issue and a response I posted on the ampy project. See [ESP8266 Micropython "Could not enter raw repl" #19](https://github.com/adafruit/ampy/issues/19)
I am creating this issue …
-
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 have to use esptool.py to erase my esp32 borad, and flush f…