T
T
Tururupark2021-04-28 08:13:00
Arduino
Tururupark, 2021-04-28 08:13:00

Where to put unused Arduino pins?

I'm building a useless device on an arduino nano. In order for the pins not to catch interference, I need to transfer all the pins to the output and pull them to the ground through a 4.7 kΩ resistor. This seems to be understandable. But, if suddenly I want to connect via USB and watch the graph via Serial, then pins D1, D0 can no longer be touched. I want to split the board, but I don't know how to get around this problem.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
AntHTML, 2021-04-28
@Tururupark

Jumpers.
And so, in general, interference will not be caught very much if the same serial or something else is seen in the air or is drowned out by built-in suspenders. Well, if it's not a microwave controller

V
vanyamba-electronics, 2021-04-28
@vanyamba-electronics

The pins of the Arduino microcontroller do not catch interference, therefore, by default, they are in the Hi-Z state. And the input resistance is about 1 MΩ. Such a hindrance can be a direct hit by lightning, for example.

E
evgeniy_lm, 2021-04-28
@evgeniy_lm

By default, the Atmega pins are set to input and this is correct. Think about what will happen if an unused pin configured as an output shorts to ground.
Of course, there are interferences at unused inputs, but they do not affect the operation of the MK in any way.

L
lonelymyp, 2021-05-01
@lonelymyp

There is no need to put them anywhere, just forget about their existence.
Of course, you don’t need to try to close them to something or do something else with them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question