Hi,
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
input leakage current
-
- Posts: 140
- Joined: Mon Oct 27, 2014 10:40 am
Re: input leakage current
Postby Espressif_Kelly » Mon Nov 16, 2015 8:23 pm
Dear Sir,
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.
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.
Who is online
Users browsing this forum: No registered users and 5 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.