3

What does the "5k1" stands for it is a normal 5k Ohm resistor?

(Marked with "A" in the picture)

The chip is an MAX13020 LIN-transceiver.

Schematic with markes question

kimliv
  • 628
  • 3
  • 14
  • 29

2 Answers2

6

Resistors are often marked using the letter k (or letter M) instead of the decimal separator, so 5k1 means 5.1k\$\Omega\$ or 5100\$\Omega\$, while for example 1M2 means 1.2M\$\Omega\$.

A unique letter for each type of element can substitute for a decimal point in small values. For example, 6R8 is used to indicate a 6.8 \$\Omega\$ resistor. Similarly, the letter V substitutes for a decimal point in voltages such as 3V3 for 3.3 volts.

That same marking style is often used on ceramic or polyester capacitors, where for example "2n2" stands for 2.2nF.

About the diode, that's not just a B, there's written "BAT46" that is a specific kind of diode. A datasheet from Vishay can be found here.

Joe Hass
  • 8,447
  • 1
  • 29
  • 41
Vladimir Cravero
  • 16,007
  • 2
  • 38
  • 71
  • 1
    If you don't mind - I've improved your answer with info about 6R8 notation for 6.8\$\Omega\$. – Kamil Apr 23 '14 at 19:22
  • Well IIRC, R is not here because it's the first letter of "resistor" but because it's the first letter of "Radix point" (decimal point) – Blup1980 Apr 23 '14 at 19:34
  • @VladimirCravero the red "B" stands for question B ;) But you should not ask more than one question in one post so i did not ask it directly. – kimliv Apr 24 '14 at 10:47
2

This is shorthand for 5.1K, where the K takes the place of the decimal. See http://en.wikibooks.org/wiki/Practical_Electronics/Resistors#Identification

Nate
  • 1,658
  • 3
  • 15
  • 19