News:



  • June 14, 2025, 10:07:10 AM

Login with username, password and session length

Author Topic: Other use for retract circuit  (Read 2875 times)

Online Ken Culbertson

  • 25 supporter
  • Trade Count: (0)
  • Admiral
  • *
  • Posts: 7033
Other use for retract circuit
« on: March 16, 2025, 07:15:40 PM »
Does anybody think it would be possible to use the landing gear circuit on A Fiorotti timer to activate landing lights?  I simply cannot see that tiny light on the timer.  The gear triggers at the same time the light on the timer stops blinking.  I would think it is possible.

Ken
AMA 15382
If it is not broke you are not trying hard enough.
USAF 1968-1974 TAC

Offline CircuitFlyer

  • Trade Count: (0)
  • Commander
  • ****
  • Posts: 334
    • www.circuitflyer.com
Re: Other use for retract circuit
« Reply #1 on: March 16, 2025, 08:40:31 PM »
Something like this might work:  https://www.davesrce.com/product-page/high-power-strobe  Although it might also be on at the start until the gear up signal is sent.
Paul Emmerson
Spinning electrons in circles in Mississauga, Ontario, Canada DIY Control Line Timers - www.circuitflyer.com

Offline Brett Buck

  • Trade Count: (0)
  • Admiral
  • ******
  • Posts: 14461
Re: Other use for retract circuit
« Reply #2 on: March 16, 2025, 09:06:57 PM »
Does anybody think it would be possible to use the landing gear circuit on A Fiorotti timer to activate landing lights?  I simply cannot see that tiny light on the timer. 

     You could put on a bigger LED so you could see it.

       Brett

Online Ken Culbertson

  • 25 supporter
  • Trade Count: (0)
  • Admiral
  • *
  • Posts: 7033
Re: Other use for retract circuit
« Reply #3 on: March 16, 2025, 09:26:00 PM »
     You could put on a bigger LED so you could see it.

       Brett
Wish it were that simple.  The Fiorotti is pretty compact, and the LED is pretty well fixed in place.  The other reason is embarrassing.  I put the timer in the nose where I always put it and didn't think to check where the props were on the twin.  The inboard prop covers it up.

Ken
AMA 15382
If it is not broke you are not trying hard enough.
USAF 1968-1974 TAC

Online Paul Taylor

  • 25 supporter
  • Trade Count: (0)
  • Admiral
  • *
  • Posts: 6595
  • If God is your Co-pilot - swap seats!
    • Our Local CL Web Page
Re: Other use for retract circuit
« Reply #4 on: March 17, 2025, 09:31:56 PM »
With the climb and dive you get a speed up so you know you have a lap before it shuts off.
Paul
AMA 842917

As my coach and mentor Jim Lynch use to say every time we flew together - “We are making memories

Online Ken Culbertson

  • 25 supporter
  • Trade Count: (0)
  • Admiral
  • *
  • Posts: 7033
Re: Other use for retract circuit
« Reply #5 on: March 17, 2025, 10:25:37 PM »
With the climb and dive you get a speed up so you know you have a lap before it shuts off.
True but I am very used to the ease of programming and the trimming features of the Fiorotti controlling 2 ESCs.  I wish that they would add something other than the LED but it falls on deaf ears.  Just out of curiosity can the C&D handle a twin?

Ken
AMA 15382
If it is not broke you are not trying hard enough.
USAF 1968-1974 TAC

Online Ken Culbertson

  • 25 supporter
  • Trade Count: (0)
  • Admiral
  • *
  • Posts: 7033
Re: Other use for retract circuit
« Reply #6 on: March 17, 2025, 10:56:30 PM »
Something like this might work:  https://www.davesrce.com/product-page/high-power-strobe  Although it might also be on at the start until the gear up signal is sent.
That appears to be EXACTLY what I am looking for.  Now to figure out where to put it.  If I have guessed correctly the gear function is nothing more than a servo link.  What will be interesting to see is how long the light stays on.  I am guessing about 3 seconds.  It is worth $12 to find out.  I am keeping an eye on your timer.  Those here using it are pleased.

Ken
AMA 15382
If it is not broke you are not trying hard enough.
USAF 1968-1974 TAC

Offline CircuitFlyer

  • Trade Count: (0)
  • Commander
  • ****
  • Posts: 334
    • www.circuitflyer.com
Re: Other use for retract circuit
« Reply #7 on: March 18, 2025, 08:13:31 AM »
The Climb_and_Dive timer could be used on a twin using a Y cable but it wouldn't be ideal.  I have a working prototype of a new timer on my workbench that is designed for twin engines and retracts.  (And yes, it has a connector to plug in a remotely mounted Neopixel LED).  There is a lot of things to consider when designing for a twin and retracts.  When the timer can monitor both motor RPM's there are several safety features that can be added to the program code to help when things don't go as planned.  I think I have it work out OK so far. I hope to get back to flight testing soon.
Paul Emmerson
Spinning electrons in circles in Mississauga, Ontario, Canada DIY Control Line Timers - www.circuitflyer.com

Offline Howard Rush

  • 25 supporter
  • Trade Count: (0)
  • Admiral
  • *
  • Posts: 7964
Re: Other use for retract circuit
« Reply #8 on: March 18, 2025, 10:39:42 AM »
I have a circuit that should do what you want.  It has daylight-visible LEDs on a detachable module.  In my application it tells battery charge status by LED color, then the LED goes out after takeoff so's not to annoy judges and comes back on to tell me when the kill loop is armed.  It gets mode transition data from a TUT, but could use the gear retraction signal.  Here's simplified logic:

Red LED on if (Vbattery < threshold voltage) AND (red-LED discrete ≠ 5V)
Green LED on if (Vbattery > threshold voltage) OR ((green-LED discrete not grounded) AND (pull up = 5V))

Threshold voltage depends on how many cells your battery has.  There are some other electrical details to establish, like what the retraction signal is and whether the timer and battery have a common ground.
The Jive Combat Team
Making combat and stunt great again

Online Ken Culbertson

  • 25 supporter
  • Trade Count: (0)
  • Admiral
  • *
  • Posts: 7033
Re: Other use for retract circuit
« Reply #9 on: March 18, 2025, 12:08:16 PM »
The Climb_and_Dive timer could be used on a twin using a Y cable but it wouldn't be ideal.  I have a working prototype of a new timer on my workbench that is designed for twin engines and retracts.  (And yes, it has a connector to plug in a remotely mounted Neopixel LED).  There is a lot of things to consider when designing for a twin and retracts.  When the timer can monitor both motor RPM's there are several safety features that can be added to the program code to help when things don't go as planned.  I think I have it work out OK so far. I hope to get back to flight testing soon.
Let me know when you have the C&D Twin. I would like to try it.  You are into innovation! 

Ken
AMA 15382
If it is not broke you are not trying hard enough.
USAF 1968-1974 TAC

Tags: