This week we worked on setting up our Cubepilot and controller to connect together and have a better connection. The main portion of this lab is to add some more components and test if we can control a motor before installing them into our Believer. The ESC is connected to a battery and then connects to the cubepilot board powering the bus on the board. The servos are connected to the bus and powered through the bus.
DATX Setup
Questions:
What is CRSF and SBUS? What are the differences? CRSF (crossfire protocol) is a low-latency, bidirectional communication protocol used in drone systems. SBUS (Serial Bus) is a communication protocol that allows multiple control signals to be transmitted over a single wire between a transmitter and receiver. What is Multi-Bind on the TBS Tracer? The Multi-Bind allows you to bind to multiple radios at once without rebinding ever again.
In this portion we made sure the controller is setup correctly to connect with our Cubepilot.
Avionics Setup
Here we made sure all of our avionics is working properly.
There are 6 parameters - record the name and the current setting.
There are 7 active parameters - record the name and current setting. Add a table above that links your DATX control input with the Servo Outputs above. For example, list all servo outputs that the right stick control. Motor and Control Setup
Questions:
What does the RCMAP_X parameter control? It controls what channel each control input communicates over.
What does the SERVO#_FUNCTION control It controls what function each servo does.
List all possible power sources for the following systems: Cube/FCU: Battery Power/voltage regulator In this section we tested our servos by connecting our avionics to a test setup and made sure our controller was connected properly and doing what we want it to do.