Search found 17 matches

by Dork507
Wed Aug 09, 2023 12:58 pm
Forum: ESP32 Arduino
Topic: Flash Encryption in Release-Mode doesn't work
Replies: 0
Views: 1454

Flash Encryption in Release-Mode doesn't work

hello,

I activated the flash encryption in menuconfig in release mode.
Screenshot 2023-08-09 142822.png
But I got the following output:

E (518) flash_encrypt: Flash encryption eFuse bit was not enabled in bootloader but CONFIG_SECURE_FLASH_ENC_ENABLED is on

What do I wrong?
Have I set in every ...
by Dork507
Sat Mar 11, 2023 11:14 pm
Forum: General Discussion
Topic: Bluetooth BLE does not work with ESP32-D0WD-V3 chip
Replies: 14
Views: 12085

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

I had contact to espressif. They could not believe the issue.

I sent they two pieces of DEV-Kits.
Which type of dev board/or kit did you have the issues with please?
DevKit_V1
by Dork507
Sat Mar 11, 2023 10:51 pm
Forum: ESP-IDF
Topic: BLE restore settings after restart?
Replies: 3
Views: 2428

Re: BLE restore settings after restart?

hello,

thanks for your reply. But I really don't know what I have to do with this information.
I think for this stack I'm too stupid.

The following codes works worse than the code before. :oops:

BLEDevice::setEncryptionLevel(ESP_BLE_SEC_ENCRYPT_NO_MITM);
BLESecurity *pSecurity = new ...
by Dork507
Fri Mar 10, 2023 10:10 am
Forum: ESP-IDF
Topic: BLE restore settings after restart?
Replies: 3
Views: 2428

Re: BLE restore settings after restart?

nobody? :?:
by Dork507
Wed Mar 08, 2023 2:14 pm
Forum: General Discussion
Topic: Bluetooth BLE does not work with ESP32-D0WD-V3 chip
Replies: 14
Views: 12085

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

I had contact to espressif. They could not believe the issue.

I sent they two pieces of DEV-Kits.
by Dork507
Wed Mar 08, 2023 12:37 pm
Forum: ESP-IDF
Topic: BLE restore settings after restart?
Replies: 3
Views: 2428

BLE restore settings after restart?

Hello, I use the following code to use the ESP32 BLE PIN/Pairing.
That works quite well so far.

class MySecurity : public BLESecurityCallbacks {

bool onConfirmPIN(uint32_t pin){
return false;
}

uint32_t onPassKeyRequest(){
//ESP_LOGI(LOG_TAG, "PassKeyRequest");
return 123456;
}

void ...
by Dork507
Fri Dec 30, 2022 7:46 am
Forum: General Discussion
Topic: Bluetooth BLE does not work with ESP32-D0WD-V3 chip
Replies: 14
Views: 12085

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

Is here in the forum anybody from espressif? I think that is a big issue. I want to start my production of thousend of devices. If there a batch of defective device I get poor and can close my project.
by Dork507
Thu Dec 29, 2022 2:25 pm
Forum: Hardware
Topic: Bluetooth does not work on 4 ESP32 with tested software.
Replies: 1
Views: 2041

Re: Bluetooth does not work on 4 ESP32 with tested software.

I have to correct: Chip Version: ESP32-D0WD-V3.
by Dork507
Thu Dec 29, 2022 12:50 pm
Forum: Hardware
Topic: Bluetooth does not work on 4 ESP32 with tested software.
Replies: 1
Views: 2041

Bluetooth does not work on 4 ESP32 with tested software.

Hello,
I have 4 ESP32 Devkit V1 boards here. The board is equipped with a CH9102x chip.

All 4 pieces do not work with Bluetooth. I use a program that works on other ESP32 with CH340C and CP2101 chips.

Since the USB converters have nothing to do with the Bluetooth, I would like to know why the ...

Go to advanced search