Lower/Higher Tolerance Ratings for Caps?

  • Thread starter Thread starter TheLaw
  • Start date Start date
  • Tags Tags
    Tolerance
AI Thread Summary
Tolerance ratings for capacitors indicate the allowable variation from their nominal values, with lower percentages indicating greater precision. A tolerance of +/- 1% is ideal for applications requiring accuracy, while +/- 5% or +/- 20% may suffice for less critical uses. In the context of connecting an Arduino to a computer's RS-232 port, the impact of capacitor tolerance on performance should be evaluated based on specific circuit requirements. Using a level and voltage converter like the MAX232 is recommended for proper signal conversion between the Arduino's 5V logic and the 10V RS-232 standard. Ultimately, using capacitors with a tolerance of 10-20% may work without significant issues in many scenarios.
TheLaw
Messages
15
Reaction score
0
I built an Arduino board from scratch and I am dying to test it out, but I have nothing to hook it up to my computer with. I have a spare Serial port on the back of my computer, but since Serial uses 10V, I need to build a very simple circuit that converts the 5V from the Arduino to the 10V for the RS-232/Serial port on my computer. I need 4 1uF caps. I am going to be using ceramic...but something that I never looked at whenever I built an electronic, was the tolerance rating. Odd, yes, but its true.

Better now than never I suppose...So, in general, is it better for a capacitor to have a tolerance of +/- 1% or +/- 5% or +/- 20%. What does tolerance really mean to me and to the application?

Thanks.
 
Engineering news on Phys.org
Tolerance is the variation in the component's printed value. So with a tolerance of +-20%, your 1uF capacitor could be 20% higher or lower than it actually says. So you'd want the lowest tolerance as you can but in many situations it doesn't matter too much so you can get away with cheaper but less precise parts.

I'm not sure exactly what you're doing so I can't say exactly what tolerance you should choose, but do some calculations, would having your parts deviate by 20% or so affect the outcome by any large degree?
 
Real RS232 is (usually) a +/-5v swing, see the Wiki page for more. Your Arduino has "logic level" serial, which is a 5/0v swing. You need a level and voltage converter like the MAX232 to do the job: http://www.kmitl.ac.th/~kswichit/MAX232/MAX232.htm

Which, now that I look at the circuit and there's 4 caps, is maybe what you are doing...

The value of the caps is probably fairly advisory, so you can likely use 10-20% w/o trouble. Also you could try plugging the logic level into your computer and see if it cares. It's within the specs of real RS232 and it might just adjust to it.
 
Last edited by a moderator:
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top