Search found 3 matches

by drwho30
Mon Nov 11, 2024 5:59 pm
Forum: ESP32 Arduino
Topic: ESP32WROOM32 did NOT Run until I sent something to Serial.
Replies: 0
Views: 433

ESP32WROOM32 did NOT Run until I sent something to Serial.

Hi! I'm using Arduino IDE v2.3.3 - ESP32 Dev Module - esp32 by Espressif Systems v3.0.7 my board did NOT run until I sent something to Serial then it start booting and run normal. i need help auto run please! Thanks here booting info that i got rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)...
by drwho30
Sat May 18, 2024 10:22 am
Forum: Hardware
Topic: Disable Booting Message using Arduino IDE
Replies: 1
Views: 910

Re: Disable Booting Message using Arduino IDE

I tried pull-down GPIO15 with 10k resistor. Booting message was disabled.
Serial.Print() function is still working fine.
Problem is solved. :lol:
by drwho30
Tue May 14, 2024 1:23 pm
Forum: Hardware
Topic: Disable Booting Message using Arduino IDE
Replies: 1
Views: 910

Disable Booting Message using Arduino IDE

I'm connecting 3x esp32 devkit1 together. Serial1 and other pins already is used for other work. Serial0 connecting together via RS485. But every time boot esp32 sent booting message sometime make other esp32 hang. I searched on forum: pull-down GPIO15 can disable booting message but also disable Se...