Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Conex Copter Report
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D7039E-E7025E
Conex Copter Report
Commits
3cc3088f
Commit
3cc3088f
authored
8 years ago
by
Max Unander
Browse files
Options
Downloads
Patches
Plain Diff
reviewd lars
parent
2f17f778
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
implementation/flightcontroller_imp.tex
+2
-0
2 additions, 0 deletions
implementation/flightcontroller_imp.tex
with
2 additions
and
0 deletions
implementation/flightcontroller_imp.tex
+
2
−
0
View file @
3cc3088f
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment