RC measuring routine Radio PCM


Closed Thread
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Puerto Rico
    Posts
    133

    Default RC measuring routine Radio PCM

    I am trying to take one inputs from a radio control ie chanel 3, perform some processing on these and output the new

    ThrottleMax = previoulsly taught maximum RC signal
    ThrottleMin = previoulsly taught minimum RC signal

    PulsIn Throtpin, 0, Throttle
    pause 10

    sPulse = (Throttle - ThrottleMin) * 100 / (ThrottleMax-ThrottleMin)

    if some one don this please send some code ..

  2. #2
    Join Date
    Jan 2005
    Location
    Puerto Rico
    Posts
    133


    Did you find this post helpful? Yes | No

    Talking RC measuring routine Radio PCM

    Thaks to all but I have the Problem Fix..

    Throttle=0
    ThrottleGet1=0
    ThrottleGet2=0
    ThrottleGet3=0
    ThrottleGet4=0
    ThrottleGet5=0

    PulsIn Throtpin, 0, ThrottleGet1
    PulsIn Throtpin, 0, ThrottleGet2
    PulsIn Throtpin, 0, ThrottleGet3
    PulsIn Throtpin, 0, ThrottleGet4

    ThrottleGet5=(ThrottleGet1 + ThrottleGet2 + ThrottleGet3 + ThrottleGet4)
    Throttle=((ThrottleGet5 * 1) / 4)

Similar Threads

  1. Replies: 5
    Last Post: - 6th September 2007, 04:59
  2. Scale from RC Radio 1% to 100% (Idea)
    By jetpr in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 12th December 2006, 13:11
  3. Rc PCM signal Read (Help)
    By jetpr in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 8th March 2005, 03:37

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