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

User avatar
By MK1888
#10066 Yes, in parallel. And you might have to do some experimenting here, with the value of the capacitor (it should be small though). You might also try putting the small cap at the ESP power pins.

Furthermore I think that it's no problem with WiFi/radio because if I power the 433MHz receiver by an external powersource and not by the Arduino, everything is fine. Only if the ESP and the 433MHz receiver are powered by the same supply (or atleast have linked grounds) the problem occurs.


They should always have linked grounds. It shouldn't work when they don't have linked grounds.

A picture of your setup might enlighten us, too. If you've got long leads for power they can certainly pickup noise.
User avatar
By ArnieO
#10085 Decoupling capacitors should not be made small on purpose. When using two capacitors, the point is to use two different technologies. Electrolytic capacitors are slow, and take good care of buffering power supply glitches or short time high demands (such as when the ESP transmits), while ceramic capacitors has a better high frequency response, filtering higher frequencies more efficiently.

The last paragraph in this Wikipedia article http://en.wikipedia.org/wiki/Decoupling_capacitor is a good general recommendation:

Since capacitors differ in their high-frequency characteristics (and capacitors with good high-frequency properties are often types with small capacity, while large capacitors usually have worse high-frequency response), decoupling often involves the use of a combination of capacitors. For example in logic circuits, a common arrangement is ~100 nF ceramic per logic IC (multiple ones for complex ICs), combined with electrolytic or tantalum capacitor(s) up to a few hundred μF per board / board section.