From e2c2dbe2f13da3fc2e64f4416820ac16f7b753a2 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Sat, 11 Sep 2021 15:24:54 +0300 Subject: [PATCH] Updates --- content/ardupilot/configuring-a-switch-as-a-relay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ardupilot/configuring-a-switch-as-a-relay.md b/content/ardupilot/configuring-a-switch-as-a-relay.md index 939bc51..fbec2de 100644 --- a/content/ardupilot/configuring-a-switch-as-a-relay.md +++ b/content/ardupilot/configuring-a-switch-as-a-relay.md @@ -4,7 +4,7 @@ weight = 3 sort_by = "weight" insert_anchor_links = "right" +++ -If you want to connect a relay of some sort (something that accepts a low/high signal) to a PWM output (the servo outputs), you need to do a few quick things. The actual numbers will vary depending on your FC, but here's what worked for me with a Matek F405-Wing: +If you want to connect a relay of some sort (something that accepts a low/high signal, like a camera control) to a PWM output (the servo outputs), you need to do a few quick things. The actual numbers will vary depending on your FC, but here's what worked for me with a Matek F405-Wing: 1. Set the channel you want the relay to trigger on as a controller for the first relay (here I'll assume you want to control the first relay on channel 11): `RC11_OPTION=28`