-
I am using the `feature/arduino-idf-master` and the `arduino` framework for ESP32-C3. At one point this used to work, but sometime in early August it seems something broke. Today I had a chance to loo…
-
I am running into an issue building an ESP32 project in platformio with some error messages that I have never seen before.
I have attempted to rollback the Espressif32 platform version from 6.0.1 t…
-
I was finally able to install the patch after much trouble but now I am getting this error:
` error: #error "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT defined, but not all prerequisites"
904 | #err…
-
Hi,
We have a fork of ESP-IDF in order to fix up some issues we have on the networking stack, and we are also using this LittleFS wrapper. The ESP-IDF fork is synced with Espressif's `master` bra…
-
### OS
MacOS
### Operating System version
macOS 13.4
### Visual Studio Code version
1.78.2
### ESP-IDF version
5.1
### Python version
3.11.2
### Doctor command output
…
-
### The problem
Hi Everyone,
I'm facing issues working on a custom board based on the ESP32-S3-WROOM-1 Module.
I'm able to program said board with arduino using the branch https://github.com…
-
我clone了工程在编译的,但就是报错
-- Found Git: C:/Espressif/tools/idf-git/2.34.2/cmd/git.exe (found version "2.34.1.windows.1")
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification …
-
### IDF version.
release/v5.1
### Operating System used.
macOS
### How did you build your project?
Command line with idf.py
### What is the expected behavior?
Custom Bootloader sh…
-
It seems on ESP32 files can be uploaded on local FS, but no files but preferences.json can be downloaded
Like the webui theme files.
![download](https://user-images.githubusercontent.com/8822552…
-
```
#include
#include
#include
#include
#include
#include
static const char *TAG = "MAIN";
static const gpio_num_t LED_ERR = GPIO_NUM_2;
void init_ulp()
{…