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

User avatar
By ArnieO
#17594
thakshak wrote:
mano1979 wrote:With all do respect,

Why is that nodemcu board better?
Waiting for it to arrive from china takes more than 30 days to most countries.
My board costs less than 10 dollars incl. the esp module.
For most makers, making your own singlesided pcb is a matter of 20 minutes. And no struggle at all. It all depens on your skills... :roll:


i'm a beginner.. pls bear with me..
why u use 100uF tantalum capacitors in-out to LDO
in other circuits i have seen someone using in-100uF and out-1000uF,
another using two capacitors(ceramic) to in and out of LDO as shown in below image...
Image

another in-4.7uF and out-10uF,

is there any difference between types(tantalum ceramic electrolytic etc) of caps we use...?
and what values of caps are best to use for esp-12..?
thanks..

Decoupling capas is not an accurate science, one usually goes by "rule of thumb". It is common to combine a 10 uF electrolyte and a 100 nF ceramic capa because the frequency response of the two types is different. The electrolytes take care of low frequency noise while the ceramics have better high frequency response. The ceramic should be as close to the consumer as possible, while the electrolyte is usually placed in a starpoint, where the voltage enters the board / module.
User avatar
By rtenklooster
#17626
mano1979 wrote:The pdf does need to be mirrored. Since it is the top layer instead of the bottom layer.
In the .brd file, is there a diode on the very right, connected to ground? If not, than it is the correct V3 file. I'm not behind my computer now so i cannot check it.
if it is indeed the wrong file, i will update it asap.

The brd file has the diode, does not have the - symbol in the ground connection and also no resistor at the left top.
User avatar
By thakshak
#17861
mano1979 wrote:The caps i used are what i had laying around. And these work fine with my board. Though you can always choose to put bigger caps on there, might you need it.

Tantalum capacitors are more precize and efficient than normal caps. But here goes the same, you may change them for normal caps.

Usually, the bigger the cap value, the bigger power fluctuations it can filter.


Thanks bro for ur help...! :)

ArnieO wrote:Decoupling capas is not an accurate science, one usually goes by "rule of thumb". It is common to combine a 10 uF electrolyte and a 100 nF ceramic capa because the frequency response of the two types is different. The electrolytes take care of low frequency noise while the ceramics have better high frequency response. The ceramic should be as close to the consumer as possible, while the electrolyte is usually placed in a starpoint, where the voltage enters the board / module.


Thanks bro..! Will do as stated... :)