This commit is contained in:
Stavros Korokithakis 2021-09-11 15:24:54 +03:00
parent 2096948745
commit e2c2dbe2f1
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -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`