Skip to content

doc : input voltage arduino nano #7851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lepirlouit opened this issue Aug 1, 2018 · 1 comment
Open

doc : input voltage arduino nano #7851

lepirlouit opened this issue Aug 1, 2018 · 1 comment
Assignees
Labels
Component: Documentation Related to Arduino's documentation content Component: Hardware Related to the design of Arduino's hardware products Type: Bug

Comments

@lepirlouit
Copy link

lepirlouit commented Aug 1, 2018

page : https://store.arduino.cc/arduino-nano

In the "Tech" tab we can read that the input voltage is 7-12 Volt,
In the FAQ tab The Arduino Nano can be powered [...], 6-20V unregulated external power supply (pin 30),[...]

So, why is this not aligned ?

@per1234 per1234 added the Component: Documentation Related to Arduino's documentation content label Aug 1, 2018
@ACanadianMoose
Copy link

I'm taking a guess here, but i think 6-20V is the "technically correct answer", while 7-12 V is the conservative answer.
Looking at the datasheet of the voltage regulator. You can see that maximum voltage is 20V (absolute maximum rating, page 4). The minimum dropout voltage is 1V (which give a minimum voltage of 6v ) when the current very low (around 0) and the junction temperature is 20C (figure 1, page 9). That been said, in many application you will draw more current which will raise the drop-out voltage.
The actual maximum voltage is also determined by the current since an increase in current will result in a increase in power dissipated by the junction which in turn increase the junction temperature . If the junction temperature goes beyond 120C, you will need the decrease the input voltage to decrease the temperature. The maximum power dissipated by the junction is given by the formula Pd = (125 -Ta)/61.6, where Pd is the maximum allowable power dissipation and Ta is the ambient temperature (in Celsius) [base on note 1 of Recommended Operating Conditions, page 4].

Personally, I prefer the 7-12V range since it take in account more use cases.

@per1234 per1234 added the Component: Hardware Related to the design of Arduino's hardware products label Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Related to Arduino's documentation content Component: Hardware Related to the design of Arduino's hardware products Type: Bug
Projects
None yet
Development

No branches or pull requests

4 participants