Search found 5 matches

by nilesh_kale
Fri Apr 18, 2025 7:03 am
Forum: ESP-IDF
Topic: Fluent HTTPS stream receive
Replies: 8
Views: 196

Re: Fluent HTTPS stream receive

You can refer to the configuration settings used in the IDF/examples/wifi/iperf example, both from the default and target-specific sdkconfig, to optimize for maximum throughput.

I tried simulating a similar scenario on an ESP32-C3 using those configurations and observed a noticeable improvement in ...
by nilesh_kale
Tue Sep 17, 2024 4:38 am
Forum: General Discussion
Topic: Secure Boot V2 and Flash Encryption
Replies: 1
Views: 2835

Re: Secure Boot V2 and Flash Encryption

You’re almost correct, but there’s an important detail regarding Release mode:

OTA Update: In Release mode with Flash Encryption and Secure Boot V2, you can send the firmware image in plaintext. The image needs to be signed before sending, and the device will verify the signature and encrypt the ...
by nilesh_kale
Wed Sep 04, 2024 6:35 am
Forum: General Discussion
Topic: Secure boot ESP32S3
Replies: 2
Views: 2671

Re: Secure boot ESP32S3

Hi Bao Doan,

It's important to note that enabling secure boot and flash encryption solely through code without modifying menuconfig is not entirely possible. The reason is that these features require specific configurations and code to be included in your project, which are only pulled in when you ...
by nilesh_kale
Mon Jun 03, 2024 8:25 am
Forum: ESP-IDF
Topic: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
Replies: 7
Views: 3427

Re: Local HTTPS Server for OTA using OpenSSL Version 3.x not working

Could you please try the following steps:

1. Start a server on Windows 11 using a Python-based command, and check if the file can be downloaded using a browser or curl from the same system & different systems on the same network as well.
2. Upload the image to the GitHub channel and provide the ...
by nilesh_kale
Wed May 22, 2024 6:33 am
Forum: ESP-IDF
Topic: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
Replies: 7
Views: 3427

Re: Local HTTPS Server for OTA using OpenSSL Version 3.x not working

Could you please upload debug logs for this issue?

Alternatively, you can try starting the Python-based server by following the instructions provided at https://github.com/espressif/esp-idf/tr ... sed-server

Go to advanced search