martinayotte wrote:roccomuso wrote:Does the esp8266 correctly drives a 3V Songle relay? does the relay takes too much mA?
Where do i need to put the capacitor exactly?
As the link you provided mentioned, the ESP is driving transistor or MOSFET which then drive the relay.
(ESP is not able to drive the relay directly, neither than other kinds of MCU)
You can also use driver chips like ULN2803.
The capacitor is something like 100uF or 470uF between GND and the 3.3V as near as possible from power pins of the ESP, it will have a role of a power reserve to avoid consumption spikes making ESP reset.
Are you sure about the transistor? Actually i'm driving an SSR directly with the ESP-01 gpios.