Search found 2 matches

by drwho30
Sat May 18, 2024 10:22 am
Forum: Hardware
Topic: Disable Booting Message using Arduino IDE
Replies: 1
Views: 807

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: 807

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...