Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

loading effect in AVR microcontroller

Status
Not open for further replies.

Jayk

Junior Member level 1
Joined
Dec 18, 2011
Messages
16
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
Rajkot,India
Activity points
1,426
I have interface VS-2 servo motor with ATMEGA-32 micro-controller directly to its port.When i apply source to the circuit due to loading effect voltage drops from 5v to 2v.I dont understand the problem. Is there any remedy to problem? My programming is correct.do e need any component in between servo motor and microcontroller?
 

There are two types of servo exist. Digital and analog.
Digital controls by impulse width. You must send control impulse to servo every 20ms. Minimum 0.8ms, max 2.5ms. Center rotation - 1.8ms.
Analog works simpler, by analog voltage.
 

Jayk said:
do e need any component in between servo motor and microcontroller?
I don't think it is a good idea to directly drive a motor from the MCU's pin.

mrarslanahmed said:
some capicitance in series
In series with what? The motor?
 

mrarslanahmed said:
in series with motor to balance phase difference created due to motor.....
When I searched for this some time ago, I found myriads of references with the capacitor in parallel with the motor. Not a single one with the capacitor in series. Can you google for a reference and post it?
 
no need to google it ...... second time u corrected me ..........thankyou

i been thinking phase difference will be balanced via capacitor in series...I WAS WRONG:-(
 

I have interface VS-2 servo motor with ATMEGA-32 micro-controller directly to its port.When i apply source to the circuit due to loading effect voltage drops from 5v to 2v.I dont understand the problem. Is there any remedy to problem? My programming is correct.do e need any component in between servo motor and microcontroller?

Your problem is most likely due to power supply overload due to the excessive current flow from the VS-2 Servo Motor. The VS-2 can easily draw 250mA with no load, under excessive load the VS-2 can draw as much as 1A. These levels of current can easily overload a development board's power supply or DIY supply. I would strongly recommend you drive your servos from a separate power supply, a 5-6v 4A adapter can effectively drive four to five RC servos under heavy loads or six to eight under moderate loads. However make sure to connect the GNDs from the power supplies making them common.

VS-2 RC Servo Datasheet

It is sometimes handy to refer to existing designs for inspiration:









some capicitance in series with parallel diode protection. servo is inductive load

The majority RC servos of recently designs have inductive kick or back EMF protection circuitry, so additional diodes and capacitors are not usually required with most RC servos.

Reference above Cerebot design.


BigDog
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top