Welcome
Username or Email:

Password:


Missing Code




[ ]
[ ]
Online
  • Guests: 17
  • Members: 0
  • Newest Member: omjtest
  • Most ever online: 396
    Guests: 396, Members: 0 on 12 Jan : 12:51
Members Birthdays:
One birthday today, congrats!
Vaxian (17)


Next birthdays
05/21 Dalus (34)
05/21 Kizmo (37)
05/22 Skynet (32)
Contact
If you need assistance, please send an email to forum at 4hv dot org. To ensure your email is not marked as spam, please include the phrase "4hv help" in the subject line. You can also find assistance via IRC, at irc.shadowworld.net, room #hvcomm.
Support 4hv.org!
Donate:
4hv.org is hosted on a dedicated server. Unfortunately, this server costs and we rely on the help of site members to keep 4hv.org running. Please consider donating. We will place your name on the thanks list and you'll be helping to keep 4hv.org alive and free for everyone. Members whose names appear in red bold have donated recently. Green bold denotes those who have recently donated to keep the server carbon neutral.


Special Thanks To:
  • Aaron Holmes
  • Aaron Wheeler
  • Adam Horden
  • Alan Scrimgeour
  • Andre
  • Andrew Haynes
  • Anonymous000
  • asabase
  • Austin Weil
  • barney
  • Barry
  • Bert Hickman
  • Bill Kukowski
  • Blitzorn
  • Brandon Paradelas
  • Bruce Bowling
  • BubeeMike
  • Byong Park
  • Cesiumsponge
  • Chris F.
  • Chris Hooper
  • Corey Worthington
  • Derek Woodroffe
  • Dalus
  • Dan Strother
  • Daniel Davis
  • Daniel Uhrenholt
  • datasheetarchive
  • Dave Billington
  • Dave Marshall
  • David F.
  • Dennis Rogers
  • drelectrix
  • Dr. John Gudenas
  • Dr. Spark
  • E.TexasTesla
  • eastvoltresearch
  • Eirik Taylor
  • Erik Dyakov
  • Erlend^SE
  • Finn Hammer
  • Firebug24k
  • GalliumMan
  • Gary Peterson
  • George Slade
  • GhostNull
  • Gordon Mcknight
  • Graham Armitage
  • Grant
  • GreySoul
  • Henry H
  • IamSmooth
  • In memory of Leo Powning
  • Jacob Cash
  • James Howells
  • James Pawson
  • Jeff Greenfield
  • Jeff Thomas
  • Jesse Frost
  • Jim Mitchell
  • jlr134
  • Joe Mastroianni
  • John Forcina
  • John Oberg
  • John Willcutt
  • Jon Newcomb
  • klugesmith
  • Leslie Wright
  • Lutz Hoffman
  • Mads Barnkob
  • Martin King
  • Mats Karlsson
  • Matt Gibson
  • Matthew Guidry
  • mbd
  • Michael D'Angelo
  • Mikkel
  • mileswaldron
  • mister_rf
  • Neil Foster
  • Nick de Smith
  • Nick Soroka
  • nicklenorp
  • Nik
  • Norman Stanley
  • Patrick Coleman
  • Paul Brodie
  • Paul Jordan
  • Paul Montgomery
  • Ped
  • Peter Krogen
  • Peter Terren
  • PhilGood
  • Richard Feldman
  • Robert Bush
  • Royce Bailey
  • Scott Fusare
  • Scott Newman
  • smiffy
  • Stella
  • Steven Busic
  • Steve Conner
  • Steve Jones
  • Steve Ward
  • Sulaiman
  • Thomas Coyle
  • Thomas A. Wallace
  • Thomas W
  • Timo
  • Torch
  • Ulf Jonsson
  • vasil
  • Vaxian
  • vladi mazzilli
  • wastehl
  • Weston
  • William Kim
  • William N.
  • William Stehl
  • Wesley Venis
The aforementioned have contributed financially to the continuing triumph of 4hv.org. They are deserving of my most heartfelt thanks.
Forums
4hv.org :: Forums :: Computer Science
« Previous topic | Next topic »   

AT89S52 Servo Controller

Move Thread LAN_403
lhl_henrylui
Sun Jun 28 2009, 07:46AM Print
lhl_henrylui Registered Member #1498 Joined: Thu May 22 2008, 07:08AM
Location: Hong Kong
Posts: 72
I have wirtten this program to control a servo by AT89S52 but the servo didn't move when the chips was running(the LED blinked but the servo had no response.Please help me to check if there is any mistake in the program below.
P1_0 is connected to the signal pin of the servo and P2_7 is connected to a LED(active low).

#include<AT89X52.h>
#define count 100
#define TH_M1 (65536-count)/256
#define TH_L1 (65536-count)%256
int i;
Delay(unsigned int);

main()
{
P2_7=0;
IE=0x82;
TMOD=0x01;
while (1)
{
P1_0=0; //@0
Delay(10000);
P1_0=1;
Delay(10);
P1_0=0;
Delay(190);
P1_0=1;
Delay(10);
P1_0=0;
Delay(190);

P2_7=1;
Delay(5000);
P2_7=0;

P1_0=1; //@90
Delay(15);
P1_0=0;
Delay(185);
P1_0=1;
Delay(15);
P1_0=0;
Delay(185);

P2_7=1;
Delay(5000);
P2_7=0;

P1_0=1; //@180
Delay(20);
P1_0=0;
Delay(180);
P1_0=1;
Delay(20);
P1_0=0;
Delay(180);
P1_0=1;

P2_7=1;
Delay(5000);
P2_7=0;

P1_0=1; //@0
Delay(10);
P1_0=0;
Delay(190);
P1_0=1;
Delay(10);
P1_0=0;
Delay(190);

P2_7=1;
Delay(5000);
P2_7=0;
}
}

Delay(unsigned int j)
{
for(i=0;i<j;i++)
{
TH0=TH_M1;
TL0=TH_L1;
TR0=1;
while(TF0==0);
}
}
Back to top
lhl_henrylui
Tue Jun 30 2009, 02:09AM
lhl_henrylui Registered Member #1498 Joined: Thu May 22 2008, 07:08AM
Location: Hong Kong
Posts: 72
please help me!
Back to top
Carbon_Rod
Tue Jun 30 2009, 08:00AM
Carbon_Rod Registered Member #65 Joined: Thu Feb 09 2006, 06:43AM
Location:
Posts: 1155
vague question... and a double post...

If the servo is a hobby unit sold with RC vehicles it still may be pulse controlled, or a high end digital unit.


Typically you may test cheap units with a simple signal generator:
50Hz refresh rate (note the period)
20mS 5v high pulse (varies with position and servo type)


There is far too much code on google for me to bother debugging your code.
try something like:
for(int i=20; i< k; i++){ /* high pulse time */
for(int j=0;j<100;j++){ /* repeat the signal j times */
P1_0=1;
Delay(i);
P1_0=0;
Delay(k-i); /* k is a constant that approximates the entire period */
}
}


Cheers,
Back to top
Steve Conner
Tue Jun 30 2009, 10:30PM
Steve Conner Registered Member #30 Joined: Fri Feb 03 2006, 10:52AM
Location: Glasgow, Scotland
Posts: 6706
lhl_henrylui wrote ...

please help me!
No :P The problem could well be some hardware related thing anyway.
Back to top

Moderator(s): Chris Russell, Noelle, Alex, Tesladownunder, Dave Marshall, Dave Billington, Bjørn, Steve Conner, Wolfram, Kizmo, Mads Barnkob

Go to:

Powered by e107 Forum System
 
Legal Information
This site is powered by e107, which is released under the GNU GPL License. All work on this site, except where otherwise noted, is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. By submitting any information to this site, you agree that anything submitted will be so licensed. Please read our Disclaimer and Policies page for information on your rights and responsibilities regarding this site.