-
Is there any example of working with flash-encryption? For example, I need to write to the internal memory a file that could be read from the python script's, but it's impossible to read it using ampy…
-
I'm running `MicroPython v1.9.3 on 2017-11-16; ESP module with ESP8266`. If I try to connect with `rshell` using the `connect serial` command I get the following exception:
```
$ rshell
Welcome …
-
Got this Error while searching for devices via mDNS:
PIO Core Call Error: Extra data: line 3 column 1 - line 3 column 124 (char 4 - 127)
-
ampy works well using wemos d1 mini, but has some problems with the ESP_Core_Board_V2
If I issue "ampy ls" command, the files in the directory appear. Issuing same command again, ampy hangs.
"amp…
-
Did not respond to keyboard
ESP-32 (ESP-WROOM-32)
**esptool.py --port /dev/ttyUSB0 erase_flash**
esptool.py v2.2.1
Connecting........_
Detecting chip type... ESP32
Chip is ESP32D0WDQ6 (revis…
ds2k5 updated
6 years ago
-
The nRF52840/PCA10056 support merged in via #573 currently only works with `nrfjprog` and a J-Link. A new serial bootloader needs to be implemented similar to the s132-based feather52 platform, but ba…
-
Why does **setattr** behave differently on micropython to python3 ?
File: intropsect.py
```
#!/usr/bin/python3
class A():
one = "1"
two = "2"
def x():
pass
class B():
two =…
-
A cheap NRF51 based sensor tag board can be found on ebay or aliexpress for $10-$15, and is loaded with sensors and a CR2032 battery holder. I can't find a definitive name for it, but have found docs,…
-
Hello,
tryed to use you am2320.py
1. wget https://raw.githubusercontent.com/mcauser/micropython-am2320/master/am2320.py
2. ampy --port /dev/ttyUSB0 put am2320.py
3. picocom --port /dev/ttyUSB0
…
ds2k5 updated
6 years ago
-
![image](https://user-images.githubusercontent.com/35940346/35749743-67b8d264-0807-11e8-9d6c-124fb38f81f8.png)
Is this a bug? Am I doing something wrong with my run command?