From 3cc3088f3a899aa6ce95eee3770589d6716065c2 Mon Sep 17 00:00:00 2001 From: max <maxunander@hotmail.com> Date: Tue, 20 Dec 2016 12:57:56 +0100 Subject: [PATCH] reviewd lars --- implementation/flightcontroller_imp.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementation/flightcontroller_imp.tex b/implementation/flightcontroller_imp.tex index ed5dd4b..b07f85b 100644 --- a/implementation/flightcontroller_imp.tex +++ b/implementation/flightcontroller_imp.tex @@ -18,7 +18,9 @@ To be able to do this we need to interact with the flight controller from our MC The flight controller do have support for four different communication protocols. It can take PWM inputs, where one PWM controls one channel. +%It has It have PPM support, which is quite the same as a PWM but it has support for 8 PWM signals on one line. +%does? It do support sBUS, which is some sort of secure serial protocol with inverted signals. The last protocol it supports is called MSP (MultiWii Serial Protocol), which also is a serial protocol. Our first thought was that we wanted to implement both the MSP and PPM protocols to control the copter. -- GitLab