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:
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top