Hi spence91
From the link you provided:
The board takes fixed 5V input,
Nowhere does it state (that I could find) you can run from 16V. Read this:
http://www.raspberrypi.org/archives/260Also from the link you provided:
This permits adoption of the micro USB form factor, which, in turn, prevents the user from inadvertently plugging in out-of-range power inputs; that would be dangerous, since the 5V would go straight to HDMI and output USB ports, even though the problem should be mitigated by some protections applied to the input power: The board provides a polarity protection diode, a voltage clamp, and a self-resetting semiconductor fuse.
I took a look at the schematic for the model B, the link for the PDF can be found here:
http://www.raspberrypi.org/archives/1090Here's what I saw for the power supply input:
1. A series connected semiconductor fuse rated for 1.1A at 6V, followed by
2. A shunt connect 5V bi-directional transzorb
3. NO POLARITY PROTECTION DIODE
As you increase the input voltage above 5V, the transorb will begin conducting current and clamp the voltage to the board
at 5V. This excess current will heat up the fuse until you reach about 1.1A, at which point it's resistance suddenly becomes
very high and shuts down the board. Once it cools down, it's resistance once again drops. The purpose of this circuit is to
clamp momentary spikes and surges, not to serve as a mechanism to regulate higher voltages to 5V. If you do actually
apply a solid 16V supply, the transorb will have 5V across it, leaving 11V across the 6V fuse, most likely destroying it.