Arduino Forum
>
General Category
>
General Discussion
(Moderators:
mbanzi
,
DojoDave
,
mellis
)
>
Arduino Nano 3.3v Pin?
Print
Go Down
Pages:
[1]
Topic: Arduino Nano 3.3v Pin?
(Read 5781 times)
previous topic
-
next topic
dprefont
Newbie
Posts: 5
Karma: 0
[add]
Arduino Nano 3.3v Pin?
Sep 12, 2017, 10:27 pm
What is the purpose of the 3.3v pin on the Nano? I am currently using it to power a Nokia 5110 but I'm uncertain of the mA current limits for the pin. Can someone please help? the AT328 Atmel manual did not help.
Thanks.
Robin2
Brattain Member
Posts: 69,901
Karma: 3586
[add]
Re: Arduino Nano 3.3v Pin?
#1
Sep 13, 2017, 10:01 am
The
specs for the Uno
say you can draw 50mA from the 3.3v pin but there is no equivalent data for the
Nano
.
The 3.3v output is not part of the Atmega 328 - it is provided by a separate onboard voltage regulator.
...R
Two or three hours spent thinking and reading documentation solves most programming problems.
dprefont
Newbie
Posts: 5
Karma: 0
[add]
Re: Arduino Nano 3.3v Pin?
#2
Sep 13, 2017, 04:05 pm
Ok, thanks. I'll use a 4050 between the Nano and Nokia 5110, both powered by the 3v Nano pin, and see what happens.
Print
Go Up
Pages:
[1]
Loading...