Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By ketan
#46142 My esp is working fine. The only concern is, I have set some pins as trig, and the trig works fine with 3.3v. But the circuit which I am driving give voltage of 2.9v . With this voltage the esp dosent detect trigger. After checking with different voltages, the trigger happens only after 3.3v.

Is there any way to come out of it? has anybody else faced the same issue?


Thank You
User avatar
By ketan
#46289
Barnabybear wrote:Hi, what voltage are you powering the ESP with? The spec for the GPIOs is prity much the standard, Low <25% Vcc & High >75%Vcc so you should be good with anything above 2.5V if your powering with 3.3V.


Thanks for the reply Barnabybear. I think the problem is not with voltage but with current. Do you know whats the minimum input current to the gpio if it is used as input or trig.

Thank You