Lower/Higher Tolerance Ratings for Caps?

  • Thread starter Thread starter TheLaw
  • Start date Start date
  • Tags Tags
    Tolerance
Click For Summary
SUMMARY

The discussion centers on the use of capacitors in an Arduino project requiring a conversion from 5V logic to 10V for RS-232 serial communication. The user seeks guidance on capacitor tolerance ratings, specifically comparing +/- 1%, +/- 5%, and +/- 20%. It is established that lower tolerance ratings yield more precise components, but for many applications, including this one, tolerances of +/- 10-20% may suffice without significant impact on performance. The MAX232 level converter is recommended for proper voltage conversion.

PREREQUISITES
  • Understanding of Arduino board configurations and serial communication.
  • Basic knowledge of capacitor specifications, including capacitance and tolerance ratings.
  • Familiarity with RS-232 standards and voltage levels.
  • Experience with electronic circuit design and component selection.
NEXT STEPS
  • Research the specifications and applications of the MAX232 level converter.
  • Learn about the implications of capacitor tolerance on circuit performance.
  • Explore the differences between logic level serial and standard RS-232 communication.
  • Investigate alternative capacitors and their tolerances for electronic projects.
USEFUL FOR

Electronics hobbyists, Arduino developers, and anyone involved in interfacing microcontrollers with serial communication protocols.

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:

Similar threads

Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
74K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
1
Views
2K
Replies
2
Views
5K
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
9K
  • · Replies 1 ·
Replies
1
Views
4K