I have a weather observatory I homebrewed using an Uno, Sparkfun Wifi shield, and Switchdoc Labs Weather Board. It's powered by a 12v 1a wall wart, with no custom modifications.
The problem is that when I try to run from just the wall wart, all looks good for about a minute, then over about a 15 sec timeframe, the visible LEDs fade as though there is not enough supplied current.
This condition DOES NOT happen when the USB programming tether is plugged in additionally, running from USB solely, or I am running from an external battery via USB.
The observatory should be drawings about 300 mA, well within the 1A capacity of the wall wart. I have extra Unos and warts, this happens for new and old parts.
The max current you can push through your board depends on the heat dissipation in the voltage regulator you have. (it's thermally limited, meaning that as you draw power, the regulator will heat up and when it overheats, it will shut down temporarily)
if you provide 12V to your UNO, it must burn the unused power ➜ (12V - 5.7V) x current
how much current do you consume on the UNO?
The thing is the wall wart is not the final supply I intend to use. The observatory will be in a remote location in my yard, and will be run from a 6V solar charged AGM battery (and the Wifi).
I have a bitty cooling fan I can set up to blow air under the shield, so I'll try that.
The power options that work all bypass the Uno's 5V regulator. The one option that doesn't work goes through the regulator. The most likely explanation is that the great amount of heat dissipated by the drop from 12V to 5V, at high current, is causing the regulator to overheat, and it probably has a thermal shutdown function that reduces output current when it gets hot. If that's the problem, then you would need to use a much lower voltage brick, such as 7V, or use a 5V brick which would connect directly to the 5V pin of the Uno. I don't think a fan is going to do much good.
The wall wart I am using at the moment is what I have on hand, not my final design. That will be a 6V AGM battery connected to a solar charger. I have a new desktop supply that has selectable output voltage on order to use at my desk; 6 or 7.5V is my intended setting.