Servo Pulser problem


Closed Thread
Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    7


    Did you find this post helpful? Yes | No

    Default

    hey

    first can you give me link for beginner tutorial in electronics

    second yestrday i bought all these(in attach pic)

    1-68K R
    2-100nF
    3-330nF (also they have 400nF but they dont have 390nF)
    4-NE555P
    5-2.7K R
    6-IN4148
    7-P1 - 2.2K (they dont have 2.7 he said 2.2 is standard)


    if i build the project with these it will work fine and generate 1 - 2 ms ~ 50Hz ?
    or it will damage my ESC?
    Attached Images Attached Images  

  2. #2
    Join Date
    Jan 2005
    Posts
    15


    Did you find this post helpful? Yes | No

    Default

    just a simple test with 180f452 on microchip proto board
    servo connected to port B.7

    a quick test - without any additional hardware
    fyi

    init:
    gosub rstml
    loop:
    LCDOUT $FE, $80, " test for servo "

    if code <100 then code = 100

    if code >200 then code = 200

    if portB.0 = 0 then ' button right
    code = 100
    pulsout portB.7, code
    high portB.0
    else
    low portB.0
    endif

    if portA.4 = 0 then ' button left
    code = 200
    pulsout portB.7, code
    high portB.1
    else
    low portB.1
    endif

    high portB.2
    pause 25
    low portB.2
    pause 25
    goto loop

    rstml:
    low PORTB.1
    low PORTB.2
    low PORTB.3
    low PORTB.4
    low PORTB.5
    low PORTA.0
    return

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Wink Some kind of apologies ...

    Hi, Al

    If you had told us electronics was a new land for you ... I had shown you THAT :

    http://www.york-electronics.com/

    Still time to be reasonnable ... and do not tell me about the cost !!!

    Alain

    For others:

    You REALLY think our friend could achieve an unprogrammed PIC "kit" ... as a simple 555 is a great problem.

    do not joke ... please !!!
    Last edited by Acetronics2; - 24th January 2007 at 09:47.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  4. #4
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    I thought the guy wanted to build something, rather than purchase a commercial product..

    Mind you at $20 it would probably be just as cheap !

  5. #5
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by malc-c View Post
    I thought the guy wanted to build something, rather than purchase a commercial product..

    Mind you at $20 it would probably be just as cheap !

    I know that, Malc ...

    but this device really is a value !!! ( I know "Rocky", it's him, for quite a while and his work is worth every $$ ... )

    Be sure this device is far off from your "miracle" bass beat filter ... ( LOL !!! )

    and as many things could be done with the 555 ...

    better to excercise on a blinking light or a standalone kit than taking risks with other stuff involved.

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  6. #6
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Acetronics View Post
    .... your "miracle" bass beat filter ... ( LOL !!! )

    Alain
    Don't knock it... by the time I've finished playing with these op-amps I'll be the guru on low pass peak detection filters

Similar Threads

  1. More Servo Woes
    By chrisshortys in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 13th May 2009, 09:40
  2. Servo motor problem
    By dboy in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 20th September 2008, 16:54
  3. Problem with 12F629, servo and EEPROM
    By Atom058 in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 1st March 2008, 10:53
  4. Problem with servo and PIC16F616
    By Forkosh in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th November 2007, 22:22
  5. servo pulse problem...
    By tonkgang in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th April 2006, 17:12

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