-
1. I couldn't get it to work with esp-idf v4.4, I needed to use esp-idf v4.4.4. I combined the esp-idf clone instructions as follows:
```
git clone https://github.com/espressif/esp-idf.git
git chec…
kf106 updated
9 months ago
-
Future optimizations would be knowing all the different Python functions that can get called and having "callbacks" for them instead of using [`pyodide.runPython`](https://pyodide.readthedocs.io/en/la…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.1-5-g901dd228cb-dirty on 2024-07-28; Adafruit ItsyBitsy ESP32 with ESP32
```
### Code/REPL
```python
import mandelbrot
```
### Beha…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
…
aso-c updated
7 months ago
-
Move away from Sipeed's custom MaixPy fork of MicroPython so that the project won't be so tightly tied to the M5StickV / M5Stack.
The longer-term goal here is to move Krux toward platform independe…
ghost updated
2 years ago
-
I have successfully compiled the w5500 network module for pyboard through the following command:
>make MICROPY_PY_WIZNET5K=5500
I have successfully compiled the firmware without w5500 module for B…
-
Is it possible to manually modify MAC address of STM32F7?
From what I read from [https://github.com/micropython/micropython/blob/master/ports/stm32/network_lan.c](network_lan.c), _network_lan_activ…
-
micropython-rocky-omv_initial_integrate\ports\prj_keil_rt1050\mpyrt1050.uvprojx can't make.
yyc11 updated
5 years ago
-
Note that `sdspi_host_init_slot `gets called on creation
https://github.com/micropython/micropython/blob/246f3f640dd635f67269bfdbebe23408f77cd2b0/ports/esp32/machine_sdcard.c#L227
but on deletio…
-
Looking for some help with a compiling error for not liking STATIC. I'm going to be verbose just to see where I may have gone wrong.
I'm compiling using Windows 11 Pro using the following installat…