Search found 2 matches
- Thu Jan 28, 2021 5:10 pm
- Forum: Hardware
- Topic: Efuse DISABLE_DL_DECRYPT
- Replies: 5
- Views: 6390
Re: Efuse DISABLE_DL_DECRYPT
Hi. I've been doing some tests with a couple of modules. One of them has the DISABLE_DL_DECRYPT e-fuse enabled (set to 1) and the other one has that same e-fuse disabled (set to 0). I've created a custom partition and I marked it as "encrypted" in the partitions.csv file. I've written some string da...
- Wed Sep 09, 2020 12:25 pm
- Forum: ESP-IDF
- Topic: Issue while reconnecting during provisining
- Replies: 0
- Views: 3134
Issue while reconnecting during provisining
Hi, I'm trying to implement a provisioning method for my esp32 using BLE. I'm using the method provided by esp-idf, the one which uses protocomm. In order to be more clear about the issue, I'll only paste the provisioning event handler. The rest of the code is exactly the same as the one present in ...