-
when to fit mxchip in port?
such as:emw3080,emc3020
-
PS /Users/sean/.vscode/extensions/rt-thread.rt-thread-micropython-1.0.7/ampy> ./cli_mac -p /dev/cu.usbmodem3164395C32382 repl
Traceback (most recent call last):
File "cli.py", line 34, in
File…
-
Presently MicroPython is running version 1.18.0. I was previously able to upgrade to 1.19.x, but updating to 1.20.x is introducing some new challenges.
This issue is to track the progress of updat…
-
Now that Pico W has support for Bluetooth (yey!), is there any plan to port the C/C++ examples to Micropython?
-
```
$ micropython
>>> import sys
>>> sys.stdout.buffer
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'TextIOWrapper' object has no attribute 'buffer'
>>>
```
Well,…
-
Am attempting to build/deploy with this command.
python3 make.py esp32 clean deploy BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM DISPLAY=st7735 PORT=/dev/cu.usbmodem2101 --flash-size=4
It seems t…
-
### Is there already an issue for this?
- [X] I have searched the issues and there is no existing issue for this feature request.
### Is your feature request related to a problem?
I'm looking for m…
-
While looking at the MicroPython Requests module (on the git HEAD), I noticed this nightmare:
```
context = tls.SSLContext(tls.PROTOCOL_TLS_CLIENT)
context.verify_mode = t…
-
is it possible to flash the A9G with micropython? If so, are there any instructions or flash tool?
-