-
STR:
1. Flash Raspberry Pi Pico W with `RPI_PICO_W-20231227-v1.22.0.uf2` or `RPI_PICO_W-20240105-v1.22.1.uf2`:
```
MicroPython v1.22.1 on 2024-01-05; Raspberry Pi Pico W with RP2040
…
-
Is there a complete starter guide for using the LilyGo 4.7" with MicroPython? I tried the precompiled firmware (found the link in a closed issue, https://github.com/Xinyuan-LilyGO/lilygo-micropython/…
-
There are several ways in regular Python to display the degree symbol. You can simply insert u"\N{DEGREE SIGN}" . In micropython this appear to be unsupported. Sometimes you can cut and paste in °…
-
Please put the ESP32_GENERIC link into this page: https://micropython.org/download/?port=esp32
Please make the ESP32_GENERIC build only contain these modules in the firmware (with suitable adjustme…
-
> @beyonlo yes, this is expected. As you set the coils of 125 to `[1,1,0]` but then request 16 coils (which are not available, only 3) the CRC is invalid. This again relates to #35 and will be…
-
Hi,
mpremote-vscode looks like a promising replacement for PyMakr - thanks for releasing it.
I'm having a hard time getting it to work in my context; one which I think is a pretty common develop…
-
Exiting VS Code and re-entering can result in multiple terminal windows with different PIDs. This is confusing and annoying. More appropriate would be to check for an existing terminal named "mpremote…
-
When I open VS code it invites me to attach a microcontroller & refresh to access MPremote commands from the context menu. The terminal window displays
```
PS C:\Users\Admin>
* History restored …
-
我在VSCode上配置了wokwi,并且指定micropython固件,在按下F1后,成功运行了esp32的仿真环境,并且实现了几条简单的命令。
但是esp32只能在终端交互模式下运行,我想知道如何让它运行指定的.py源代码,在VScode中。
![image](https://github.com/wokwi/wokwi-docs/assets/137040595/2ea4cf8a-ece7…
-
Need to quote paths in mpremote.ts sync()