Search found 7 matches

by RiverS_16
Fri Dec 01, 2023 9:20 am
Forum: General Discussion
Topic: How to get ESP-32 Chip ID using SDK?
Replies: 9
Views: 49497

Re: How to get ESP-32 Chip ID using SDK?

hello,

I had a query regarding MAC Address ,

1.is MAC Address configurable? as i read in the documentation esp_base_mac_addr_set () can be used to set custom base address.

2.which API to use to get UID of the chip.
by RiverS_16
Fri Dec 01, 2023 4:14 am
Forum: General Discussion
Topic: Sample code for Implementing PSA_ALG_CBC_PKCS7 ESP 32-S3
Replies: 5
Views: 3811

Re: Sample code for Implementing PSA_ALG_CBC_PKCS7 ESP 32-S3

Hello, Thank you for your reply. To answer your question , In my problem statement i am getting a base 64 encrypted string and i need to decrypt that string. secondly , I get your point that i need to give length of encrypted string as input to decrypt function. But i need clarity on following point...
by RiverS_16
Thu Nov 30, 2023 9:17 am
Forum: General Discussion
Topic: Sample code for Implementing PSA_ALG_CBC_PKCS7 ESP 32-S3
Replies: 5
Views: 3811

Re: Sample code for Implementing PSA_ALG_CBC_PKCS7 ESP 32-S3

hello This is the code i am using .i have modified reference code's function cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi a little to suit my need.Rest all functions i have used from reference code(https://github.com/Mbed-TLS/mbedtls/blo ... les.c#L300,) as it is.Here 'a' is a string i am rece...
by RiverS_16
Tue Nov 28, 2023 12:14 pm
Forum: General Discussion
Topic: BLE: Change advertised name during runtime?
Replies: 3
Views: 9790

Re: BLE: Change advertised name during runtime?

Hello,


I am using ESP 32 S3 and need to change BLE advertise name in runtime.
Can i please have sample code for "BLE: Change advertised name during runtime"?



Thanks,
by RiverS_16
Tue Nov 28, 2023 6:13 am
Forum: General Discussion
Topic: Sample code for Implementing PSA_ALG_CBC_PKCS7 ESP 32-S3
Replies: 5
Views: 3811

Sample code for Implementing PSA_ALG_CBC_PKCS7 ESP 32-S3

Hello, I am trying to implement encryption/Decryption in ESP 32 S3 using their IDF.The Sample code i referred to is https://github.com/Mbed-TLS/mbedtls/blob/development/programs/psa/crypto_examples.c#L300, which works fine . Basically my problem statement is ,i am getting a encrypted string in Base ...
by RiverS_16
Wed Oct 25, 2023 10:07 am
Forum: General Discussion
Topic: Sample code for ESP 32 s3's Typical AES working mode.
Replies: 1
Views: 666

Sample code for ESP 32 s3's Typical AES working mode.

Hello,

I am working on Typical AES working mode for ESP 32 s3,where i need to accept encrypted string do some processing on the received string, and send back a decrypted string. I wanted to know if there is any documentation that exists or sample code that would guide me for the same.


Thanks.
by RiverS_16
Mon Sep 25, 2023 4:10 am
Forum: General Discussion
Topic: ESP 32-S3
Replies: 1
Views: 993

ESP 32-S3

hello, I am trying to build a c language based application where in the controller will be in sleep mode majority of the time but just wake up on bluetooth connection request. I am using a eclipse IDF for this. And using Light Sleep Mode and esp_sleep_enable_bt_wakeup(), esp_light_sleep_start() API'...