-
I use one PCA9685 and one MCP23017, ESP32 detected them, but reboot endless, please check log attached.
ESP32 abort on this line in FeederManager.cpp, then reboot ....
feeders_.push_back( std::mak…
-
Hi,
Ive been struggling to communicate with the Sim800L using ESP32S3.
I am currently connecting a SIM800L to an ESP32 s3 using pins rx: 18, tx: 17
and running this code on micropython.
fro…
-
Hi,
I downloaded the latest ESP Matter SDK version (using the shallow clone and without any install commands). I uploaded the matter SDK as it is into our git repository hosted in bitbucket. When I…
-
I am unable to modify the zap_light example using the zap-tool. I suspect it is caused by a wrong version of some software.
This is my current setup:
- ESP32-S3-DevKitC-1
- ESP-IDF v4.4.3
- npm …
-
Most likely I'm missing a step but, after doing:
```
bringing all submodules in
idf.py set-target esp32
idf menu-config [WT32-SC01-Plus,4Mb]
idf.py build
```
I get the following error:
```
…
-
**squeezelite-esp32 branch:master-cmake
idf version:v4.4
python version:v3.6**
**get_idf log:**
Detecting the Python interpreter
Checking "python" ...
Python 3.6.8
"python" has been detected
…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Hi guys,
I am trying to build the person detection model, but I always get the same error. I followed the guidelines for installation from the official esp website. Then, in the esp folder I cloned…
-
I failed to build the empty project. Can I ask for some help?
The build was for `esp32` using `esp-idf v4.4` and with `std`. I followed the toolchain setup tutorial on [esp-rs](https://esp-rs.githu…
-
Hello, I am building a complex application on esp32, I need more ram so I am using the ESP32-WROVER-B module.
I am trying to activate the external ram, so I changed configuration,
```Component Conf…