-
Hello,
im currently unable to build your lib along with micropython. They are in the same directory. The selected port is for the esp32.
Just to get things right im supposed to build all of this fro…
-
currently it is not possible to specify common parameters to make / cmake such as
- `clean`
- `USER_C_MODULES`
as they are incorrectly assumed to be the variant.
``` sh
jos@josverl-sb5:~/microp…
-
Since I want to use ov2640 camera. I used below command to build firmware. (followed most step as https://github.com/lemariva/micropython-camera-driver)
The firmware can be generated , but its size i…
-
Hi Steve
I found out that the mqtt library that used on ch5 (ESP32_MicroPython_to_AWS) has an updated change on the mqtt client.
The params ssl_params on mqtt client has been removed.
I need…
-
### Port, board and/or hardware
esp32 port
### MicroPython version
Latest master
### Reproduction
Change micropython/examples/usercmodule/cppexample/example.cpp to
```
extern "C" {
…
-
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…
-
When installing micropython on an esp32 using thonny it asked me to install esptool via Tool > Manage plug-ins which I did.
When I then tried to again install micropython I had a problem and thonny…
-
Env:
> MicroPython v1.23.0 on 2024-06-02; Generic ESP32S3 module with ESP32S3
Error:
```
File "/lib/pysm/pysm.py", line 474, in add_state
File "/lib/pysm/pysm.py", line 784, in validate…
-
### Port, board and/or hardware
esp32
### MicroPython version
MemoryError: memory allocation failed, allocating %u bytes
MicroPython v1.24.0 on 2024-10-25; Generic ESP32 module with ESP32
### Rep…
-
### **Issue:**
I2C Scan on ESP32-S3 Returns No Devices
### **Description:**
I am trying to scan for I2C devices on the ESP32-S3 using MicroPython but getting no devices detected, even though the…