Control of servo motor wireless


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: Control of servo motor wireless

    Need to know which PIC chip you are using.

    What other settings you have made. Such as ADCON HSERIN etc.
    Rob.

    The moment after you press "Post" is the moment you actually see the typso

  2. #2
    Join Date
    Aug 2008
    Posts
    81


    Did you find this post helpful? Yes | No

    Default Re: Control of servo motor wireless

    hello tasmod
    When the potentiometer Reaches the end the servant is out of position
    here s configuration Requested that I am using
    thank you

    DEFINE OSC 4
    DEFINE HSER_TXSTA 20h
    DEFINE HSER_BAUD 9600
    DEFINE HSER_SPBRG 25
    DEFINE HSER_CLROERR 1

    DEFINE ADC_BITS 8
    DEFINE ADC_CLOCK 3
    DEFINE ADC_SAMPLEUS 50
    ADCON1=%1001001

  3. #3
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: Control of servo motor wireless

    Please say which PIC you are using

    Is it 16f88 or 16f877 or an 18f
    Rob.

    The moment after you press "Post" is the moment you actually see the typso

  4. #4
    Join Date
    Aug 2008
    Posts
    81


    Did you find this post helpful? Yes | No

    Default Re: Control of servo motor wireless

    01 pic16f876a tx
    01 pic16f876a rx
    excuse me

  5. #5
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: Control of servo motor wireless

    Quick look shows ADCON0 doesn't have enough bits set. There's only 7

    ADCON1 ??

    Code:
    ADCON1 = %10000100    ' Set PORTA analog and RIGHT justify result
    Rob.

    The moment after you press "Post" is the moment you actually see the typso

  6. #6
    Join Date
    Aug 2008
    Posts
    81


    Did you find this post helpful? Yes | No

    Default Re: Control of servo motor wireless

    I USE 5 pot
    01 POT LEFT AND RIGHT
    01 POT DOWN AND UP
    01 SERVO POT

Similar Threads

  1. Servo Motor control using MATLAB and PIC.
    By shirohin in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 15th July 2012, 02:44
  2. Servo motor control
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th July 2010, 22:44
  3. servo motor control??help
    By HYETİK in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 6th April 2009, 07:41
  4. control servo motor by using pic16F84A
    By waterlee2000 in forum PBP Wish List
    Replies: 10
    Last Post: - 23rd June 2006, 14:31
  5. inturrepts to control the servo motor position!
    By parinshah in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 2nd May 2006, 07:55

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts