I am doing a school project and we dissagree about if we can supply the arduino uno with a power supply of 12V because we bricked a arduino earlier. They say it will brick again but on the package it says "Voltage 7-12V" so I say it sould not matter if we supply 12 volt and arduino make it to 5V output... Can we use the 12V powersupply or am I wrong?
For example if i connect the displacement Sensor to GND and A0?
Hi,
yes, you can power the arduino, (some models), with 12V,
but bear in mind that when supplying 12V, there will be a voltage drop of 7V across the regulator, (LM7805 on some models). Since the regulator can supply up to 1A, it can generate 7W of heat.
This could damage the regulator.
So you can power it with 12V, but if there is consumption beyond the arduino itself, (modules connected to the +5V of the arduino), keep in mind that the regulator could heat up a lot.
In this case, a palliative solution would be to use a heatsink in the regulator.
You can use 12V, but as noted above, things are likely to get hot. Better to power it via USB, especially as many households tend to end up with a plethora of old phone chargers you can use for the purpose.
It's unlikely that overloading the voltage regulator results in a bricked Arduino. It's more likely that incorrect wiring or a faulty device that carries 12V damaged the TTL-to-USB converter or the 328P.