ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-06T17:42:48+08:00 https://bbs.espressif.com:443/feed.php?f=6&t=2131 2016-05-06T17:42:48+08:00 2016-05-06T17:42:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2131&p=6739#p6739 <![CDATA[Re: EN pulse output at 10Hz]]>

Code:

C = Q / U = (I x Δt) / ΔU

C = capacitance (Farad)
Δt = discharge time (here: 1000μs)
Q = charge
ΔU = voltage change (here: max. 100mV)
I = current (here: 0.3A)


This assumes the capacitor should handle a pulse up to 300mA for 1ms, whilst not allowing V to droop more than 100mV.

So the result is:
C = 0.3A x 1000μs / 100mV = 3μF

--

However, I understood the ESP-WROOM-02 module had an internal 10uF bulk cap. So an external 3uF cap should not be necessary?

Perhaps my math is wrong, or else maybe the ESP module is peaking for some short duration at much higher than 300mA during TX? Or perhaps the pulse width is wider than 1ms?


(I could also be unlucky and have a high impedance trace picking up the beacon signal, but I'd like to rule out the transmit-peak-current theory first).

Statistics: Posted by mikeatom — Fri May 06, 2016 5:42 pm


]]>
2016-05-06T16:13:27+08:00 2016-05-06T16:13:27+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2131&p=6738#p6738 <![CDATA[Re: EN pulse output at 10Hz]]>
What is the expected current requirement for ESP module when transmitting the beacon?

If you have a figure for current and duration, then I could calculate a suitable capacitor to handle the ripple.

Let me see... I have these data from the datasheet:

Voltage supply: 3.3V
Minimum supply: 3.0V
Peak current: 170mA

So the maximum voltage droop allowed is 300mV, and assuming the peak current is 170mA for the beacon tx. Then I just need the beacon duration. From the scope image, that would seem to be 1ms. Would you agree with these figures, or could you recommend other values.

Statistics: Posted by mikeatom — Fri May 06, 2016 4:13 pm


]]>
2016-05-06T14:37:19+08:00 2016-05-06T14:37:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2131&p=6732#p6732 <![CDATA[Re: EN pulse output at 10Hz]]>
Please help confirm if it is due to the variation of power supply. Because ESP8266EX will send beacon every 100ms in softAP mode.

More questions, please let us know.

Thanks.

Statistics: Posted by Espressif_Kelly — Fri May 06, 2016 2:37 pm


]]>
2016-05-05T23:59:42+08:00 2016-05-05T23:59:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2131&p=6724#p6724 <![CDATA[EN pulse output at 10Hz]]>
The attached screenshot shows a pulse that seems to be generated from the ESP-WROOM-02 "EN" pin. The pulse width is 1ms, and it repeats every 100ms. In the region of 300-400mV.

Is there any chance the ESP module is causing this pulse?
I have isolated the power supply (3.3V), and also tried battery power (approx. 3.1V). It seems too regular to be instability?

Maybe someone else has come across something similar... (Hope :). Any ideas out there what could cause this?

EN is pulled up by 10K, and then is led out to a hdr via a schottky diode, so that user can apply GND to reset the module.

Thank you.
20160505_152656_esp-wroom-02.jpg

Statistics: Posted by mikeatom — Thu May 05, 2016 11:59 pm


]]>