Search found 29 matches

by KeithInAsia
Thu Feb 29, 2024 5:58 pm
Forum: ESP-IDF
Topic: Offering IDF Template Project at Github
Replies: 0
Views: 342

Offering IDF Template Project at Github

I have poured an enormous amount of experience and documentation into this C/C++ IDF template and I'm giving it away to help others and make a splash in the community. https://github.com/SolidStateLEDLighting/esp32-idf-advanced-template-alpha-5.2 This project demonstrates how to set up a large proje...
by KeithInAsia
Wed May 31, 2023 8:12 pm
Forum: ESP-IDF
Topic: [solved] Security -- Flash Encryption/Secure Boot together?? s3 V2
Replies: 3
Views: 1211

Re: Security -- Flash Encryption/Secure Boot together?? s3 V2

OK -- I figured it all out. I am successful at combining Flash Encryption with Secure Boot V2 on the Esp32s3 N16R8 in the IDF 4.4.1.

In all, I will have burned through 5 DevKitC clones.

This only took me two weeks....

Keith
by KeithInAsia
Wed May 31, 2023 11:41 am
Forum: ESP-IDF
Topic: Is it possible to program menuConfig settings in code?
Replies: 4
Views: 1431

Re: Is it possible to program menuConfig settings in code?

I have read your posts... very helpful information. I'm trying to automate the application of security features and I'm not seeing a way forward without controlling items in menuConfig... I have been setting eFuses -- but the application won't respond as expected. Then when I go back and set the men...
by KeithInAsia
Tue May 30, 2023 10:34 am
Forum: ESP-IDF
Topic: [solved] Security -- Flash Encryption/Secure Boot together?? s3 V2
Replies: 3
Views: 1211

Re: Security -- Flash Encryption/Secure Boot together?? s3 V2

I found a big problem in my build.... I'm running an esp32s3 N16R8 on the 4.4.1 release. I'm also using Octal PSRAM. There is a bug that doesn't allow Flash Encryption to work. Installing patch now to correct for that bug. Here is a link to that report with a link to the patch at the bottom of that ...
by KeithInAsia
Mon May 29, 2023 7:40 pm
Forum: ESP-IDF
Topic: Is it possible to program menuConfig settings in code?
Replies: 4
Views: 1431

Is it possible to program menuConfig settings in code?

Other than doing text comparison and replacement in the sdkconfig file -- is there any slick way to control the menuConfig selections programmatically?

Can anyone point me in a direction?
by KeithInAsia
Fri May 26, 2023 10:18 am
Forum: ESP-IDF
Topic: [solved] Security -- Flash Encryption/Secure Boot together?? s3 V2
Replies: 3
Views: 1211

Re: Security -- Flash Encryption/Secure Boot together?? s3 V2

I must be close to the solution, but the final details are pretty challenging. If someone knows the path and wants to consult with me on it -- contact me. I'll throw some resources at it. Thanks.
by KeithInAsia
Thu May 25, 2023 7:44 pm
Forum: ESP-IDF
Topic: [solved] Security -- Flash Encryption/Secure Boot together?? s3 V2
Replies: 3
Views: 1211

[solved] Security -- Flash Encryption/Secure Boot together?? s3 V2

I am able to create a device with Flash Encryption and a device with Secure Boot, but I have been unable to create them together. I have read all the documents I can get my hands on a dozen times and I just don't see the clear way forward on this. Any suggestions on how to get both working together?...
by KeithInAsia
Mon Apr 24, 2023 3:10 pm
Forum: General Discussion
Topic: To Matter --- OR not to Matter??
Replies: 5
Views: 2414

Re: To Matter --- OR not to Matter??

Thanks for the input people...
by KeithInAsia
Wed Apr 12, 2023 5:50 pm
Forum: General Discussion
Topic: To Matter --- OR not to Matter??
Replies: 5
Views: 2414

To Matter --- OR not to Matter??

Is anyone else somewhat disturbed by the licensing and certification fees to be a part of the Matter ecosystem? Espressif has been built on smaller vendors for a number of years, and now, only larger players are going to be able to absorb these thousands of dollars per year for the Matter fees. Does...
by KeithInAsia
Wed Nov 03, 2021 4:42 am
Forum: ESP-IDF
Topic: Https timeout -- will it co-exist with MQTT client?
Replies: 1
Views: 1522

Re: Https timeout -- will it co-exist with MQTT client?

This project is primarily written in C++ and sometimes I have discovered that default initialization of structs can be unexpectedly different from strict C implementations. I'm going back now and filling in all the fields for the esp_http_client_config_t config (prior to the esp_https_ota(&config) c...