3

I was looking at the Arduino Nano's schematic and noticed a resistor that seems to be pointless (RP2C on this picture). Strange resistor RP2C Also there is numbers 6 and 3 on it, does it mean that resistor is connected to pins 6 and 3 on FT232 or to the same pins on Atmega328?

asked Jul 3, 2017 at 14:05
1
  • I have very limited electric knowledge.. I seen on some circuits a small capacitor between VCC and GND (pins 6 and 3), but never a resistor without any other component in between. Commented Jul 3, 2017 at 14:18

2 Answers 2

1

It's an unused element of resistor array RP2. Both ends are grounded in order to reduce noise.

answered Jul 3, 2017 at 14:20
4
  • I get it now, thanks! And numbers represent pins of the resistor array. Commented Jul 3, 2017 at 14:43
  • 1
    What noise are you talking about? Commented Jul 3, 2017 at 16:04
  • 1
    en.wikipedia.org/wiki/Johnson%E2%80%93Nyquist_noise Commented Jul 3, 2017 at 16:47
  • @IgnacioVazquez-Abrams, for better clarity: I think what you mean to say is: "Because this resistor in the array is unused, both ends are grounded in order to reduce noise." Right? Commented Jun 19, 2018 at 17:37
3

The resistor is one of 4 resistors that make up an SMD resistor array, RP2. It is seen on the board here:
Arduino Nano underside

The resistor array works like this:
Resistor array

The resistor on this array is spare, so both terminals are grounded.

answered Jul 3, 2017 at 16:01
3

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.