-
> Status bar toggles between Pico Connected and Pico Disconnected
**Output logs:**
2024-02-06 12:54:04.792 [info] [Stubs] Installed stubs are already up to date!
2024-02-06 12:54:04.794 [info] […
-
Hi, I am new using the PyCharm and the ESP32. I tried to use PyCharm to code in python my esp, but I am facing this error every time I try to flash it.
## My code:
```py
import time
from machine…
-
That projet seems ideal to work on pyboard? Any chance to see it ported to micropython?
-
**Describe the bug**
Error when building ulab for 1 dimension.
**Configuration used**
```
#define ULAB_MAX_DIMS (1) // Limit array dimensions to 1D
```
**Output**
```
../../../ulab/code/nu…
-
Hi,
I'm using the pyboard UNO with a pyboard lite, the pinout is a bit different from the original pyboard but I think it should be compatible, for example :
- I2C(2) doesn't exist : used in i2…
-
Having spent time inspecting the code provided by Ardusimple and the simpleRTK2B, it would be ideal to try to implement the strategy involved in getting the devices to talk to each other and in additi…
-
Hello
As I understand you are responsible for the MicroPython development and also you introduced PyMakr.
I wanted to use PyMakr with ESP8266, but I found that PyMakr has only Telnet and Serial conn…
-
It's the eleventh hour (or perhaps the thirteenth!), but there are 2 small things that maybe should be changed before all the boards are made:
1. Align mounting holes on a 0.1" grid. This requires mo…
-
## Bug
```python
mpbuild/src/mpbuild/__init__.py
try:
os.stat("./ports")
except OSError:
raise SystemExit("Please run from root of micropython source tree")
```
When I `import py…
-
The MICROPY_PY_BTREE option is specified for ESP8266 and ESP32, but not for the Pyboard D. Is this intentional?