Page 1 of 1

Arduino relay as killswitch

Posted: Wed May 30, 2018 7:57 pm
by chapterone
I'm planning to have a killswitch for my Fuji-Imvac magneto engine.

My idea is to use an Arduino relay and control it direct from receiver chanel.
The relay have 3 input pins, - + and signal.
Is it possible?
Can the receivers channel signal trigg the Arduino 5V relay.
If so, then I can ground the magneto and kill the engine (hopefully).

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 6:21 am
by Kilrah
You need to say exactly what your "arduino relay" is so that we can know if it's made to expect an RC signal or not. Likely not, so you'd need something to process it... like an arduino with an appropriate program written for it.

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 7:20 am
by jhsa
I guess a ready available RC switch could control a relay..

João
EDIT: Also, a relay with 3 pin? Don't know any.. :)

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 8:10 am
by chapterone
IMG_5722.jpg
This is my plan, but can I have a signal from receiver to activate the relay? (hope the picture will show up)

I have an opto killswitch from RCXL but it doesn't work on the magneto ignition.

João, wich kind of RC switch do you mean?

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 8:18 am
by chapterone
0J4778.400.jpg
0J4778.400.jpg (23.4 KiB) Viewed 8380 times
Here is a similar projekt. See https://www.pololu.com/product/2804

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 9:13 am
by Kilrah
Again please link the exact model of relay board you have. It just looks like a relay with a buffered input, not an RC-compatible input like the pololu one.

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 9:22 am
by jhsa
As Kilrah said, link to the one you have please.. :)

João

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 10:37 am
by chapterone
It's sold by a Swedish company without spec.,

but here is the closest I can find (inkl. datasheet)

http://www.circuitbasics.com/setting-up ... e-arduino/

Thanks for your patience.

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 10:53 am
by jhsa
Ok, then as Kilrah already said, that won't work. You would need some kind of circuitry or a microcontroller, for example an arduino board, to read the receiver's pulses and then trigger the relay.
Please google "RC Switch".
Hobbyking sells at least one. Then you have to connect your relay to it.
An arduino would probably still be the best, but you would have to code it and prigram it.. :)

João

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 3:12 pm
by chapterone
Thanks for your help.

I have ordered a Pololu RC Switch with relay.
Threshold 1700 mikrosek hopefully works.

I will give feedback.

BR
Kenth

Re: Arduino relay as killswitch

Posted: Thu May 31, 2018 3:17 pm
by jhsa
It should work.. The product description says:

"The activation threshold and direction are configurable, and a safe-start feature reduces the likelihood of unexpected activation."

So, I guess it will work :)

João

Re: Arduino relay as killswitch

Posted: Thu Jun 28, 2018 7:59 pm
by chapterone
The Pololu RC switch works great together with my magnetic ignition.
It has an adjustable threshold of approximately 1700 μs.

Thanks for support.

Re: Arduino relay as killswitch

Posted: Thu Jun 28, 2018 9:10 pm
by jhsa
;) :)