Search found 3 matches

by DominykasPiko
Thu Dec 28, 2023 7:20 am
Forum: General Discussion
Topic: ESP32-c3 Flash encryption questions
Replies: 0
Views: 3990

ESP32-c3 Flash encryption questions

Hello, I am trying to implement flash encryption on ESP32-c3-mini-1 using VSCode esp-idf 5.1.2v . I require to lock flash memory so it could not be read. I started by trying out Develop mode for a flash encryption, I followed all steps from documentation, I used Host Generated Key method: generated ...
by DominykasPiko
Wed Dec 27, 2023 6:13 am
Forum: General Discussion
Topic: Arduino ESP-IDF version error
Replies: 4
Views: 9149

Re: Arduino ESP-IDF version error

Yeah, It seems that current arduino component depends on esp-idf >5.1, but documentation is not up to date, because it states that idf should be 4.4 or lower. Updating esp-idf to current version fixed this problem
by DominykasPiko
Tue Dec 19, 2023 7:04 am
Forum: General Discussion
Topic: Arduino ESP-IDF version error
Replies: 4
Views: 9149

Arduino ESP-IDF version error

Hello, I am trying to configure my ESP-IDF project on VSCode to have arduino component. I used "ESP-IDF: Add Aeduino ESP32 as ESP-IDF component" command to add arduino component, I am using ESP-IDF v4.4, but after building my project with newly added component, I get this error: ERROR: Because proje...