Search found 3529 matches

by WiFive
Mon May 27, 2019 11:15 pm
Forum: ESP-IDF
Topic: Recover key from flash encryption
Replies: 6
Views: 7294

Re: Recover key from flash encryption

FLASH_CRYPT_CONFIG Flash encryption config (key tweak bits) = 0 R/W (0x0)
https://docs.espressif.com/projects/esp ... ypt-config
by WiFive
Sat May 25, 2019 5:51 pm
Forum: ESP-IDF
Topic: Recover key from flash encryption
Replies: 6
Views: 7294

Re: Recover key from flash encryption

Did you set the key tweak?
by WiFive
Sat May 25, 2019 9:55 am
Forum: Hardware
Topic: ESP32-Wrover doesn't flash
Replies: 5
Views: 6568

Re: ESP32-Wrover doesn't flash

What schematic?
by WiFive
Sat May 25, 2019 9:50 am
Forum: General Discussion
Topic: manually entered download mode, saw "waiting for download", what is next?
Replies: 8
Views: 24765

Re: manually entered download mode, saw "waiting for download", what is next?

Wroom32/32D/32U uses 3.3v flash
Wrover/wrover-I uses 1.8v flash
Wrover-B/IB uses 3.3v flash
Pico-d4 uses 3.3v flash
D2WD uses 1.8v flash

Know your parts
by WiFive
Fri May 24, 2019 5:56 pm
Forum: Hardware
Topic: How to change channel for WiFi AP into ESP32
Replies: 11
Views: 28772

Re: How to change channel for WiFi AP into ESP32

You can use it with promiscuous mode and esp_wifi_80211_tx
by WiFive
Fri May 24, 2019 5:51 pm
Forum: General Discussion
Topic: manually entered download mode, saw "waiting for download", what is next?
Replies: 8
Views: 24765

Re: manually entered download mode, saw "waiting for download", what is next?

Your boot mode is 3f indicating you pulled up gpio12 which is setting the flash voltage to 1.8v and wroom32 uses 3.3v flash. Set the flash voltage via efuse or remove the pullup.
by WiFive
Fri May 24, 2019 10:52 am
Forum: General Discussion
Topic: manually entered download mode, saw "waiting for download", what is next?
Replies: 8
Views: 24765

Re: manually entered download mode, saw "waiting for download", what is next?

The only thing that should exit download mode is a chip reset.