Chat freely about anything...

User avatar
By bogsan
#2525 Hello!

I want to make a project using the esp-01 but I'm not 100% sure it's possible. My question is: can you control an RGB led using it's gpio pins? I know it has 2 gpio pins (one used for firmware updates) and a rst pin (which on other websites is marked as gpio16). Can the rst pin be used as a regular gpio pin?

Thanks,
Bogdan
User avatar
By phil31
#2626 i don't think so
the RST pin is not an GPIO pin !

where do you see that it is GPIO16 ?

regards
User avatar
By phil31
#2684 in the datasheet, GPIO16 is stated at the pin 8 of the chip, which is "XPD_DCDC : deep sleep wakeup"
and pin 32 of the chip is called EXT_RSTB : external reset signal

i'm not at my desk to verify on the ESP01 module, but i'm pretty sure that it is not GPIO16 pin, between CH_PD and VCC

regards