Search found 11 matches

by baotd_innova
Wed Oct 02, 2024 9:25 am
Forum: General Discussion
Topic: HTTPS ESP-IDF
Replies: 6
Views: 1576

Re: HTTPS ESP-IDF

Hi greycon,
Currently, I use the key to sign some data, and I am storing a public key.
by baotd_innova
Mon Sep 30, 2024 2:19 am
Forum: General Discussion
Topic: HTTPS ESP-IDF
Replies: 6
Views: 1576

Re: HTTPS ESP-IDF

Hi MicroController,

Is there an automatic mechanism to update certificates ?
I currently have certificates stored in a dedicated data partition so they can be updated. So I need a solution to update certificates.

Thanks for your reply.
Best regards,
Bao Doan
by baotd_innova
Sat Sep 28, 2024 4:21 am
Forum: General Discussion
Topic: HTTPS ESP-IDF
Replies: 6
Views: 1576

HTTPS ESP-IDF

Hi,

I have a problem for certificate key https with esp-idf V5.1.3. I have hardcoded the certificate key in the code, but after a period of time, the certificate key in my tool becomes outdated. I need a solution for this issue.

Thank you for your support.
Best regards,
Bao Doan
by baotd_innova
Wed Sep 11, 2024 2:20 am
Forum: General Discussion
Topic: Secure boot ESP32S3
Replies: 2
Views: 1798

Re: Secure boot ESP32S3

I understand, thanks.
by baotd_innova
Wed Sep 11, 2024 2:02 am
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 2
Views: 1047

Re: USB ESP32-S3

Hi, aliarifat794. Can you provide an example of using large buffers? I'm using an ESP32S3 with 2MB of PSRAM.
by baotd_innova
Tue Sep 10, 2024 2:31 pm
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 2
Views: 1047

USB ESP32-S3

Hi all, I'm facing some issues with the ESP32-S3: - Has Espressif ever tested the USB C CDC write/read speed? - Has Espressif tested the MSC speed with eMMC? - I'm using an ESP32-S3 connected to an EMMC04G-MK27-A01C. The write speed is 3.7MB/s and the read speed is 11.4MB/s. I'm not sure if this is ...
by baotd_innova
Sat Aug 24, 2024 7:06 am
Forum: General Discussion
Topic: Secure boot ESP32S3
Replies: 2
Views: 1798

Secure boot ESP32S3

Hi,

I need to enable secure boot and encrypt flash using code, not modify in menuconfig.
I found a virtual efuse example. Does esp-idf provide an API to write new efuses to secure boot and encrypt flash?

Thanks for your support!
Best Regards,
Bao Doan.
by baotd_innova
Wed May 22, 2024 1:57 pm
Forum: General Discussion
Topic: ESP32C3 USB CDC Handler
Replies: 0
Views: 1439

ESP32C3 USB CDC Handler

I am using ESP32C3 USB CDC to handle data but I am encountering a problem after Set config Log Output: No output, then esp32-c3 does not respond. I have researched a lot but found nothing about this problem. Code ESP32C3 #include "usb_serial.h" #include "sdkconfig.h" #include "freertos/FreeRTOS.h" #...
by baotd_innova
Fri Feb 02, 2024 8:49 am
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 3
Views: 1173

Re: USB ESP32-S3

I need api write and read data raw communication pc and esp32s3.
by baotd_innova
Fri Feb 02, 2024 1:29 am
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 3
Views: 1173

USB ESP32-S3

Hi, I am a problem about usb esp32-s3.
I want to send data esp32-s3 to pc but I don't find api support. How to send data esp32-s3 to pc ?