ESP8266 Developer Zone The Official ESP8266 Forum 2015-11-16T20:23:27+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=1368 2015-11-16T20:23:27+08:00 2015-11-16T20:23:27+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1368&p=4617#p4617 <![CDATA[Re: input leakage current]]>
1. Please disable pull-up resistance
e.g.;
PIN_PULLUP_DIS(PERIPHS_IO_MUX_MTMS_U);

2. It seems the leakage current is from the 3.3v not the IO itself.
If so, that's why the current would be 3.3v/1Mohm = 3.3uA.

We will verify this issue and let you know the result.

Thanks.

Statistics: Posted by Espressif_Kelly — Mon Nov 16, 2015 8:23 pm


]]>
2015-11-11T23:46:43+08:00 2015-11-11T23:46:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1368&p=4537#p4537 <![CDATA[input leakage current]]>
According to the datasheet of the esp8266ex (wroom-02) the input leakage current is 50nA.
However after testing with 1MOhm resistors I noticed that the voltage drop across the resistor was way bigger than expected.
A current measurement between Vcc and a gpio pin configured as input reveals that there is a current of 3.6uA.
Could you please check my findings

Statistics: Posted by pmwq — Wed Nov 11, 2015 11:46 pm


]]>