Hello Team,
I am planning to upgrade the ESP-IDF version used in my application from v4.4.6 to v6.0.
The application currently uses the following components and features:
MQTT
Wi-Fi (AP + STA mode)
cJSON
HTTPS
SPIFFS
Could you please suggest the recommended migration approach and any key ...
Search found 54 matches
- Tue Jun 16, 2026 12:00 pm
- Forum: General Discussion
- Topic: Guidance Required for ESP-IDF Upgrade (v4.4.6 to v6.0)
- Replies: 1
- Views: 113
- Thu Apr 02, 2026 4:42 am
- Forum: General Discussion
- Topic: Global IPV6 support enable in esp-idf 5.4.1
- Replies: 0
- Views: 63
Global IPV6 support enable in esp-idf 5.4.1
Hello,
I have been testing the ESP-IDF IPv6 example for Ethernet. I have configured the project to prefer a **global IPv6 address** (`CONFIG_EXAMPLE_CONNECT_IPV6_PREF_GLOBAL=y`). However, I am still receiving only a **link-local IPv6 address**.
Below are my logs:
```
I (180) main_task: Started on ...
I have been testing the ESP-IDF IPv6 example for Ethernet. I have configured the project to prefer a **global IPv6 address** (`CONFIG_EXAMPLE_CONNECT_IPV6_PREF_GLOBAL=y`). However, I am still receiving only a **link-local IPv6 address**.
Below are my logs:
```
I (180) main_task: Started on ...
- Mon Jul 07, 2025 10:15 am
- Forum: General Discussion
- Topic: Encrypt Data stored in NVS partitions (ESP32-S3)
- Replies: 1
- Views: 51
Encrypt Data stored in NVS partitions (ESP32-S3)
Hello,
Want to encrypt the NVS partition in esp32 s3
How can i achieve this
kindly letme know
Using ESPIDF 5.4.1
Want to encrypt the NVS partition in esp32 s3
How can i achieve this
kindly letme know
Using ESPIDF 5.4.1
- Mon Jul 07, 2025 9:35 am
- Forum: General Discussion
- Topic: Getting ": undefined reference to " error in project directory
- Replies: 2
- Views: 94
Re: Getting ": undefined reference to " error in project directory
Yes, I already have written that as you suggested
VWDIHD
├── components
|-----├── ZIGbeeSDK
│ └── platform
│ └── inc
| |- abc.h file extern uint16_t ashAckTimer;
| | #define ashStopAckTimer() do { ashAckTimer = 0; } while (false)
│ └── SRC
| |- abc.c file uint16_t ashAckTimer; //
│ └── CMakeLists ...
VWDIHD
├── components
|-----├── ZIGbeeSDK
│ └── platform
│ └── inc
| |- abc.h file extern uint16_t ashAckTimer;
| | #define ashStopAckTimer() do { ashAckTimer = 0; } while (false)
│ └── SRC
| |- abc.c file uint16_t ashAckTimer; //
│ └── CMakeLists ...
- Fri Jul 04, 2025 7:08 am
- Forum: General Discussion
- Topic: Getting ": undefined reference to " error in project directory
- Replies: 2
- Views: 94
Getting ": undefined reference to " error in project directory
Hello,
I am getting undefined referance to error in my esp32 project
below is my project sturture
VWDIHD
├── components
| ├── ZIGbeeSDK
│ └── platform
│ └── inc
| | |- abc.h file extern uint16_t ashAckTimer;
| | #define ashStopAckTimer() do { ashAckTimer = 0; }
│ └── SRC
| | |- abc.c file ...
I am getting undefined referance to error in my esp32 project
below is my project sturture
VWDIHD
├── components
| ├── ZIGbeeSDK
│ └── platform
│ └── inc
| | |- abc.h file extern uint16_t ashAckTimer;
| | #define ashStopAckTimer() do { ashAckTimer = 0; }
│ └── SRC
| | |- abc.c file ...
- Wed Apr 30, 2025 7:04 am
- Forum: General Discussion
- Topic: Facing issue flash encryption+secure boot sbv2 combination in development mode for esp32s3
- Replies: 1
- Views: 252
Facing issue flash encryption+secure boot sbv2 combination in development mode for esp32s3
Hello,
I am working for the Flash Encryption and Secure boot v2 , where i am facing the issue
Module - ESP32-S3
IDF - 5.0.7
Building Hello World Example given in idf
Platform - windows, using cmd [command prompt] commands for building binaries
Work Done so Far,
Enabled Secure boot in ...
I am working for the Flash Encryption and Secure boot v2 , where i am facing the issue
Module - ESP32-S3
IDF - 5.0.7
Building Hello World Example given in idf
Platform - windows, using cmd [command prompt] commands for building binaries
Work Done so Far,
Enabled Secure boot in ...
- Thu Apr 10, 2025 7:13 am
- Forum: General Discussion
- Topic: does FATFS and LITTLEFS supports encryption natively ?
- Replies: 1
- Views: 245
does FATFS and LITTLEFS supports encryption natively ?
subject : does FATFS and LITTLEFS supports encryption natively ?
hello,
I am using esp32 idf 5.0.7
I am curretly using spiffs to store data and generating spiffs.bin loading it in board
but no encryption is there
now I want to switch to LittleFS or FATFS,
https://docs.espressif.com ...
hello,
I am using esp32 idf 5.0.7
I am curretly using spiffs to store data and generating spiffs.bin loading it in board
but no encryption is there
now I want to switch to LittleFS or FATFS,
https://docs.espressif.com ...
- Tue Apr 08, 2025 5:17 am
- Forum: General Discussion
- Topic: How much Heap Memory will BLE satck use in esp idf 5.0.7
- Replies: 1
- Views: 68
How much Heap Memory will BLE satck use in esp idf 5.0.7
Subject : How much Heap Memory will BLE satck use in esp idf 5.0.7
Chip revision : ESP32 Chip is ESP32-D0WDQ6 (revision v1.0)
Configuration 16 Mb Flash memory, 2 Mb PSRAM
I Need this stack in my application
Zigbee
FOTA
WiFi
MQTT[Secure,Unsecure]
LED
Button
Memory Related 1 task
And BLE ...
Chip revision : ESP32 Chip is ESP32-D0WDQ6 (revision v1.0)
Configuration 16 Mb Flash memory, 2 Mb PSRAM
I Need this stack in my application
Zigbee
FOTA
WiFi
MQTT[Secure,Unsecure]
LED
Button
Memory Related 1 task
And BLE ...
- Fri Mar 28, 2025 10:03 am
- Forum: General Discussion
- Topic: A querry regarding backtrace in ESP IDF 5.0.7
- Replies: 3
- Views: 502
Re: A querry regarding backtrace in ESP IDF 5.0.7
Thaks for the quick reply,
How this example is working then, I can not see addrline manually used in this given referance code
https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/api-reference/system/heap_debug.html
Example code
#include "esp_heap_trace.h"
#define NUM_RECORDS 100 ...
How this example is working then, I can not see addrline manually used in this given referance code
https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/api-reference/system/heap_debug.html
Example code
#include "esp_heap_trace.h"
#define NUM_RECORDS 100 ...
- Fri Mar 28, 2025 7:12 am
- Forum: General Discussion
- Topic: A querry regarding backtrace in ESP IDF 5.0.7
- Replies: 3
- Views: 502
A querry regarding backtrace in ESP IDF 5.0.7
Subject : A querry regarding backtrace in ESP IDF 5.0.7
Hello,
I am using ESP32-D0WDQ6 module and ESP-IDF version 5.0.7
I need to know that how to print the Backtrace information with Filename and line number as shown in,
https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/api-reference ...
Hello,
I am using ESP32-D0WDQ6 module and ESP-IDF version 5.0.7
I need to know that how to print the Backtrace information with Filename and line number as shown in,
https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/api-reference ...