Search found 19 matches

by oklambdago
Sun Apr 25, 2021 10:06 pm
Forum: ESP-IDF
Topic: Encryption of EMBED_TXTFILES
Replies: 1
Views: 2064

Encryption of EMBED_TXTFILES

I was reading this thread: https://esp32.com/viewtopic.php?t=6514#p27964 It was stated that using the EMBED_TXTFILES macro encrypts the embedded file. However, I don't see this detail mentioned in the docs. Why wouldn't someone just be able to dump the plain text of firmware which also contains the ...
by oklambdago
Thu Apr 01, 2021 11:22 pm
Forum: ESP-IDF
Topic: IO16 on the ESP-WROVER-KIT
Replies: 2
Views: 3496

Re: IO16 on the ESP-WROVER-KIT

Thanks for the quick response!
by oklambdago
Thu Apr 01, 2021 6:41 pm
Forum: ESP-IDF
Topic: IO16 on the ESP-WROVER-KIT
Replies: 2
Views: 3496

IO16 on the ESP-WROVER-KIT

Hi There, I'm trying to use IO16, on the ESP-WROVER-KIT but I can't seem to make it work. Configuring it as a output and pulsing the line I don't see anything on the scope. Other pins work fine. I read this pin is used by the PSRAM: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-refe...
by oklambdago
Wed Mar 31, 2021 11:49 pm
Forum: Hardware
Topic: Have to Press "EN" To Start Custom Board
Replies: 13
Views: 36135

Re: Have to Press "EN" To Start Custom Board

Hi boarchuz,

After adding the 1uF cap to C3 and replacing C1 the board displays the same behavior as before. It boots straight into firmware upload mode. Of course removing C1 allows the board to boot normally.

Any ideas of other things to check?

Thanks!
by oklambdago
Wed Mar 31, 2021 5:07 pm
Forum: Hardware
Topic: Have to Press "EN" To Start Custom Board
Replies: 13
Views: 36135

Re: Have to Press "EN" To Start Custom Board

Actually, now I'm a little confused. From table 4 in the hardware design guidelines: ESP32 Boots into SPI Boot when GPIO0 = 1 and GPIO2 = DC. ESP32 Boots into Firmware download mode when GPIO0=0, and GPIO2=0 GPIO0 defaults to PULL UP, GPIO2 defaults to PULL DOWN. So, in the circuit I posted, the dev...
by oklambdago
Wed Mar 31, 2021 3:57 pm
Forum: Hardware
Topic: Have to Press "EN" To Start Custom Board
Replies: 13
Views: 36135

Re: Have to Press "EN" To Start Custom Board

Hi Boarchuz, Sorry, I'm just trying to clarify if C1 was needed at all. I will try replacing C3 from .1uF to 1uF and see what happens. As for C1, is it advisable to have a filter cap there? I can try the .1uF cap on C1 again once I have C3 replaced. As for your suggestion, is the recommendation you ...
by oklambdago
Wed Mar 31, 2021 2:05 pm
Forum: Hardware
Topic: Have to Press "EN" To Start Custom Board
Replies: 13
Views: 36135

Re: Have to Press "EN" To Start Custom Board

Hi boarchuz, If configured like the posted schematic it boots into download mode. Pressing EN starts the device. Removing C1 makes it boot right away and if I do the BOOT/EN button sequence it boots into download mode. I'm wondering if C1 is not needed why use a cap at all? My previous value was .1u...
by oklambdago
Wed Mar 31, 2021 12:14 pm
Forum: Hardware
Topic: Have to Press "EN" To Start Custom Board
Replies: 13
Views: 36135

Re: Have to Press "EN" To Start Custom Board

Bump. Any hints on what I might be doing wrong here?
by oklambdago
Tue Mar 30, 2021 3:12 am
Forum: Hardware
Topic: Have to Press "EN" To Start Custom Board
Replies: 13
Views: 36135

Have to Press "EN" To Start Custom Board

Hi There, I hope I'm missing something simple, but I have a problem with custom board. Board works great, flash downloads, but after flashing, and anytime I connect power, I have to press "EN" for the controller to start. I'm attaching a schematic showing what I did with EN and GPIO0. IO2 is floatin...
by oklambdago
Mon Mar 29, 2021 12:23 pm
Forum: ESP-IDF
Topic: Do Any SSL/WSS Components Perform Expiration Validation?
Replies: 2
Views: 2573

Re: Do Any SSL/WSS Components Perform Expiration Validation?

Thanks for the quick and helpful answer ESP-Marius!