Hi i am on a project which records sounds and play it.
i design a pcb and order it. when i made connections, it is very unstable and sometimes it didnt give correct pwm voltage from pwm pins. while researching i realized that i need to powered arduino above 6 volt from Vin pin. but unfortunatelly i powered with regulated 5v. firstly , this could be the possible problem?
secondly how can i fix it? make a direct connection between Vin and 5v pins could be the solution? but in this case both 5v and vin pins has 5v. is this harmful to regulator?
i am using arduino nano and nothing connedted to 5v pin right now. only a microphone to 3.3v pin.
then either i didnt understand you, or u didnt . i meant i have a pcb which connects 5v to Vin pin, not to 5v pin.in this case i connot change connections
+1
Using V-in is perfectly fine if... you know it's limitations.
The Arduino documentation is unfortunately not very helpful about thermal limits.
Leo..
V-in goes through the 5volt regulator, and it might only be 4volt or so when it arrives on the 5volt pin. The processor is guaranteed to fully work from ~3.85volt with a 16Mhz clock, so it's still fine for the processor. But sensors and loads connected to the Nano might not like a potentially unstable 4volt supply.
Leo..