rflysim course Platform Configuration
Edit me

lessons

Course design

course_issue

basic experiment

  • open the given code example. Then, read and run its source code directly to observe and record the results.

    analysis experiment

  • Modify the given code example. Then, run the modified example program to collect and analyze the data

Design experiment

Based on the previous two experiments, complete the given design task independently

lesson videos

video

pdf outline summary
lesson2 sw install / hw configuration platform config.

Software Package Installation

  • slide 36/61 install_completed

Check the project Explorer window for PX4 source code, to understand the architecture and implementation principles of PX4 alogrithms.

  • slide 37/61 c:\PX4PSP\Firmware\build\px4fmu-v3_default\px4fmu-v3_default.px4 for pixhawk1 (2MB flash)

Hardware Installation

FC RC airframe configuration

  • RADIO LINK AT9S
  • Pixhawk1 or/and Pixhawk Cube
  • Custom airframe
1 fc_receiver_wiring
2 rc_battery
3 overall_setup
4 QGC
5 rc_configuration
6 multicopter_setting
7 throttle_channel_reversing
8 ch5_6_modeswitching
9 channel_confirmation
  1. Channel confirmation Move each channel stick in right figure to confirm that each channel corresponds correctly to the following rules.

    • CH1:this corresponds to the horizontal movement of the right-hand stick of the RC transmitter. The right-hand stick moves from left to right, corresponding to a PWM value that changes from 1100 to 1900 (QGC’s Channel Monitor moves from left to right).
    • CH2:this corresponds to the vertical movement of the right-hand stick of the RC transmitter. The right-hand stick moves from top to bottom, corresponding to a PWM value that changes from 1100 to 1900 (QGC’s Channel Monitor moves from left to right).
    • CH3:this corresponds to the vertical movement of the left-hand stick of the RC transmitter. The left-hand stick moves from top to bottom, corresponding to a PWM value that changes from 1900 to 1100 (opposite to CH2, right to left in QGC’s Channel Monitor).
    • CH4:this corresponds to the horizontal movement of the left-hand stick of the RC transmitter. The left-hand stick moves from left to right, corresponding to a PWM value that changes from 1100 to 1900 (QGC’s Channel Monitor moves from left to right).
    • CH5:this corresponds to the three-position switch on the upper-left side of the RC transmitter. The switch moves from the top position (the farthest position to the user), middle position, and bottom position (the closest position to the user), corresponding to PWM values of 1100, 1500, and 1900, respectively. (left to right in QGC)
    • CH6:this corresponds to the three-position switch on the upper-right side of the RC transmitter. The switch moves to the top position (the farthest position to the user), middle position, and bottom position (the closest position to the user), corresponding PWM values of 1100, 1500, and 1900, respectively. (left to right in QGC)

QGC configuration

Airframe setup

Tags: rflysim
 lesson 1 lesson 3