Sure you can, I would add a large capacitor close to the Arduino, and use the 5V pin on the Arduino rather than the USB, unless using the USB is easier.
Thank you!
So is this the right way to power arduino and servo?
Do I need capacitor in this version? and where should i put the capacitor. (I have no clue)
@hurdalhoyy - Keep in mind that no more than 200mA should go through the Arduino.
If you are using just one servo motor (the basic servo that goes with the standard kit) you should be fine if you power it using the Arduino. If you intend to power up 2 servos using your Arduino, 400mA would be drawn, and you would fry your Arduino To avoid that - we use a separate power supply.
Don't forget to have a common ground between the power supply GND and the Arduino GND.
Regarding the bypass capacitor - try without it, and if you experience any stability problem, add the capacitor between 5V and GND of the Arduino, just as @Missdrew told you. (if the capacitor is polarized, don't forget to place it correctly ;D )
Dacha011: @hurdalhoyy - Keep in mind that no more than 200mA should go through the Arduino.
If you are using just one servo motor (the basic servo that goes with the standard kit) you should be fine if you power it using the Arduino. If you intend to power up 2 servos using your Arduino, 400mA would be drawn, and you would fry your Arduino To avoid that - we use a separate power supply.
Don't forget to have a common ground between the power supply GND and the Arduino GND.
Regarding the bypass capacitor - try without it, and if you experience any stability problem, add the capacitor between 5V and GND of the Arduino, just as @Missdrew told you. (if the capacitor is polarized, don't forget to place it correctly ;D )
Good luck !
I'm using bigger servo, Idle current = 26ma Unloaded transit current = 105ma Stall current = 430ma,
So if there is stall in servo i could fry my arduino? oh nooo
hurdalhooy:
So is this the right way to power arduino and servo?
No, your diagram shows 5V from the PSU connected to the Nano's Vin pin. That pin requires at least 6.5V. if you give it only 5V, the Nano will be running on only around 3.5V and may not operate correctly. Connect your 5V PSU to the Nano's 5V pin.