A control box I'm using provides +12 vDC output limited to 100 mA or 1.2 watts. I'd like to use this for Vin on my Arduino, thus avoiding having to build a separate power supply.
Am I correct in thinking that once the 12v runs thru my Nano's voltage regulator circuitry (see attached schematic) that I still have 1.2 watts? Or am I limited to 100 mA even at the Arduino's reduced voltages (+5 and +3.3).
Sorry for the newbie question, but I don't want to make any boneheaded assumptions here
You can use an appropriate buck converter, and get a little more amperage. The difference coming from the efficiency. Linear regulators control the output by burning the excess voltage as heat. SMPS (Switch Mode Power Supplies) switch on and off and are more efficient.
Correct. I'm actually using the Seeeduino embodiment of the Nano, which does include the 3.3v regulator shown in the above schematic. This is handy for add-ons such as the Adafruit Mini Relay which runs off 3.3v.
In the future I’d like to power some other projects with this +12V 100 mA 1.2 watt supply, independent of the generator on/off project. A better understanding of 12V to 5V conversion can help me in this regard.
I was hoping the regulator circuit would provide 1.2 watts in the 5V domain as well, giving me a whopping 600 mA to work with, but - as has been pointed out above - it doesn’t really work that way.
You obviously did not understand or read my entire post and have taken what I said out of context. It should have been clear that I was referring to the schematic shown by the OP in post #1