I'am still new to arduino programming. I have got 4 Arduino Nano's (since 5 weeks) and all 4 of them have the same problem since two days!
For example....if I run a normal BLINK sketch, the LED (with 330Ohm resistor) lights up very weak.
When I power up the Arduino with the USB port, I get 5V on the "5V-Pin" and 3,3V on the "3V3" Pin....perfect.
But on any of the OUTPUT pins i just get ~2,7V. I have no clue why!?
If I change the power supply to a 9V battery (or anything else) the OUTPUT pin voltage doesn't increase.
I wasn't able to find anything helpful about this problem on the internet.
The voltage coming out of the output pins should be (for the purposes of this conversation) the same as the supply voltage that the actual microcontroller uses. If you have 5V on the 5V pin then the output pins should be able to output 5V.
If you are getting that behaviour when you try to run the Blink sketch, and you haven't make any changes to the Blink sketch, and you haven't got anything else hooked up to the Nano, then it is likely that you have dodgy Nanos. Where did you get them from?
what nano (5V or 3.3V)? See IC type.
what blink rate you have (ie delay(xxx) at sketch)?
if you use only battery (9V, NO USB connection), what is measured (5, 3.3, out)?