Hi greycon,
Currently, I use the key to sign some data, and I am storing a public key.
Search found 11 matches
- Wed Oct 02, 2024 9:25 am
- Forum: General Discussion
- Topic: HTTPS ESP-IDF
- Replies: 6
- Views: 3817
- Mon Sep 30, 2024 2:19 am
- Forum: General Discussion
- Topic: HTTPS ESP-IDF
- Replies: 6
- Views: 3817
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
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
- Sat Sep 28, 2024 4:21 am
- Forum: General Discussion
- Topic: HTTPS ESP-IDF
- Replies: 6
- Views: 3817
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
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
- Wed Sep 11, 2024 2:20 am
- Forum: General Discussion
- Topic: Secure boot ESP32S3
- Replies: 2
- Views: 2674
Re: Secure boot ESP32S3
I understand, thanks.
- Wed Sep 11, 2024 2:02 am
- Forum: General Discussion
- Topic: USB ESP32-S3
- Replies: 2
- Views: 1803
Re: USB ESP32-S3
Hi, aliarifat794. Can you provide an example of using large buffers? I'm using an ESP32S3 with 2MB of PSRAM.
- Tue Sep 10, 2024 2:31 pm
- Forum: General Discussion
- Topic: USB ESP32-S3
- Replies: 2
- Views: 1803
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 ...
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 ...
- Sat Aug 24, 2024 7:06 am
- Forum: General Discussion
- Topic: Secure boot ESP32S3
- Replies: 2
- Views: 2674
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.
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.
- Wed May 22, 2024 1:57 pm
- Forum: General Discussion
- Topic: ESP32C3 USB CDC Handler
- Replies: 0
- Views: 1820
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 ...
Code ESP32C3
#include "usb_serial.h"
#include "sdkconfig.h"
#include "freertos/FreeRTOS ...
- Fri Feb 02, 2024 8:49 am
- Forum: General Discussion
- Topic: USB ESP32-S3
- Replies: 3
- Views: 1717
Re: USB ESP32-S3
I need api write and read data raw communication pc and esp32s3.
- Fri Feb 02, 2024 1:29 am
- Forum: General Discussion
- Topic: USB ESP32-S3
- Replies: 3
- Views: 1717
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 ?
I want to send data esp32-s3 to pc but I don't find api support. How to send data esp32-s3 to pc ?