-
Operating system
macOS Mojave
Python version
3.10
What Chip
ESP32 S2 16MB
Uploaded latest 16MB. Spiram Micropython
esptool.py --port /dev/cu.SLAB_USBtoUART -b 460800 --before default_re…
-
The MicroPython.org [esp32c3](https://micropython.org/download/esp32c3/) and [esp32c3-usb](https://micropython.org/download/esp32c3-usb/) download pages appear to have incorrect instructions.
# Nec…
-
I have a TTGO T-Display board that was recently purchased. I am not
new to python but I am completely new to micropython and esp32. The
demo program that comes flashed on the device worked as it s…
-
Hi,
I deploy a nodemcu and I get follow log.
[MicrOSTools] [1%] micrOS deploy via USB
[MicrOSTools] [ ERROR/RETRY ][1/8] PUT LM_dht22.mpy
/bin/sh: ampy: command not found
[MicrOSTools] |-> …
-
When providing an DNS server that either is invalid, or supplied a hostname that doesn't resolve, amp-dns falls back to local resolves, rather than spits out an error. Since the target list is what we…
zafnz updated
2 years ago
-
I used 7z to extract the ampy.img file, but I cannot flash it with etcher or gnome-disks
-
I am running simple sketch in pycharm . But While uploading Its showing like this
raise PyboardError('failed to access ' + device)
ampy.pyboard.PyboardError: failed to access COM4
Connecting to …
-
I was wondering if it was possible to compile python scripts on the go. The idea would be you can upload a script (.py) file to the board and get the board to compile and save the compiled code. No ne…
-
PR #1321 has caused problems with uploading files over the serial REPL.
Using latest master:
```
pi@agl:~/circuitpython/workdirs/test/circuitpython$ git log -1 --oneline
0ea31ec15 (HEAD -> test,…
notro updated
3 years ago
-
Since AMPY stands for Adafruite MicroPython the micropython community tries to avoid recommending the tool. This version is a full rewrite of the tool and with no connection to any commercial organiza…