ESP8266 D1 mini GPIO15, GPIO0

Thread Starter

Radovancze

Joined Oct 24, 2022
3
Hello, can someone please fix this? I'm trying to use GPIO15 and GPIO0 on the ESP8266 D1 mini but somehow I can't.

Thanks you.
Module.png
 

Ya’akov

Joined Jan 27, 2019
9,071
GPIO0 and GPIO15 are used to decide what source to boot the ESP8266 from. In normal operation (boot from flash) GPIO0 is pulled high and GPIO15 is pulled low, each through a resistor.

Even though after boot you can use the two pins, they have to be wired so that the are active low for GPIO0 which is pulled high by the resistor, and active high for GPIO15 which is being pulled low.
 

Thread Starter

Radovancze

Joined Oct 24, 2022
3
GPIO0 and GPIO15 are used to decide what source to boot the ESP8266 from. In normal operation (boot from flash) GPIO0 is pulled high and GPIO15 is pulled low, each through a resistor.

Even though after boot you can use the two pins, they have to be wired so that the are active low for GPIO0 which is pulled high by the resistor, and active high for GPIO15 which is being pulled low.
[/CITÁT]

Hello, I made a few edits. Now GPIO15 works for me and the LED lights up.
 

Attachments

Top