-
One nice enhancement would be the ability to distinguish files from directories with the ls (or some other) command. Currently I distinguish between the two by the presence or absence of an extension…
-
This is a neat and simple little editor; I'd like to see more micropython board supported. I've made a fork and am trying to implement support for the ESP8266 - all comms is done via the serial port. …
-
Hi,
I've just installed ampy and it is not working on my setup. I run win10, try to communicate with and old version ESP32. Python version is 3.7. Here is the readout from cmd.exe.
C:\Users\Ivo\…
-
I have the V2.02 board, recently purchased from Elecrow. I can use ampy to upload/download programs but esptool does not allow me to upgrade to a later version of micropython - I get the following err…
-
#### Environment
Windows 10 x64
ampy 1.0.5
Python 3.6 x86
#### Description
I've tried to upload the _odroid_go_ package using this command (the package was uncompressed prior)
```
ampy -p C…
-
I'm using PyCharm with Micropython plugin to programming on Esp8266, I made a folder 'drivers' in the root path, and drag 2 files into it, when I upload files to Esp8266, the first file in 'drivers' w…
-
Hello,
I am attempting to replicate this example on this blog:
https://www.shanelynn.ie/asynchronous-updates-to-a-webpage-with-flask-and-socket-io/
The same code I made it work on a Linux box and…
-
Hi there, I am using esp8266 lolin with micropython. I have done some kind of stress tests, disconnecting the power, resetting the board with reset button in order to test how it will behave.
What …
-
I'm trying to build micropython for esp8266.
I wrote a micropython framework for mqtt+http config+network persistency, and currently it eats a lot of RAM, so I'm trying to build it into modules, so i…
brzez updated
5 years ago
-
CircuitPython 2.0.0-beta-1.1 doe not include uos (only os ).
Several functions - rm, ls,mkdir etc try to import uos and fail.