-
I'm unable to list subdirectories on an ESP32.
I've successfully created a subdirectory under /flash/
and copied a file into it using the following commands:
```
export AMPY_PORT=/dev/ttyUSB0
a…
-
Hi,
I finally received my J-link and programmed three different NRF52 boards, but on the one I want to use it most (Ruuvi tag), I am not sure how to load the code. It does not have a serial connect…
-
The current circuitpython master (9e8d182fe14c05b3e7c6a74e35987ec293310c7a) does not build for esp8266. The build fails with:
```
../../py/objfun.c: In function 'fun_asm_call':
../../py/objfun.c…
-
This is related to the AMPY issue
https://github.com/adafruit/ampy/issues/47
the atmel samd and esp8266 builds have sys.stdout implmented, but the nrf52 build does not and tehampy "get" function f…
-
I am currently experiencing issues when trying to connect using mpfshell (i.e. failure 19 cases in 20) with my wemos D1 mini. The error message being: "could not enter raw repl".
Browsing around I …
-
Thanks for all the work @vlasovskikh on this project have just started using it and I'm impressed how easy to use it is.
I've encountered a bug while using the ESP8266MOD removing files with the `R…
-
Hi,
can't get it working at Ubuntu 18.04 64 with python3
```
$ pip3 install adafruit-ampy
Collecting adafruit-ampy
Collecting pyserial (from adafruit-ampy)
. . .
Successfully installed adafru…
-
With the previous Closed Issue [[Fixed] ESP8266 cannot read by esptool/ampy after cross-compiled #4091](https://github.com/micropython/micropython/issues/4091) and found out another error with below s…
-
I have got an esp8266 (NodeMCU v2) board and have flashed it successfully with esptool.
Also I can get the REPL connection to it using screen on mac.
PyCharm version 2018.2.5 community edition an…
-
I'm a Python developer brand new to MicroPython . How can I run the examples?
Sorry for such a basic question but I don't see instructions anywhere and don't know enough MicroPython to figure it ou…