Answer the question
In order to leave comments, you need to log in
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
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
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.
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question