Search found 16 matches
- Tue Jan 24, 2023 8:23 am
- Forum: ESP-IDF
- Topic: ADC point fluctuation for same voltage reading in ESP32-D0WD-V3
- Replies: 1
- Views: 1149
Re: ADC point fluctuation for same voltage reading in ESP32-D0WD-V3
Description: If power is given to device from laptop, ADC point is stable but if using power adaptor or other dc power source at same voltage reading ADC point fluctuation is detected. ADC points are read using adc1_get_raw(). Yes, I am having the same issue. I have configure the ADC1_CH6 as 12 bi...
- Tue Aug 23, 2022 6:42 am
- Forum: ESP-IDF
- Topic: [Solved] Disabling the Flash encryption
- Replies: 8
- Views: 9525
Re: Disabling the Flash encryption
Yes!
That's solved my problem.. Thank you
That's solved my problem.. Thank you
- Mon Aug 22, 2022 1:16 pm
- Forum: ESP-IDF
- Topic: [Solved] Disabling the Flash encryption
- Replies: 8
- Views: 9525
Re: Disabling the Flash encryption
FYI. Calibration fuses: BLK3_PART_RESERVE (BLOCK0): BLOCK3 partially served for ADC calibration data = False R/W (0b0) ADC_VREF (BLOCK0): Voltage reference calibration = 1058 R/- (0b10110) Config fuses: XPD_SDIO_FORCE (BLOCK0): Ignore MTDI pin (GPIO12) for VDD_SDIO on reset = False R/W (0b0) XPD_SDI...
- Mon Aug 22, 2022 1:10 pm
- Forum: ESP-IDF
- Topic: [Solved] Disabling the Flash encryption
- Replies: 8
- Views: 9525
Re: Disabling the Flash encryption
Hello, Yes, I am following the steps as mentioned. But still the counter is incremented in odd number. You can see this in below logs. Connecting...... Detecting chip type... Unsupported detection protocol, switching and trying again... Connecting.... Detecting chip type... ESP32 espefuse.py v3.3-de...
- Mon Aug 22, 2022 6:01 am
- Forum: ESP-IDF
- Topic: [Solved] Disabling the Flash encryption
- Replies: 8
- Views: 9525
Re: Disabling the Flash encryption
If you had enabled flash encryption in "Development" mode then it should be possible to disable it (based on value of FLASH_CRYPT_CNT field). Please refer to documentation at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html#disabling-flash-encryption for de...
- Thu Aug 18, 2022 5:41 am
- Forum: ESP-IDF
- Topic: [Solved] Disabling the Flash encryption
- Replies: 8
- Views: 9525
[Solved] Disabling the Flash encryption
Hello,
I have enabled the Secure boot V2 + flash encryption in my code.. I want to disable the flash encryption in EPS32. Can anyone provide the proper steps for Disable the Flash encryption?
Thanks In Advance,
Jainam Shah
I have enabled the Secure boot V2 + flash encryption in my code.. I want to disable the flash encryption in EPS32. Can anyone provide the proper steps for Disable the Flash encryption?
Thanks In Advance,
Jainam Shah
- Tue Sep 21, 2021 6:36 am
- Forum: ESP-IDF
- Topic: OTA update authenticity required
- Replies: 1
- Views: 2202
OTA update authenticity required
Hello,
I am working on the OTA-based firmware update... I want to authenticate the sender at the ESP32 end. Do we have any examples related to that?
Kindly help me with this...
I am working on the OTA-based firmware update... I want to authenticate the sender at the ESP32 end. Do we have any examples related to that?
Kindly help me with this...
- Tue Sep 07, 2021 4:11 am
- Forum: ESP-IDF
- Topic: ESP32 hangs when running my application in the OTA partition.
- Replies: 3
- Views: 2911
- Mon Sep 06, 2021 5:56 am
- Forum: ESP-IDF
- Topic: ESP32 hangs when running my application in the OTA partition.
- Replies: 3
- Views: 2911
ESP32 hangs when running my application in the OTA partition.
Hello, I am working on the update using OTA. I have experienced a problem with my application. After downloading and restarting, my application hangs in the OTA partition. I have attached the console logs here. I (29) boot: ESP-IDF v4.3-dirty 2nd stage bootloader I (29) boot: compile time 10:16:50 I...
- Wed Sep 01, 2021 10:58 am
- Forum: ESP-IDF
- Topic: The GPIO-0 button is not working
- Replies: 4
- Views: 5002
Re: The GPIO-0 button is not working
When I am printing the logs in any emulator, Pressing the button connects the ground to the 0th pin. Unfortunately, the GPIO0 is in the active low state so the functionality of the button is stopped. Also, I have tried both cases when DSR\DTR is set and not set. I am using ESP32-WROOM-32D version-4 ...