Show page Old revisions Backlinks This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ~~CLEARFIX~~ == Logic power <html><a name='logic-power'></a></html> <html> <div class='panel panel-default wrap_right' style='width:500px;padding:10px '> <div class='panel-heading'><h4 class='panel-title'>Logic power inputs</h4></div> <image src='/_media///smoothieboard-graphics/schematics/smoothieboard-logic-inputs.svg.png' width='480px'><br/> There are different ways of providing logic power to your board </div> </html> Your board needs two sorts of power to work : 12-24V power to turn motors, heat hotends, etc, and 5V ( or "logic" ) power to power the microcontroller ( the brain ). There are three ways to provide 5V power to the board : * By plugging a USB cable in, USB cables provide 5V * By soldering a [[voltageregulator]] to the board ( and providing 12+24V, which the voltage regulator then turns into 5V ) * By providing 5V directly to the 5V power input ( next to the VBB power input ) If you want to keep it simple, the easiest solution is just to connect your Smoothieboard to your computer via USB. Note you can connect several different power supplies at the same time, with no issue at all, Smoothieboard has diodes on-board that will simply get the power from the one with the highest voltage, meaning you can even turn one off and the other will be used without a reset. If voltage and current are strange concepts to you, it's probably a good idea before you continue setting up your board, that you read [[https://learn.sparkfun.com/tutorials/voltage-current-resistance-and-ohms-law|this introduction]]. The board's logic circuits ( 5V line ) typically consumes up to 500mA current ( what is standard for a USB port ).