Seeking V-plotter firmware options February 20, 2020 05:12AM |
Admin Registered: 11 years ago Posts: 3,096 |
Re: Seeking V-plotter firmware options February 21, 2020 10:25AM |
Admin Registered: 11 years ago Posts: 3,096 |
Re: Seeking V-plotter firmware options February 22, 2020 02:12AM |
Registered: 11 years ago Posts: 14,685 |
Re: Seeking V-plotter firmware options February 22, 2020 06:18AM |
Admin Registered: 11 years ago Posts: 3,096 |
Quote
dc42
How big is the servo, and where are you getting the 5V power from? Servos dump power into the 5V power rail when they decelerate. I measured the 5V rail on a Duet rising to 8V when using one particular type of servo. The Duet withstood this, but an atmega powered directly from the same 5V rail might not.
In later Duet revisions we increased the amount of capacitance on the 5V rail from 20uF to 240uF to absorb the surge.
Re: Seeking V-plotter firmware options February 22, 2020 12:42PM |
Registered: 11 years ago Posts: 14,685 |
Quote
Ohmarinus
Would you think adding a capacitor between the + and - of the servo will help mitigate this surge?
Re: Seeking V-plotter firmware options February 22, 2020 01:37PM |
Admin Registered: 11 years ago Posts: 3,096 |
Quote
dc42
The voltage regulator on an Arduino Mega can't even power the Arduino + RAMPS (which takes very little) + a graphical LCD without overheating, let alone a servo. Get yourself some decent electronics.
Quote
Ohmarinus
Would you think adding a capacitor between the + and - of the servo will help mitigate this surge?
Yes, if that's what the problem is. But as you are powering the servo from the Arduino, it may be that the real problem is that you are burning out the voltage regulator.
Re: Seeking V-plotter firmware options March 29, 2020 04:37AM |
Admin Registered: 11 years ago Posts: 3,096 |
Quote
dc42
The voltage regulator on an Arduino Mega can't even power the Arduino + RAMPS (which takes very little) + a graphical LCD without overheating, let alone a servo. Get yourself some decent electronics.
Quote
Ohmarinus
Would you think adding a capacitor between the + and - of the servo will help mitigate this surge?
Yes, if that's what the problem is. But as you are powering the servo from the Arduino, it may be that the real problem is that you are burning out the voltage regulator.
Re: Seeking V-plotter firmware options March 26, 2022 02:09PM |
Registered: 13 years ago Posts: 61 |