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.

Why do servo motors rotate itself ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Activity points
9,442
Guys,

Why do those servo motors rotate itself, when the first time I apply power supply, I haven't sent signal yet,
What should I do to prevent it ? any ideas ?

Thanks
 

Try to keep the control signal low during the power up. If this is not helping - change the servo motor (try different manufacturer).
 

Try to keep the control signal low during the power up. If this is not helping - change the servo motor (try different manufacturer).

on the start I put like this ?
Code:
void main()
{
unsigned char serial_char;
	int i;
	TMOD=0x20; 		// Mode2
	TH1= -23;		// 50usec timer
	
	output=0;
	output1=0;
	output2=0;
	output3=0;
	output4=0;

- - - Updated - - -

Try to keep the control signal low during the power up. If this is not helping - change the servo motor (try different manufacturer).
I must plug out the signal first, then the servo will not rotate itself, any solution for it ? how to ground the servo signal when startup ?

- - - Updated - - -

I use ULN2003 as a driver, is there something I can do to fix it ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top