1

I am looking at building a metal detector similar to the circuit below.enter image description here In the instructions, it is stated that 'Capacitors with values less than 1uF are polyester film type (+/-10%)'. I am planning to use SMD ceramic capacitors rather than film capacitors for ease of manufacture. I am aware that the capacitance of ceramic capacitors changes with the DC offset. I think this shouldn't be a problem for bypass capacitors and capacitors that form RC time constants. Are there any film capacitors in the circuit that should definitely NOT be replaced with ceramic capacitors? If so, why?

mr_js
  • 1,053
  • 6
  • 13

1 Answers1

2

I am aware that the capacitance of ceramic capacitors changes with the DC offset.

You can replace them all with ceramics but use X7R as a default choice because these don't drift much with applied voltage. Here you can see that X7R is the best in those graphed and the bigger body the have, the more stable they are so choose 1210 or 1812: -

enter image description here

Bottom line is RTFD (read the fine detail is one version of this acronym). So read the fine data sheet also.

There are several marked as 5% tolerance, the highest value being 22 nF so use C0G/NP0 dielectric to get decent stability over and above those shown in the graph. They all appear to be used in timing circuits and you don't want those values to change much.

Are there any film capacitors in the circuit that should definitely NOT be replaced with ceramic capacitors? If so, why?

No, they can all be replaced with ceramic capacitors but choose the correct dielectric as outlined above.

Andy aka
  • 434,556
  • 28
  • 351
  • 777
  • Note that the physical PCB construction and layout will also be important due to parasitics and other effects - perhaps more important than the capacitor type. With so many variables, be prepared to 'scope the circuit and revise the design, possibly several times. – rdtsc Nov 05 '20 at 13:10
  • @Andy aka - Thank you for your input. As stated in my question, I was already aware about this voltage dependence of the capacitance for ceramic caps. What I was looking for if there are any other factors in addition to this that should be considered. – mr_js Nov 17 '20 at 09:50
  • @mr_js I've now explicitly addressed this question: *Are there any film capacitors in the circuit that should definitely NOT be replaced with ceramic capacitors? If so, why?* – Andy aka Nov 17 '20 at 09:54
  • @mr_js - are we done with this Q and A now? – Andy aka Nov 18 '20 at 18:20