R/C Failsafe Information


Closed Thread
Results 1 to 4 of 4
  1. #1

    Default R/C Failsafe Information

    Hello Guys,

    I've been driving R/C cars for more than two years now. I love this hobby and I made a few circuits to turn on/off brake lights, fog lights, etc with some 12F675 PICs.

    Now, I'm trying to understand how a failsafe works. I know that a servo receives a PWM signal from the receiver, and that signal is between 100 and 200, being 150 the center (read with PulsIn).

    Anything outside that range is not good and the failsafe circuit must work at that time braking the car or whatever you programmed it to do.

    But, I was reading the PWM signal from the receiver when the transmitter is OFF, and the PWM signal jumps between 0 to 255. I mean, the PWM signal can be valid or not, when the transmitter is OFF.....

    So, how do you know that the transmitter is OFF? I mean, is there some kind of algorithm to find out that the PWM signal is actually coming from the transmitter when it's ON and is not a random PWM signal when the transmitter is OFF.

    Thanks!

    Daniel.

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


    Did you find this post helpful? Yes | No

    Wink "I never really left you , Argentina ..."

    Hi, Daniel

    IF signal lost ...

    Pulsin returns:

    1) with glitches : value outside the 0.8 / 2.2 ms range. ( some can be inside this range ...)

    2) without glitches : ... 0 is returned. see Manual for use of "Define Pulsin_Max".

    With some little brain storming, failsafe works really fine !!!

    see here : http://aeronews.free.fr/archivesarti...ropratique.zip

    nice and relevant example ... isn't it ???

    Alain
    Last edited by Acetronics2; - 11th March 2009 at 09:51.
    ************************************************** ***********************
    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 " !!!
    *****************************************

  3. #3
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257


    Did you find this post helpful? Yes | No

    Default

    Not sure what system you are using, but on my spektrum 2.4Ghz, the fail safe settings (stick positions) are set when binding the receiver to the radio.

    If in the event the receiver loses the signal - it moves the servos to the fail safe position (as set when bound).

  4. #4


    Did you find this post helpful? Yes | No

    Default

    I'm using the stock AM 27Mhz radio from Traxxas. It doesn't have a failsafe built in.

    And, I already have a Duratrax failsafe on my truck, but I wanted to research a little more to understand how it works.

    I mean, I'm not planning to replace a $20 failsafe that works great! But, it would be nice to know how to make one and "see"' the inside magic.

Similar Threads

  1. sending saved information
    By robertpeach in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 1st March 2010, 23:52
  2. information on how to make servo motor
    By rod27cn in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 17th December 2006, 11:59
  3. Reading lcd information
    By Sphere in forum General
    Replies: 4
    Last Post: - 15th October 2006, 19:43
  4. Displaying Trend Information
    By Mike M. in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 3rd November 2005, 03:21
  5. more information on CMCON?
    By justDIY in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 22nd June 2004, 05:49

Members who have read this thread : 1

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