ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    VOXL 2 No ESC(s) detected

    VOXL 2
    7
    22
    1368
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • modaltbM
      modaltb ModalAI Team
      last edited by

      Hi @Taylor-Presley ,

      Confirming you are using J18 as the UART port to the ESC, and that the ESC has VBatt power (e.g. when you apply power you get an LED blink at least).

      Do you have access to an oscilloscope to probe? That's my next step with comms issues, I'll try to just probe the UART and make sure there's traffic.

      1 Reply Last reply Reply Quote 0
      • Taylor PresleyT
        Taylor Presley
        last edited by

        @modaltb confirmed I'm using J18 and the ESC has power (I get an LED blink and quick chirp on connection). I've got a borrowed oscilloscope and confirmed there is traffic on the ESC. I also tried switching TX/RX on the cabling and this didn't help. I've also now installed voxl-esc per this discussion now and still get the following:

        voxl2:/$ voxl-esc scan
        enabling bridge
        bridge enabled
        Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
        [GCC 8.4.0]
        Found voxl-esc tools bin version: 1.1
        VOXL Platform: M0054
        Detected VOXL2 M0054 or M0104!
        INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
        INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 250000
        INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 921600
        INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 230400
        INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 57600
        INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 115200
        INFO: Scanning for ESC bootloader: /dev/slpi-uart-2, baud: 38400
        Updated baud rate to 38400
        INFO: Scanning for ESC bootloader: /dev/slpi-uart-2, baud: 230400
        Updated baud rate to 230400
        ERROR: No ESC(s) detected, exiting.
        FAILED to ping ESCs
        disabling bridge
        bridge disabled
        
        

        What would you recommend for next step?

        VinnyV 1 Reply Last reply Reply Quote 0
        • modaltbM
          modaltb ModalAI Team
          last edited by

          What if we remove VOXL2 from the equation real quick, and try to go host PC to the ESC? This would be my next step, and we use little USB to Serial adapters for this, e.g. this dongle.

          We have a guide here and this would reduce a variable for us.... I'm semi scratching my head at this point.

          1 Reply Last reply Reply Quote 0
          • VinnyV
            Vinny ModalAI Team @Taylor Presley
            last edited by

            Hi @Taylor-Presley
            Make sure if you get that dongle modaltb suggested, you set the interface voltage to 3.3V.

            1 Reply Last reply Reply Quote 0
            • Taylor PresleyT
              Taylor Presley
              last edited by

              @modaltb @Vinny I'm using an Adafruit USB to TTL cable that I had around. Only gnd, tx, and rx are connected, and the ESC is powered by the power supply. It had the same issue.

              mdr@mdr-System-Product-Name:~/voxl-esc-dev-python27/tools$ python voxl-esc-scan.py
              INFO: Device and baud rate are not provided, attempting to autodetect..
              Scanning for ESC firmware: /dev/ttyUSB0, baud: 250000
              Scanning for ESC firmware: /dev/ttyUSB0, baud: 2000000
              Scanning for ESC firmware: /dev/ttyUSB0, baud: 921600
              Scanning for ESC firmware: /dev/ttyUSB0, baud: 57600
              Scanning for ESC firmware: /dev/ttyUSB0, baud: 115200
              Scanning for ESC firmware: /dev/ttyUSB0, baud: 230400
              Scanning for ESC bootloader: /dev/ttyUSB0, baud: 38400
              Scanning for ESC bootloader: /dev/ttyUSB0, baud: 230400
              Scanning for ESC bootloader: /dev/ttyUSB0, baud: 921600
              ERROR: No ESC(s) detected, exiting.
              
              

              I can order the other dongle, but I'm measuring traffic on Tx and Rx. Thoughts?

              1 Reply Last reply Reply Quote 0
              • Alex KushleyevA
                Alex Kushleyev ModalAI Team
                last edited by Alex Kushleyev

                Can you check using two scope probes that there is a tx packet into ESC and a reply from ESC immediately after? Also check the signal levels - both should be at 3.3V. Tx and Rx could be shorted, appearing that there is rx and tx traffic. Can also measure resistance between tx and rx lines.

                1 Reply Last reply Reply Quote 0
                • Taylor PresleyT
                  Taylor Presley
                  last edited by

                  @Alex-Kushleyev @Vinny @modaltb It has taken a while for me to run this to ground, but I have an update. It does look like there is a tx packet into ESC and a reply when I run the script, and from what I can tell they are simultaneous. Both are at 3.3V and measuring resistance between the lines is ~40-50 kilohms.

                  I've ordered another ESC and will perform the same tests to see if I can get a successful scan on it. Thanks for the help so far!

                  Taylor

                  1 Reply Last reply Reply Quote 0
                  • modaltbM
                    modaltb ModalAI Team
                    last edited by

                    Hi @Taylor-Presley give me a holler if after you get the new setup you still have problems and I can get on the phone with you and try to troubleshoot!

                    1 Reply Last reply Reply Quote 0
                    • Alex KushleyevA
                      Alex Kushleyev ModalAI Team
                      last edited by Alex Kushleyev

                      @Taylor-Presley , just to clarify, when you checked TX and RX on the scope, you should have seen first TX data coming from VOXL2 to ESC and then almost immediately ESC responding, right? (not RX and TX showing data at the same time)

                      If that is true, then the ESC seems to be working fine (at least in terms of UART communication) and there may be an issue that is outside of the ESC. Considering that you tried running voxl-esc tools on VOXL2 and on a PC, I am a bit puzzled.

                      Just to be absolutely sure, can you please run the voxl-esc tools from master branch, not the python27 branch. The python27 branch should still work but we are no longer testing it. the latest and greatest is in the master branch.

                      Thank you!

                      Alex

                      1 Reply Last reply Reply Quote 0
                      • Alex KushleyevA
                        Alex Kushleyev ModalAI Team
                        last edited by

                        Hello @Taylor-Presley , were you able to resolve your issue? I am curious what it was or you still need some help. Thanks!

                        Alex

                        Taylor PresleyT Cai BillC 2 Replies Last reply Reply Quote 0
                        • Taylor PresleyT
                          Taylor Presley @Alex Kushleyev
                          last edited by

                          @Alex-Kushleyev we were able to run voxl-esc tools but could only spin up 3 motors. The new ESC that you sent us works now and I'm able to spin all the motors. I wasn't able really to trace a root cause, but I'm just happy that it's working now. Thanks for all the help so far!

                          1 Reply Last reply Reply Quote 0
                          • Cai BillC
                            Cai Bill @Alex Kushleyev
                            last edited by

                            @Alex-Kushleyev

                            I have the same issue, should I order a new esc? When I run the voxl-esc scan on the voxl2, it is trying to find esc under /dev/slpi-uart-2, which I went and checked under /dev/, and there is such port shown up.

                            The ESC does boot up with the sound, but I think the serial port maybe damaged.

                            Scan Report:

                            voxl-esc 
                            Starting Wizard
                             
                            What do you want to do?
                            1) scan              3) spin              5) upload_params
                            2) detect            4) upgrade_firmware
                            #? 1
                            enabling bridge
                            bridge enabled
                            Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
                            [GCC 8.4.0]
                            Found voxl-esc tools bin version: 1.2
                            VOXL Platform: M0054
                            Detected VOXL2 M0054 or M0104!
                            Found previous connection information in .voxl_esc_cache ..
                            Prioritizing /dev/slpi-uart-2 @ 57600
                            INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 57600
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 250000
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 921600
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 230400
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 115200
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            INFO: Scanning for ESC bootloader: /dev/slpi-uart-2, baud: 38400
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            Sending library name request: libslpi_uart_bridge_slpi.so
                            Received standard error event 2
                            Sending initialization request
                            Received standard error event 2
                            Couldn't configure flight_controller sensor
                            Error calling voxl_uart_init
                            Updated baud rate to 38400
                            /usr/bin/voxl-esc: line 131:  8107 Segmentation fault      python3 voxl-esc-scan.py
                            FAILED to ping ESCs
                            disabling bridge
                            bridge disabled
                            DONE
                            
                            ls /dev/slpi-uart-*
                            ls: cannot access '/dev/slpi-uart-*': No such file or directory
                            
                            Alex KushleyevA 1 Reply Last reply Reply Quote 0
                            • Alex KushleyevA
                              Alex Kushleyev ModalAI Team @Cai Bill
                              last edited by Alex Kushleyev

                              @Cai-Bill, you are using very old voxl-esc tools. Please upgrade your SDK to at least 1.1.3 or 1.2, preferably latest 1.3.

                              Then perform a scan and you should be able to detect the esc. Alternatively, you could connect your esc to a PC if you have the right uart to usb adapter and run the voxl-esc tools on the linux pc.

                              The device for uart is not a typical linux device, it wont show up under /dev.

                              Alex

                              Cai BillC 1 Reply Last reply Reply Quote 0
                              • Cai BillC
                                Cai Bill @Alex Kushleyev
                                last edited by

                                @Alex-Kushleyev
                                I have upgrade the SDK1.3 and got the following error for esc:

                                voxl2:/$ voxl-esc setup_sentinel_v1 
                                enabling bridge
                                bridge enabled
                                [INFO] Setting CPU to performance mode
                                [INFO] Scanning for ESC...
                                terminate called after throwing an instance of 'qmi_error'
                                  what():  qmi_client_send_msg_sync() failed, (client_id=)0, result=0: qmi service error (-2)
                                [ERROR] Unknown board detected: 
                                disabling bridge
                                bridge disabled
                                EXITING VOXL-ESC WITH ERROR
                                
                                

                                Any clue on what may be the case?

                                Cai BillC 1 Reply Last reply Reply Quote 0
                                • Cai BillC
                                  Cai Bill @Cai Bill
                                  last edited by

                                  After reboot
                                  I got the following error:

                                  Received standard error event SNS_STD_ERROR_NOT_SUPPORTED
                                  Connection error: connection reset
                                  Couldn't configure flight_controller sensor
                                  ERROR:   fc_sensor_initialize failed
                                  ERROR:   Failed to initialize slpi
                                  ERROR:   Encountered error while initializing bus 12
                                  ERROR:   voxl_uart_flush: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_write: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_read_bytes: Bus '12' is not initialized
                                  ERROR:   voxl_uart_flush: Bus '12' is not initialized
                                  ERROR:   voxl_uart_close: Bus '12' is not initialized
                                  
                                  
                                  
                                  Cai BillC 1 Reply Last reply Reply Quote 0
                                  • Cai BillC
                                    Cai Bill @Cai Bill
                                    last edited by

                                    After a third Reboot and and run the tool again I have the esc working:

                                    voxl-esc setup_sentinel_v1 
                                    enabling bridge
                                    bridge enabled
                                    [INFO] Setting CPU to performance mode
                                    [INFO] Scanning for ESC...
                                    [INFO] M0117-1 detected
                                    [INFO] has for most recent firmware: eb6fb500
                                    [INFO] Expected ESC firmware info:
                                    	Firmware: modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin
                                    	Firmware hash: eb6fb500
                                    
                                    [INFO] Number of ESCs with correct FW: 0
                                    
                                    [INFO] 0 of the ESCs do not have the current firmware
                                    [INFO] Uploading current ESC firmware...
                                    Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
                                    [GCC 8.4.0]
                                    Found voxl-esc tools bin version: 1.6
                                    
                                    INFO: Firmware file name : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin 
                                    INFO: Firmware file size : 23088 bytes
                                    
                                    
                                    VOXL Platform: M0054
                                    Detected RB5 Flight, VOXL2 M0054 or M0104!
                                    INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
                                    Sending library name request: libslpi_qrb5165_io.so
                                    Sending initialization request
                                    INFO: ESC(s) detected on port: /dev/slpi-uart-2, baud rate: 2000000
                                    INFO: ESC(s) detected: [0, 1, 2, 3]
                                    INFO: Sending reset command to ESC ID 0
                                    Updated baud rate to 230400
                                    INFO: Installing firmware to ESC ID 0 : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin
                                    	Progress: 100% [##################################################]
                                    
                                    INFO: Firmware successfully updated for ESC id 0
                                    Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
                                    [GCC 8.4.0]
                                    Found voxl-esc tools bin version: 1.6
                                    
                                    INFO: Firmware file name : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin 
                                    INFO: Firmware file size : 23088 bytes
                                    
                                    
                                    VOXL Platform: M0054
                                    Detected RB5 Flight, VOXL2 M0054 or M0104!
                                    INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
                                    Sending library name request: libslpi_qrb5165_io.so
                                    Sending initialization request
                                    INFO: ESC(s) detected on port: /dev/slpi-uart-2, baud rate: 2000000
                                    INFO: ESC(s) detected: [1, 2, 3]
                                    INFO: Sending reset command to ESC ID 1
                                    Updated baud rate to 230400
                                    INFO: Installing firmware to ESC ID 1 : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin
                                    	Progress: 100% [##################################################]
                                    
                                    INFO: Firmware successfully updated for ESC id 1
                                    Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
                                    [GCC 8.4.0]
                                    Found voxl-esc tools bin version: 1.6
                                    
                                    INFO: Firmware file name : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin 
                                    INFO: Firmware file size : 23088 bytes
                                    
                                    
                                    VOXL Platform: M0054
                                    Detected RB5 Flight, VOXL2 M0054 or M0104!
                                    INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
                                    Sending library name request: libslpi_qrb5165_io.so
                                    Sending initialization request
                                    INFO: ESC(s) detected on port: /dev/slpi-uart-2, baud rate: 2000000
                                    INFO: ESC(s) detected: [0, 2, 3]
                                    INFO: Sending reset command to ESC ID 2
                                    Updated baud rate to 230400
                                    INFO: Installing firmware to ESC ID 2 : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin
                                    	Progress: 100% [##################################################]
                                    
                                    INFO: Firmware successfully updated for ESC id 2
                                    Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
                                    [GCC 8.4.0]
                                    Found voxl-esc tools bin version: 1.6
                                    
                                    INFO: Firmware file name : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin 
                                    INFO: Firmware file size : 23088 bytes
                                    
                                    
                                    VOXL Platform: M0054
                                    Detected RB5 Flight, VOXL2 M0054 or M0104!
                                    INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
                                    Sending library name request: libslpi_qrb5165_io.so
                                    Sending initialization request
                                    INFO: ESC(s) detected on port: /dev/slpi-uart-2, baud rate: 2000000
                                    INFO: ESC(s) detected: [0, 1, 3]
                                    INFO: Sending reset command to ESC ID 3
                                    Updated baud rate to 230400
                                    INFO: Installing firmware to ESC ID 3 : firmware/modalai_esc_firmware_m0117_1_v0_39_RC10_eb6fb500.bin
                                    	Progress: 100% [##################################################]
                                    
                                    INFO: Firmware successfully updated for ESC id 3
                                    
                                    [INFO] Verifying firmware upload was succecssful...
                                    successfully flashed firmware to all 4 escs
                                    uploading params file ../voxl-esc-params/Sentinel_V1/Sentinel_V1.xml
                                    Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
                                    [GCC 8.4.0]
                                    Found voxl-esc tools bin version: 1.6
                                    VOXL Platform: M0054
                                    Detected RB5 Flight, VOXL2 M0054 or M0104!
                                    INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
                                    Sending library name request: libslpi_qrb5165_io.so
                                    Sending initialization request
                                    INFO: ESC(s) detected on port: /dev/slpi-uart-2, baud rate: 2000000, protocol: firmware
                                    
                                    
                                    INFO: ESC Information:
                                    INFO: ---------------------
                                    	ID         : 0
                                    	Board      : version 34: ModalAi 4-in-1 ESC (M0117-1)
                                    	UID        : 0x203034305743570C00290031
                                    	Firmware   : version   39, hash eb6fb500
                                    	Bootloader : version  183, hash 25317f42
                                    
                                    	ID         : 1
                                    	Board      : version 34: ModalAi 4-in-1 ESC (M0117-1)
                                    	UID        : 0x203034305743570C00290041
                                    	Firmware   : version   39, hash eb6fb500
                                    	Bootloader : version  183, hash 25317f42
                                    
                                    	ID         : 2
                                    	Board      : version 34: ModalAi 4-in-1 ESC (M0117-1)
                                    	UID        : 0x203034305743570C0029003E
                                    	Firmware   : version   39, hash eb6fb500
                                    	Bootloader : version  183, hash 25317f42
                                    
                                    	ID         : 3
                                    	Board      : version 34: ModalAi 4-in-1 ESC (M0117-1)
                                    	UID        : 0x203034305743570C0029002E
                                    	Firmware   : version   39, hash eb6fb500
                                    	Bootloader : version  183, hash 25317f42
                                    
                                    ---------------------
                                    successfully pinged ESCs
                                    Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) 
                                    [GCC 8.4.0]
                                    Found voxl-esc tools bin version: 1.6
                                    
                                    INFO: Params file name : ../voxl-esc-params/Sentinel_V1/Sentinel_V1.xml 
                                    INFO: Params file size : 7561 bytes
                                    
                                    
                                    VOXL Platform: M0054
                                    Detected RB5 Flight, VOXL2 M0054 or M0104!
                                    INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000
                                    
                                    Sending library name request: libslpi_qrb5165_io.so
                                    Sending initialization request
                                    INFO: ESC(s) detected on port: /dev/slpi-uart-2, baud rate: 2000000
                                    INFO: ESCs detected:
                                    INFO: ---------------------
                                    ID: 0, SW: 39, HW: 34: ModalAi 4-in-1 ESC (M0117-1)
                                    ID: 1, SW: 39, HW: 34: ModalAi 4-in-1 ESC (M0117-1)
                                    ID: 2, SW: 39, HW: 34: ModalAi 4-in-1 ESC (M0117-1)
                                    ID: 3, SW: 39, HW: 34: ModalAi 4-in-1 ESC (M0117-1)
                                    ---------------------
                                    INFO: Loading XML config file...
                                    INFO: Uploading params for ESC ID 255...
                                    -- board config
                                    -- id config
                                    -- uart config
                                    -- tune config
                                        DONE
                                    INFO: Resetting ESCs...
                                        DONE
                                    WARNING: Received 12 bytes of data from SLPI while SLPI uart not in use (topic uart_data)
                                    disabling bridge
                                    bridge disabled
                                    
                                    

                                    Still have no idea why the first two time failed, I did apt update and upgrade between every reboot and I also give chmod 755 to /data/, maybe that helped?

                                    tomT 1 Reply Last reply Reply Quote 0
                                    • tomT
                                      tom admin @Cai Bill
                                      last edited by

                                      @Cai-Bill When you upgraded to SDK 1.3 did you download the full SDK and use ./install.sh or did you just run apt update && apt upgrade?

                                      Cai BillC 1 Reply Last reply Reply Quote 0
                                      • Cai BillC
                                        Cai Bill @tom
                                        last edited by

                                        @tom I used ./install.sh

                                        Alex KushleyevA 1 Reply Last reply Reply Quote 0
                                        • Alex KushleyevA
                                          Alex Kushleyev ModalAI Team @Cai Bill
                                          last edited by

                                          @Cai-Bill , I am not exactly sure why there was the issue during the firmware upgrade, but looks like you made it through, and is the ESC working properly now with PX4?

                                          Alex

                                          Cai BillC 1 Reply Last reply Reply Quote 0
                                          • Cai BillC
                                            Cai Bill @Alex Kushleyev
                                            last edited by Cai Bill

                                            @Alex-Kushleyev
                                            Yes it does now, thanks for the help.

                                            I'm currently trying to get postion fly mode to work, I check all the calibration, they are there, and the VIO output and IMU output looks fine. But when I go to qground control, I can't arm the drone with position mode. It give

                                            MAV_CMD_COMPONENT_ARM_DISARM command temporarily rejeceted
                                            

                                            ,I test the esc works and I can fly the drone with Manuel mode, but can't switch into position mode and there is no error logged. The drone is on battery and not connect to USB.

                                            I will put my px4 params here:

                                            # Onboard parameters for Vehicle 1
                                            #
                                            # Stack: PX4 Pro
                                            # Vehicle: Multi-Rotor
                                            # Version: 1.14.0 dev
                                            # Git Revision: 636ffefcb102004d
                                            #
                                            # Vehicle-Id Component-Id Name Value Type
                                            1	1	ASPD_SCALE_1	1.000000000000000000	9
                                            1	1	BAT1_CAPACITY	4700.000000000000000000	9
                                            1	1	BAT1_N_CELLS	3	6
                                            1	1	BAT1_R_INTERNAL	0.003000000026077032	9
                                            1	1	BAT1_SOURCE	0	6
                                            1	1	BAT1_V_CHARGED	4.150000095367431641	9
                                            1	1	BAT1_V_EMPTY	3.500000000000000000	9
                                            1	1	BAT1_V_LOAD_DROP	0.100000001490116119	9
                                            1	1	BAT_AVRG_CURRENT	15.000000000000000000	9
                                            1	1	BAT_CRIT_THR	0.100000001490116119	9
                                            1	1	BAT_EMERGEN_THR	0.050000000745058060	9
                                            1	1	BAT_LOW_THR	0.150000005960464478	9
                                            1	1	BAT_N_CELLS	3	6
                                            1	1	BAT_V_CHARGED	4.050000190734863281	9
                                            1	1	BAT_V_EMPTY	3.599999904632568359	9
                                            1	1	BAT_V_LOAD_DROP	0.300000011920928955	9
                                            1	1	CAL_ACC0_ID	2490378	6
                                            1	1	CAL_ACC0_PRIO	50	6
                                            1	1	CAL_ACC0_ROT	-1	6
                                            1	1	CAL_ACC0_XOFF	0.013878345489501953	9
                                            1	1	CAL_ACC0_XSCALE	1.003414273262023926	9
                                            1	1	CAL_ACC0_YOFF	0.009169578552246094	9
                                            1	1	CAL_ACC0_YSCALE	1.002086520195007324	9
                                            1	1	CAL_ACC0_ZOFF	-0.086218357086181641	9
                                            1	1	CAL_ACC0_ZSCALE	1.002695202827453613	9
                                            1	1	CAL_ACC1_ID	0	6
                                            1	1	CAL_ACC2_ID	0	6
                                            1	1	CAL_ACC3_ID	0	6
                                            1	1	CAL_AIR_CMODEL	0	6
                                            1	1	CAL_AIR_TUBED_MM	1.500000000000000000	9
                                            1	1	CAL_AIR_TUBELEN	0.200000002980232239	9
                                            1	1	CAL_BARO0_ID	0	6
                                            1	1	CAL_BARO1_ID	0	6
                                            1	1	CAL_BARO2_ID	0	6
                                            1	1	CAL_BARO3_ID	0	6
                                            1	1	CAL_GYRO0_ID	2490378	6
                                            1	1	CAL_GYRO0_PRIO	50	6
                                            1	1	CAL_GYRO0_ROT	-1	6
                                            1	1	CAL_GYRO0_XOFF	0.017300000414252281	9
                                            1	1	CAL_GYRO0_YOFF	0.013100000098347664	9
                                            1	1	CAL_GYRO0_ZOFF	-0.029300000518560410	9
                                            1	1	CAL_GYRO1_ID	0	6
                                            1	1	CAL_GYRO2_ID	0	6
                                            1	1	CAL_GYRO3_ID	0	6
                                            1	1	CAL_MAG0_ID	396809	6
                                            1	1	CAL_MAG0_PRIO	75	6
                                            1	1	CAL_MAG0_ROT	0	6
                                            1	1	CAL_MAG0_XCOMP	0.000000000000000000	9
                                            1	1	CAL_MAG0_XODIAG	0.010231973603367805	9
                                            1	1	CAL_MAG0_XOFF	-0.013507993891835213	9
                                            1	1	CAL_MAG0_XSCALE	1.011053204536437988	9
                                            1	1	CAL_MAG0_YCOMP	0.000000000000000000	9
                                            1	1	CAL_MAG0_YODIAG	-0.043380342423915863	9
                                            1	1	CAL_MAG0_YOFF	-0.043541945517063141	9
                                            1	1	CAL_MAG0_YSCALE	1.010007023811340332	9
                                            1	1	CAL_MAG0_ZCOMP	0.000000000000000000	9
                                            1	1	CAL_MAG0_ZODIAG	0.123449578881263733	9
                                            1	1	CAL_MAG0_ZOFF	-0.078322507441043854	9
                                            1	1	CAL_MAG0_ZSCALE	1.009836196899414063	9
                                            1	1	CAL_MAG1_ID	0	6
                                            1	1	CAL_MAG1_ROT	-1	6
                                            1	1	CAL_MAG2_ID	0	6
                                            1	1	CAL_MAG2_ROT	-1	6
                                            1	1	CAL_MAG3_ID	0	6
                                            1	1	CAL_MAG3_ROT	-1	6
                                            1	1	CAL_MAG_COMP_TYP	0	6
                                            1	1	CAL_MAG_SIDES	63	6
                                            1	1	CA_AIRFRAME	0	6
                                            1	1	CA_FAILURE_MODE	0	6
                                            1	1	CA_METHOD	2	6
                                            1	1	CA_R0_SLEW	0.000000000000000000	9
                                            1	1	CA_R10_SLEW	0.000000000000000000	9
                                            1	1	CA_R11_SLEW	0.000000000000000000	9
                                            1	1	CA_R1_SLEW	0.000000000000000000	9
                                            1	1	CA_R2_SLEW	0.000000000000000000	9
                                            1	1	CA_R3_SLEW	0.000000000000000000	9
                                            1	1	CA_R4_SLEW	0.000000000000000000	9
                                            1	1	CA_R5_SLEW	0.000000000000000000	9
                                            1	1	CA_R6_SLEW	0.000000000000000000	9
                                            1	1	CA_R7_SLEW	0.000000000000000000	9
                                            1	1	CA_R8_SLEW	0.000000000000000000	9
                                            1	1	CA_R9_SLEW	0.000000000000000000	9
                                            1	1	CA_ROTOR0_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR0_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR0_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR0_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR0_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR0_PX	0.170000001788139343	9
                                            1	1	CA_ROTOR0_PY	0.170000001788139343	9
                                            1	1	CA_ROTOR0_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR10_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR10_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR10_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR10_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR10_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR10_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR10_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR10_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR11_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR11_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR11_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR11_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR11_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR11_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR11_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR11_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR1_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR1_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR1_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR1_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR1_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR1_PX	-0.170000001788139343	9
                                            1	1	CA_ROTOR1_PY	-0.170000001788139343	9
                                            1	1	CA_ROTOR1_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR2_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR2_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR2_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR2_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR2_KM	-0.050000000745058060	9
                                            1	1	CA_ROTOR2_PX	0.170000001788139343	9
                                            1	1	CA_ROTOR2_PY	-0.170000001788139343	9
                                            1	1	CA_ROTOR2_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR3_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR3_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR3_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR3_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR3_KM	-0.050000000745058060	9
                                            1	1	CA_ROTOR3_PX	-0.170000001788139343	9
                                            1	1	CA_ROTOR3_PY	0.170000001788139343	9
                                            1	1	CA_ROTOR3_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR4_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR4_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR4_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR4_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR4_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR4_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR4_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR4_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR5_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR5_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR5_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR5_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR5_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR5_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR5_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR5_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR6_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR6_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR6_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR6_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR6_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR6_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR6_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR6_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR7_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR7_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR7_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR7_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR7_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR7_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR7_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR7_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR8_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR8_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR8_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR8_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR8_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR8_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR8_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR8_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR9_AX	0.000000000000000000	9
                                            1	1	CA_ROTOR9_AY	0.000000000000000000	9
                                            1	1	CA_ROTOR9_AZ	-1.000000000000000000	9
                                            1	1	CA_ROTOR9_CT	6.500000000000000000	9
                                            1	1	CA_ROTOR9_KM	0.050000000745058060	9
                                            1	1	CA_ROTOR9_PX	0.000000000000000000	9
                                            1	1	CA_ROTOR9_PY	0.000000000000000000	9
                                            1	1	CA_ROTOR9_PZ	0.000000000000000000	9
                                            1	1	CA_ROTOR_COUNT	4	6
                                            1	1	CA_R_REV	0	6
                                            1	1	CA_SV0_SLEW	0.000000000000000000	9
                                            1	1	CA_SV1_SLEW	0.000000000000000000	9
                                            1	1	CA_SV2_SLEW	0.000000000000000000	9
                                            1	1	CA_SV3_SLEW	0.000000000000000000	9
                                            1	1	CA_SV4_SLEW	0.000000000000000000	9
                                            1	1	CA_SV5_SLEW	0.000000000000000000	9
                                            1	1	CA_SV6_SLEW	0.000000000000000000	9
                                            1	1	CA_SV7_SLEW	0.000000000000000000	9
                                            1	1	CBRK_AIRSPD_CHK	0	6
                                            1	1	CBRK_FLIGHTTERM	121212	6
                                            1	1	CBRK_IO_SAFETY	22027	6
                                            1	1	CBRK_SUPPLY_CHK	894281	6
                                            1	1	CBRK_USB_CHK	197848	6
                                            1	1	CBRK_VTOLARMING	0	6
                                            1	1	COM_ACT_FAIL_ACT	0	6
                                            1	1	COM_ARM_ARSP_EN	1	6
                                            1	1	COM_ARM_AUTH_ID	10	6
                                            1	1	COM_ARM_AUTH_MET	0	6
                                            1	1	COM_ARM_AUTH_REQ	0	6
                                            1	1	COM_ARM_AUTH_TO	1.000000000000000000	9
                                            1	1	COM_ARM_BAD_INOV	0	6
                                            1	1	COM_ARM_CHK_ESCS	0	6
                                            1	1	COM_ARM_EKF_BIAS	3.000000000000000000	9
                                            1	1	COM_ARM_EKF_HGT	1.000000000000000000	9
                                            1	1	COM_ARM_EKF_POS	0.500000000000000000	9
                                            1	1	COM_ARM_EKF_VEL	0.500000000000000000	9
                                            1	1	COM_ARM_EKF_YAW	0.500000000000000000	9
                                            1	1	COM_ARM_HFLT_CHK	1	6
                                            1	1	COM_ARM_IMU_ACC	0.699999988079071045	9
                                            1	1	COM_ARM_IMU_GYR	0.250000000000000000	9
                                            1	1	COM_ARM_MAG_ANG	60	6
                                            1	1	COM_ARM_MAG_STR	2	6
                                            1	1	COM_ARM_MIS_REQ	0	6
                                            1	1	COM_ARM_ODID	0	6
                                            1	1	COM_ARM_SDCARD	0	6
                                            1	1	COM_ARM_SWISBTN	0	6
                                            1	1	COM_ARM_WO_GPS	1	6
                                            1	1	COM_CPU_MAX	-1.000000000000000000	9
                                            1	1	COM_DISARM_FORCE	0	6
                                            1	1	COM_DISARM_LAND	0.100000001490116119	9
                                            1	1	COM_DISARM_PRFLT	20.000000000000000000	9
                                            1	1	COM_DL_LOSS_T	10	6
                                            1	1	COM_FAIL_ACT_T	5.000000000000000000	9
                                            1	1	COM_FLIGHT_UUID	5	6
                                            1	1	COM_FLTMODE1	7	6
                                            1	1	COM_FLTMODE2	0	6
                                            1	1	COM_FLTMODE3	0	6
                                            1	1	COM_FLTMODE4	2	6
                                            1	1	COM_FLTMODE5	0	6
                                            1	1	COM_FLTMODE6	0	6
                                            1	1	COM_FLT_PROFILE	0	6
                                            1	1	COM_FLT_TIME_MAX	-1	6
                                            1	1	COM_FORCE_SAFETY	0	6
                                            1	1	COM_HLDL_LOSS_T	120	6
                                            1	1	COM_HLDL_REG_T	0	6
                                            1	1	COM_HOME_EN	1	6
                                            1	1	COM_HOME_IN_AIR	0	6
                                            1	1	COM_IMB_PROP_ACT	0	6
                                            1	1	COM_KILL_DISARM	0.000000000000000000	9
                                            1	1	COM_LKDOWN_TKO	3.000000000000000000	9
                                            1	1	COM_LOW_BAT_ACT	0	6
                                            1	1	COM_MOT_TEST_EN	1	6
                                            1	1	COM_OBC_LOSS_T	5.000000000000000000	9
                                            1	1	COM_OBL_RC_ACT	0	6
                                            1	1	COM_OBS_AVOID	0	6
                                            1	1	COM_OF_LOSS_T	3.000000000000000000	9
                                            1	1	COM_PARACHUTE	0	6
                                            1	1	COM_POSCTL_NAVL	0	6
                                            1	1	COM_POS_FS_DELAY	1	6
                                            1	1	COM_POS_FS_EPH	5.000000000000000000	9
                                            1	1	COM_POS_LOW_EPH	-1.000000000000000000	9
                                            1	1	COM_POWER_COUNT	1	6
                                            1	1	COM_PREARM_MODE	0	6
                                            1	1	COM_QC_ACT	0	6
                                            1	1	COM_RCL_EXCEPT	0	6
                                            1	1	COM_RC_ARM_HYST	1000	6
                                            1	1	COM_RC_IN_MODE	3	6
                                            1	1	COM_RC_LOSS_T	0.500000000000000000	9
                                            1	1	COM_RC_OVERRIDE	1	6
                                            1	1	COM_RC_STICK_OV	30.000000000000000000	9
                                            1	1	COM_SPOOLUP_TIME	2.000000000000000000	9
                                            1	1	COM_TAKEOFF_ACT	0	6
                                            1	1	COM_VEL_FS_EVH	1.000000000000000000	9
                                            1	1	COM_WIND_MAX	-1.000000000000000000	9
                                            1	1	COM_WIND_WARN	-1.000000000000000000	9
                                            1	1	CP_DELAY	0.400000005960464478	9
                                            1	1	CP_DIST	-1.000000000000000000	9
                                            1	1	CP_GO_NO_DATA	0	6
                                            1	1	CP_GUIDE_ANG	30.000000000000000000	9
                                            1	1	EKF2_ABIAS_INIT	0.200000002980232239	9
                                            1	1	EKF2_ABL_ACCLIM	25.000000000000000000	9
                                            1	1	EKF2_ABL_GYRLIM	3.000000000000000000	9
                                            1	1	EKF2_ABL_LIM	0.400000005960464478	9
                                            1	1	EKF2_ABL_TAU	0.500000000000000000	9
                                            1	1	EKF2_ACC_B_NOISE	0.003000000026077032	9
                                            1	1	EKF2_ACC_NOISE	0.349999994039535522	9
                                            1	1	EKF2_AID_MASK	0	6
                                            1	1	EKF2_ANGERR_INIT	0.100000001490116119	9
                                            1	1	EKF2_ARSP_THR	0.000000000000000000	9
                                            1	1	EKF2_ASPD_MAX	20.000000000000000000	9
                                            1	1	EKF2_ASP_DELAY	100.000000000000000000	9
                                            1	1	EKF2_AVEL_DELAY	5.000000000000000000	9
                                            1	1	EKF2_BARO_CTRL	1	6
                                            1	1	EKF2_BARO_DELAY	0.000000000000000000	9
                                            1	1	EKF2_BARO_GATE	5.000000000000000000	9
                                            1	1	EKF2_BARO_NOISE	3.500000000000000000	9
                                            1	1	EKF2_BCOEF_X	100.000000000000000000	9
                                            1	1	EKF2_BCOEF_Y	100.000000000000000000	9
                                            1	1	EKF2_BETA_GATE	5.000000000000000000	9
                                            1	1	EKF2_BETA_NOISE	0.300000011920928955	9
                                            1	1	EKF2_DECL_TYPE	7	6
                                            1	1	EKF2_DRAG_CTRL	0	6
                                            1	1	EKF2_DRAG_NOISE	2.500000000000000000	9
                                            1	1	EKF2_EAS_NOISE	1.399999976158142090	9
                                            1	1	EKF2_EVA_NOISE	0.100000001490116119	9
                                            1	1	EKF2_EVP_GATE	5.000000000000000000	9
                                            1	1	EKF2_EVP_NOISE	0.100000001490116119	9
                                            1	1	EKF2_EVV_GATE	3.000000000000000000	9
                                            1	1	EKF2_EVV_NOISE	0.100000001490116119	9
                                            1	1	EKF2_EV_CTRL	0	6
                                            1	1	EKF2_EV_DELAY	0.000000000000000000	9
                                            1	1	EKF2_EV_HGT_TO	5000	6
                                            1	1	EKF2_EV_NOISE_MD	0	6
                                            1	1	EKF2_EV_POS_TO	1000	6
                                            1	1	EKF2_EV_POS_X	0.000000000000000000	9
                                            1	1	EKF2_EV_POS_Y	0.000000000000000000	9
                                            1	1	EKF2_EV_POS_Z	0.000000000000000000	9
                                            1	1	EKF2_EV_QMIN	0	6
                                            1	1	EKF2_FUSE_BETA	0	6
                                            1	1	EKF2_GBIAS_INIT	0.100000001490116119	9
                                            1	1	EKF2_GND_EFF_DZ	4.000000000000000000	9
                                            1	1	EKF2_GND_MAX_HGT	0.500000000000000000	9
                                            1	1	EKF2_GPS_CHECK	245	6
                                            1	1	EKF2_GPS_CTRL	7	6
                                            1	1	EKF2_GPS_DELAY	110.000000000000000000	9
                                            1	1	EKF2_GPS_POS_X	0.000000000000000000	9
                                            1	1	EKF2_GPS_POS_Y	0.000000000000000000	9
                                            1	1	EKF2_GPS_POS_Z	0.000000000000000000	9
                                            1	1	EKF2_GPS_P_GATE	5.000000000000000000	9
                                            1	1	EKF2_GPS_P_NOISE	0.500000000000000000	9
                                            1	1	EKF2_GPS_V_GATE	5.000000000000000000	9
                                            1	1	EKF2_GPS_V_NOISE	0.300000011920928955	9
                                            1	1	EKF2_GRAV_NOISE	1.000000000000000000	9
                                            1	1	EKF2_GSF_TAS	15.000000000000000000	9
                                            1	1	EKF2_GYR_B_LIM	0.150000005960464478	9
                                            1	1	EKF2_GYR_B_NOISE	0.001000000047497451	9
                                            1	1	EKF2_GYR_NOISE	0.014999999664723873	9
                                            1	1	EKF2_HDG_GATE	2.599999904632568359	9
                                            1	1	EKF2_HEAD_NOISE	0.300000011920928955	9
                                            1	1	EKF2_HGT_REF	0	6
                                            1	1	EKF2_IMU_CTRL	3	6
                                            1	1	EKF2_IMU_POS_X	0.032999999821186066	9
                                            1	1	EKF2_IMU_POS_Y	0.008000000379979610	9
                                            1	1	EKF2_IMU_POS_Z	-0.035999998450279236	9
                                            1	1	EKF2_MAG_ACCLIM	0.500000000000000000	9
                                            1	1	EKF2_MAG_B_NOISE	0.000099999997473788	9
                                            1	1	EKF2_MAG_CHECK	1	6
                                            1	1	EKF2_MAG_DECL	0.000000000000000000	9
                                            1	1	EKF2_MAG_DELAY	0.000000000000000000	9
                                            1	1	EKF2_MAG_E_NOISE	0.001000000047497451	9
                                            1	1	EKF2_MAG_GATE	3.000000000000000000	9
                                            1	1	EKF2_MAG_NOISE	0.050000000745058060	9
                                            1	1	EKF2_MAG_TYPE	0	6
                                            1	1	EKF2_MAG_YAWLIM	0.200000002980232239	9
                                            1	1	EKF2_MCOEF	0.150000005960464478	9
                                            1	1	EKF2_MIN_RNG	0.100000001490116119	9
                                            1	1	EKF2_NOAID_NOISE	10.000000000000000000	9
                                            1	1	EKF2_NOAID_TOUT	5000000	6
                                            1	1	EKF2_OF_CTRL	0	6
                                            1	1	EKF2_OF_DELAY	20.000000000000000000	9
                                            1	1	EKF2_OF_GATE	3.000000000000000000	9
                                            1	1	EKF2_OF_N_MAX	0.500000000000000000	9
                                            1	1	EKF2_OF_N_MIN	0.150000005960464478	9
                                            1	1	EKF2_OF_POS_X	0.000000000000000000	9
                                            1	1	EKF2_OF_POS_Y	0.000000000000000000	9
                                            1	1	EKF2_OF_POS_Z	0.000000000000000000	9
                                            1	1	EKF2_OF_QMIN	1	6
                                            1	1	EKF2_PCOEF_XN	0.000000000000000000	9
                                            1	1	EKF2_PCOEF_XP	0.000000000000000000	9
                                            1	1	EKF2_PCOEF_YN	0.000000000000000000	9
                                            1	1	EKF2_PCOEF_YP	0.000000000000000000	9
                                            1	1	EKF2_PCOEF_Z	0.000000000000000000	9
                                            1	1	EKF2_PREDICT_US	10000	6
                                            1	1	EKF2_REQ_EPH	3.000000000000000000	9
                                            1	1	EKF2_REQ_EPV	5.000000000000000000	9
                                            1	1	EKF2_REQ_GPS_H	5.000000000000000000	9
                                            1	1	EKF2_REQ_HDRIFT	0.100000001490116119	9
                                            1	1	EKF2_REQ_NSATS	6	6
                                            1	1	EKF2_REQ_PDOP	2.500000000000000000	9
                                            1	1	EKF2_REQ_SACC	1.500000000000000000	9
                                            1	1	EKF2_REQ_VDRIFT	0.200000002980232239	9
                                            1	1	EKF2_RNG_A_HMAX	5.000000000000000000	9
                                            1	1	EKF2_RNG_A_IGATE	1.000000000000000000	9
                                            1	1	EKF2_RNG_A_VMAX	1.000000000000000000	9
                                            1	1	EKF2_RNG_CTRL	0	6
                                            1	1	EKF2_RNG_DELAY	5.000000000000000000	9
                                            1	1	EKF2_RNG_GATE	5.000000000000000000	9
                                            1	1	EKF2_RNG_K_GATE	1.000000000000000000	9
                                            1	1	EKF2_RNG_NOISE	0.100000001490116119	9
                                            1	1	EKF2_RNG_PITCH	0.000000000000000000	9
                                            1	1	EKF2_RNG_POS_X	0.000000000000000000	9
                                            1	1	EKF2_RNG_POS_Y	0.000000000000000000	9
                                            1	1	EKF2_RNG_POS_Z	0.000000000000000000	9
                                            1	1	EKF2_RNG_QLTY_T	1.000000000000000000	9
                                            1	1	EKF2_RNG_SFE	0.050000000745058060	9
                                            1	1	EKF2_SYNT_MAG_Z	0	6
                                            1	1	EKF2_TAS_GATE	3.000000000000000000	9
                                            1	1	EKF2_TAU_POS	0.250000000000000000	9
                                            1	1	EKF2_TAU_VEL	0.250000000000000000	9
                                            1	1	EKF2_TERR_GRAD	0.500000000000000000	9
                                            1	1	EKF2_TERR_MASK	3	6
                                            1	1	EKF2_TERR_NOISE	5.000000000000000000	9
                                            1	1	EKF2_WIND_NSD	0.009999999776482582	9
                                            1	1	FD_ACT_EN	1	6
                                            1	1	FD_ACT_MOT_C2T	2.000000000000000000	9
                                            1	1	FD_ACT_MOT_THR	0.200000002980232239	9
                                            1	1	FD_ACT_MOT_TOUT	100	6
                                            1	1	FD_ESCS_EN	1	6
                                            1	1	FD_EXT_ATS_EN	0	6
                                            1	1	FD_EXT_ATS_TRIG	1900	6
                                            1	1	FD_FAIL_P	60	6
                                            1	1	FD_FAIL_P_TTRI	0.300000011920928955	9
                                            1	1	FD_FAIL_R	60	6
                                            1	1	FD_FAIL_R_TTRI	0.300000011920928955	9
                                            1	1	FD_IMB_PROP_THR	30	6
                                            1	1	FLW_TGT_ALT_M	0	6
                                            1	1	FLW_TGT_DST	8.000000000000000000	9
                                            1	1	FLW_TGT_FA	180.000000000000000000	9
                                            1	1	FLW_TGT_HT	8.000000000000000000	9
                                            1	1	FLW_TGT_MAX_VEL	5.000000000000000000	9
                                            1	1	FLW_TGT_RS	0.100000001490116119	9
                                            1	1	FW_AIRSPD_MAX	20.000000000000000000	9
                                            1	1	FW_AIRSPD_TRIM	15.000000000000000000	9
                                            1	1	FW_ARSP_MODE	0	6
                                            1	1	FW_PSP_OFF	0.000000000000000000	9
                                            1	1	FW_T_CLMB_R_SP	3.000000000000000000	9
                                            1	1	FW_T_SINK_R_SP	2.000000000000000000	9
                                            1	1	GF_ACTION	2	6
                                            1	1	GF_ALTMODE	0	6
                                            1	1	GF_COUNT	-1	6
                                            1	1	GF_MAX_HOR_DIST	0.000000000000000000	9
                                            1	1	GF_MAX_VER_DIST	0.000000000000000000	9
                                            1	1	GF_PREDICT	0	6
                                            1	1	GF_SOURCE	0	6
                                            1	1	GND_SPEED_THR_SC	1.000000000000000000	9
                                            1	1	GPS_1_GNSS	0	6
                                            1	1	GPS_1_PROTOCOL	1	6
                                            1	1	GPS_DUMP_COMM	0	6
                                            1	1	GPS_PITCH_OFFSET	0.000000000000000000	9
                                            1	1	GPS_SAT_INFO	0	6
                                            1	1	GPS_UBX_BAUD2	230400	6
                                            1	1	GPS_UBX_CFG_INTF	0	6
                                            1	1	GPS_UBX_DYNMODEL	6	6
                                            1	1	GPS_UBX_MODE	0	6
                                            1	1	GPS_YAW_OFFSET	0.000000000000000000	9
                                            1	1	HTE_ACC_GATE	3.000000000000000000	9
                                            1	1	HTE_HT_ERR_INIT	0.100000001490116119	9
                                            1	1	HTE_HT_NOISE	0.003599999938160181	9
                                            1	1	HTE_THR_RANGE	0.200000002980232239	9
                                            1	1	HTE_VXY_THR	10.000000000000000000	9
                                            1	1	HTE_VZ_THR	2.000000000000000000	9
                                            1	1	IMU_ACCEL_CUTOFF	40.000000000000000000	9
                                            1	1	IMU_DGYRO_CUTOFF	40.000000000000000000	9
                                            1	1	IMU_GYRO_CUTOFF	40.000000000000000000	9
                                            1	1	IMU_GYRO_DNF_BW	15.000000000000000000	9
                                            1	1	IMU_GYRO_DNF_EN	1	6
                                            1	1	IMU_GYRO_DNF_HMC	3	6
                                            1	1	IMU_GYRO_DNF_MIN	25.000000000000000000	9
                                            1	1	IMU_GYRO_NF0_BW	20.000000000000000000	9
                                            1	1	IMU_GYRO_NF0_FRQ	0.000000000000000000	9
                                            1	1	IMU_GYRO_NF1_BW	20.000000000000000000	9
                                            1	1	IMU_GYRO_NF1_FRQ	0.000000000000000000	9
                                            1	1	IMU_GYRO_RATEMAX	800	6
                                            1	1	IMU_INTEG_RATE	200	6
                                            1	1	LNDMC_ALT_GND	2.000000000000000000	9
                                            1	1	LNDMC_ALT_MAX	-1.000000000000000000	9
                                            1	1	LNDMC_ROT_MAX	30.000000000000000000	9
                                            1	1	LNDMC_TRIG_TIME	0.500000000000000000	9
                                            1	1	LNDMC_XY_VEL_MAX	1.500000000000000000	9
                                            1	1	LNDMC_Z_VEL_MAX	0.250000000000000000	9
                                            1	1	LND_FLIGHT_T_HI	0	6
                                            1	1	LND_FLIGHT_T_LO	3380614	6
                                            1	1	MAN_ARM_GESTURE	0	6
                                            1	1	MAV_COMP_ID	1	6
                                            1	1	MAV_FWDEXTSP	1	6
                                            1	1	MAV_HASH_CHK_EN	1	6
                                            1	1	MAV_HB_FORW_EN	1	6
                                            1	1	MAV_PROTO_VER	0	6
                                            1	1	MAV_RADIO_TOUT	5	6
                                            1	1	MAV_SIK_RADIO_ID	0	6
                                            1	1	MAV_SYS_ID	1	6
                                            1	1	MAV_TYPE	2	6
                                            1	1	MAV_USEHILGPS	0	6
                                            1	1	MC_ACRO_EXPO	0.689999997615814209	9
                                            1	1	MC_ACRO_EXPO_Y	0.689999997615814209	9
                                            1	1	MC_ACRO_P_MAX	720.000000000000000000	9
                                            1	1	MC_ACRO_R_MAX	720.000000000000000000	9
                                            1	1	MC_ACRO_SUPEXPO	0.699999988079071045	9
                                            1	1	MC_ACRO_SUPEXPOY	0.699999988079071045	9
                                            1	1	MC_ACRO_Y_MAX	540.000000000000000000	9
                                            1	1	MC_AIRMODE	0	6
                                            1	1	MC_AT_APPLY	1	6
                                            1	1	MC_AT_AXES	3	6
                                            1	1	MC_AT_RISE_TIME	0.140000000596046448	9
                                            1	1	MC_AT_START	0	6
                                            1	1	MC_AT_SYSID_AMP	0.699999988079071045	9
                                            1	1	MC_BAT_SCALE_EN	0	6
                                            1	1	MC_INJECT_AMP	0.050000000745058060	9
                                            1	1	MC_INJECT_CNT	12	6
                                            1	1	MC_INJECT_EN	0	6
                                            1	1	MC_INJECT_INC	1.000000000000000000	9
                                            1	1	MC_INJECT_REST_T	1.000000000000000000	9
                                            1	1	MC_INJECT_RPY	2	6
                                            1	1	MC_INJECT_SINE_T	5.000000000000000000	9
                                            1	1	MC_INJECT_START	3.000000000000000000	9
                                            1	1	MC_MAN_TILT_TAU	0.000000000000000000	9
                                            1	1	MC_ORBIT_RAD_MAX	1000.000000000000000000	9
                                            1	1	MC_PITCHRATE_D	0.000000000000000000	9
                                            1	1	MC_PITCHRATE_FF	0.000000000000000000	9
                                            1	1	MC_PITCHRATE_I	0.400000005960464478	9
                                            1	1	MC_PITCHRATE_K	1.000000000000000000	9
                                            1	1	MC_PITCHRATE_MAX	150.000000000000000000	9
                                            1	1	MC_PITCHRATE_P	0.079999998211860657	9
                                            1	1	MC_PITCH_CUTOFF	0.000000000000000000	9
                                            1	1	MC_PITCH_P	5.500000000000000000	9
                                            1	1	MC_PR_INT_LIM	0.300000011920928955	9
                                            1	1	MC_ROLLRATE_D	0.000000000000000000	9
                                            1	1	MC_ROLLRATE_FF	0.000000000000000000	9
                                            1	1	MC_ROLLRATE_I	0.400000005960464478	9
                                            1	1	MC_ROLLRATE_K	1.000000000000000000	9
                                            1	1	MC_ROLLRATE_MAX	150.000000000000000000	9
                                            1	1	MC_ROLLRATE_P	0.079999998211860657	9
                                            1	1	MC_ROLL_CUTOFF	0.000000000000000000	9
                                            1	1	MC_ROLL_P	5.500000000000000000	9
                                            1	1	MC_RR_INT_LIM	0.300000011920928955	9
                                            1	1	MC_THR_CURVE_ACR	0	6
                                            1	1	MC_YAWRATE_D	0.000000000000000000	9
                                            1	1	MC_YAWRATE_FF	0.000000000000000000	9
                                            1	1	MC_YAWRATE_I	0.300000011920928955	9
                                            1	1	MC_YAWRATE_K	1.000000000000000000	9
                                            1	1	MC_YAWRATE_MAX	150.000000000000000000	9
                                            1	1	MC_YAWRATE_P	0.129999995231628418	9
                                            1	1	MC_YAW_CUTOFF	0.000000000000000000	9
                                            1	1	MC_YAW_P	2.000000000000000000	9
                                            1	1	MC_YAW_WEIGHT	0.400000005960464478	9
                                            1	1	MC_YR_INT_LIM	0.300000011920928955	9
                                            1	1	MIS_DIST_1WP	900.000000000000000000	9
                                            1	1	MIS_LND_ABRT_ALT	30	6
                                            1	1	MIS_MNT_YAW_CTL	0	6
                                            1	1	MIS_PD_TO	5.000000000000000000	9
                                            1	1	MIS_TAKEOFF_ALT	2.500000000000000000	9
                                            1	1	MIS_TKO_LAND_REQ	0	6
                                            1	1	MIS_YAW_ERR	12.000000000000000000	9
                                            1	1	MIS_YAW_TMT	-1.000000000000000000	9
                                            1	1	MODALAI_CONFIG	0	6
                                            1	1	MOT_SLEW_MAX	0.000000000000000000	9
                                            1	1	MPC_ACC_DOWN_MAX	3.000000000000000000	9
                                            1	1	MPC_ACC_HOR	3.000000000000000000	9
                                            1	1	MPC_ACC_HOR_MAX	6.000000000000000000	9
                                            1	1	MPC_ACC_UP_MAX	3.000000000000000000	9
                                            1	1	MPC_ALT_MODE	0	6
                                            1	1	MPC_HOLD_DZ	0.100000001490116119	9
                                            1	1	MPC_HOLD_MAX_XY	0.000000000000000000	9
                                            1	1	MPC_HOLD_MAX_Z	0.000000000000000000	9
                                            1	1	MPC_JERK_AUTO	4.000000000000000000	9
                                            1	1	MPC_JERK_MAX	40.000000000000000000	9
                                            1	1	MPC_LAND_ALT1	10.000000000000000000	9
                                            1	1	MPC_LAND_ALT2	5.000000000000000000	9
                                            1	1	MPC_LAND_ALT3	1.000000000000000000	9
                                            1	1	MPC_LAND_CRWL	0.300000011920928955	9
                                            1	1	MPC_LAND_RADIUS	1000.000000000000000000	9
                                            1	1	MPC_LAND_RC_HELP	0	6
                                            1	1	MPC_LAND_SPEED	1.000000000000000000	9
                                            1	1	MPC_MANTHR_MIN	0.119999997317790985	9
                                            1	1	MPC_MAN_TILT_MAX	35.000000000000000000	9
                                            1	1	MPC_MAN_Y_MAX	150.000000000000000000	9
                                            1	1	MPC_MAN_Y_TAU	0.079999998211860657	9
                                            1	1	MPC_POS_MODE	4	6
                                            1	1	MPC_THR_CURVE	0	6
                                            1	1	MPC_THR_HOVER	0.389999985694885254	9
                                            1	1	MPC_THR_MAX	0.750000000000000000	9
                                            1	1	MPC_THR_MIN	0.119999997317790985	9
                                            1	1	MPC_THR_XY_MARG	0.300000011920928955	9
                                            1	1	MPC_TILTMAX_AIR	30.000000000000000000	9
                                            1	1	MPC_TILTMAX_LND	12.000000000000000000	9
                                            1	1	MPC_TKO_RAMP_T	1.000000000000000000	9
                                            1	1	MPC_TKO_SPEED	1.500000000000000000	9
                                            1	1	MPC_USE_HTE	1	6
                                            1	1	MPC_VELD_LP	5.000000000000000000	9
                                            1	1	MPC_VEL_MANUAL	5.000000000000000000	9
                                            1	1	MPC_VEL_MAN_BACK	-1.000000000000000000	9
                                            1	1	MPC_VEL_MAN_SIDE	-1.000000000000000000	9
                                            1	1	MPC_XY_CRUISE	5.000000000000000000	9
                                            1	1	MPC_XY_ERR_MAX	2.000000000000000000	9
                                            1	1	MPC_XY_MAN_EXPO	0.449999988079071045	9
                                            1	1	MPC_XY_P	0.949999988079071045	9
                                            1	1	MPC_XY_TRAJ_P	0.500000000000000000	9
                                            1	1	MPC_XY_VEL_ALL	-10.000000000000000000	9
                                            1	1	MPC_XY_VEL_D_ACC	0.000000000000000000	9
                                            1	1	MPC_XY_VEL_I_ACC	0.100000001490116119	9
                                            1	1	MPC_XY_VEL_MAX	5.000000000000000000	9
                                            1	1	MPC_XY_VEL_P_ACC	3.000000000000000000	9
                                            1	1	MPC_YAWRAUTO_MAX	45.000000000000000000	9
                                            1	1	MPC_YAW_EXPO	0.300000011920928955	9
                                            1	1	MPC_YAW_MODE	0	6
                                            1	1	MPC_Z_MAN_EXPO	0.100000001490116119	9
                                            1	1	MPC_Z_P	1.000000000000000000	9
                                            1	1	MPC_Z_VEL_ALL	-3.000000000000000000	9
                                            1	1	MPC_Z_VEL_D_ACC	0.000000000000000000	9
                                            1	1	MPC_Z_VEL_I_ACC	2.000000000000000000	9
                                            1	1	MPC_Z_VEL_MAX_DN	1.500000000000000000	9
                                            1	1	MPC_Z_VEL_MAX_UP	4.000000000000000000	9
                                            1	1	MPC_Z_VEL_P_ACC	8.000000000000000000	9
                                            1	1	MPC_Z_V_AUTO_DN	1.500000000000000000	9
                                            1	1	MPC_Z_V_AUTO_UP	3.000000000000000000	9
                                            1	1	NAV_ACC_RAD	2.000000000000000000	9
                                            1	1	NAV_DLL_ACT	0	6
                                            1	1	NAV_FORCE_VT	1	6
                                            1	1	NAV_FW_ALTL_RAD	5.000000000000000000	9
                                            1	1	NAV_FW_ALT_RAD	10.000000000000000000	9
                                            1	1	NAV_LOITER_RAD	80.000000000000000000	9
                                            1	1	NAV_MC_ALT_RAD	0.800000011920928955	9
                                            1	1	NAV_MIN_LTR_ALT	-1.000000000000000000	9
                                            1	1	NAV_RCL_ACT	2	6
                                            1	1	NAV_TRAFF_AVOID	1	6
                                            1	1	NAV_TRAFF_A_HOR	500.000000000000000000	9
                                            1	1	NAV_TRAFF_A_VER	500.000000000000000000	9
                                            1	1	NAV_TRAFF_COLL_T	60	6
                                            1	1	PLD_BTOUT	5.000000000000000000	9
                                            1	1	PLD_FAPPR_ALT	0.100000001490116119	9
                                            1	1	PLD_HACC_RAD	0.200000002980232239	9
                                            1	1	PLD_MAX_SRCH	3	6
                                            1	1	PLD_SRCH_ALT	10.000000000000000000	9
                                            1	1	PLD_SRCH_TOUT	10.000000000000000000	9
                                            1	1	RC10_DZ	0.000000000000000000	9
                                            1	1	RC10_MAX	2000.000000000000000000	9
                                            1	1	RC10_MIN	1000.000000000000000000	9
                                            1	1	RC10_REV	1.000000000000000000	9
                                            1	1	RC10_TRIM	1500.000000000000000000	9
                                            1	1	RC11_DZ	0.000000000000000000	9
                                            1	1	RC11_MAX	2000.000000000000000000	9
                                            1	1	RC11_MIN	1000.000000000000000000	9
                                            1	1	RC11_REV	1.000000000000000000	9
                                            1	1	RC11_TRIM	1500.000000000000000000	9
                                            1	1	RC12_DZ	0.000000000000000000	9
                                            1	1	RC12_MAX	2000.000000000000000000	9
                                            1	1	RC12_MIN	1000.000000000000000000	9
                                            1	1	RC12_REV	1.000000000000000000	9
                                            1	1	RC12_TRIM	1500.000000000000000000	9
                                            1	1	RC13_DZ	0.000000000000000000	9
                                            1	1	RC13_MAX	2000.000000000000000000	9
                                            1	1	RC13_MIN	1000.000000000000000000	9
                                            1	1	RC13_REV	1.000000000000000000	9
                                            1	1	RC13_TRIM	1500.000000000000000000	9
                                            1	1	RC14_DZ	0.000000000000000000	9
                                            1	1	RC14_MAX	2000.000000000000000000	9
                                            1	1	RC14_MIN	1000.000000000000000000	9
                                            1	1	RC14_REV	1.000000000000000000	9
                                            1	1	RC14_TRIM	1500.000000000000000000	9
                                            1	1	RC15_DZ	0.000000000000000000	9
                                            1	1	RC15_MAX	2000.000000000000000000	9
                                            1	1	RC15_MIN	1000.000000000000000000	9
                                            1	1	RC15_REV	1.000000000000000000	9
                                            1	1	RC15_TRIM	1500.000000000000000000	9
                                            1	1	RC16_DZ	0.000000000000000000	9
                                            1	1	RC16_MAX	2000.000000000000000000	9
                                            1	1	RC16_MIN	1000.000000000000000000	9
                                            1	1	RC16_REV	1.000000000000000000	9
                                            1	1	RC16_TRIM	1500.000000000000000000	9
                                            1	1	RC17_DZ	0.000000000000000000	9
                                            1	1	RC17_MAX	2000.000000000000000000	9
                                            1	1	RC17_MIN	1000.000000000000000000	9
                                            1	1	RC17_REV	1.000000000000000000	9
                                            1	1	RC17_TRIM	1500.000000000000000000	9
                                            1	1	RC18_DZ	0.000000000000000000	9
                                            1	1	RC18_MAX	2000.000000000000000000	9
                                            1	1	RC18_MIN	1000.000000000000000000	9
                                            1	1	RC18_REV	1.000000000000000000	9
                                            1	1	RC18_TRIM	1500.000000000000000000	9
                                            1	1	RC1_DZ	10.000000000000000000	9
                                            1	1	RC1_MAX	1897.000000000000000000	9
                                            1	1	RC1_MIN	1103.000000000000000000	9
                                            1	1	RC1_REV	-1.000000000000000000	9
                                            1	1	RC1_TRIM	1498.000000000000000000	9
                                            1	1	RC2_DZ	10.000000000000000000	9
                                            1	1	RC2_MAX	1897.000000000000000000	9
                                            1	1	RC2_MIN	1103.000000000000000000	9
                                            1	1	RC2_REV	1.000000000000000000	9
                                            1	1	RC2_TRIM	1502.000000000000000000	9
                                            1	1	RC3_DZ	10.000000000000000000	9
                                            1	1	RC3_MAX	1898.000000000000000000	9
                                            1	1	RC3_MIN	1102.000000000000000000	9
                                            1	1	RC3_REV	1.000000000000000000	9
                                            1	1	RC3_TRIM	1102.000000000000000000	9
                                            1	1	RC4_DZ	10.000000000000000000	9
                                            1	1	RC4_MAX	1897.000000000000000000	9
                                            1	1	RC4_MIN	1103.000000000000000000	9
                                            1	1	RC4_REV	-1.000000000000000000	9
                                            1	1	RC4_TRIM	1500.000000000000000000	9
                                            1	1	RC5_DZ	10.000000000000000000	9
                                            1	1	RC5_MAX	1898.000000000000000000	9
                                            1	1	RC5_MIN	1102.000000000000000000	9
                                            1	1	RC5_REV	1.000000000000000000	9
                                            1	1	RC5_TRIM	1500.000000000000000000	9
                                            1	1	RC6_DZ	10.000000000000000000	9
                                            1	1	RC6_MAX	1898.000000000000000000	9
                                            1	1	RC6_MIN	1102.000000000000000000	9
                                            1	1	RC6_REV	1.000000000000000000	9
                                            1	1	RC6_TRIM	1500.000000000000000000	9
                                            1	1	RC7_DZ	10.000000000000000000	9
                                            1	1	RC7_MAX	2000.000000000000000000	9
                                            1	1	RC7_MIN	1000.000000000000000000	9
                                            1	1	RC7_REV	1.000000000000000000	9
                                            1	1	RC7_TRIM	1500.000000000000000000	9
                                            1	1	RC8_DZ	10.000000000000000000	9
                                            1	1	RC8_MAX	2000.000000000000000000	9
                                            1	1	RC8_MIN	1000.000000000000000000	9
                                            1	1	RC8_REV	1.000000000000000000	9
                                            1	1	RC8_TRIM	1500.000000000000000000	9
                                            1	1	RC9_DZ	0.000000000000000000	9
                                            1	1	RC9_MAX	2000.000000000000000000	9
                                            1	1	RC9_MIN	1000.000000000000000000	9
                                            1	1	RC9_REV	1.000000000000000000	9
                                            1	1	RC9_TRIM	1500.000000000000000000	9
                                            1	1	RC_ARMSWITCH_TH	0.750000000000000000	9
                                            1	1	RC_CHAN_CNT	7	6
                                            1	1	RC_ENG_MOT_TH	0.750000000000000000	9
                                            1	1	RC_FAILS_THR	0	6
                                            1	1	RC_GEAR_TH	0.750000000000000000	9
                                            1	1	RC_KILLSWITCH_TH	0.750000000000000000	9
                                            1	1	RC_LOITER_TH	0.750000000000000000	9
                                            1	1	RC_MAP_ACRO_SW	0	6
                                            1	1	RC_MAP_ARM_SW	0	6
                                            1	1	RC_MAP_AUX1	0	6
                                            1	1	RC_MAP_AUX2	0	6
                                            1	1	RC_MAP_AUX3	0	6
                                            1	1	RC_MAP_AUX4	0	6
                                            1	1	RC_MAP_AUX5	0	6
                                            1	1	RC_MAP_AUX6	0	6
                                            1	1	RC_MAP_ENG_MOT	0	6
                                            1	1	RC_MAP_FAILSAFE	0	6
                                            1	1	RC_MAP_FLAPS	0	6
                                            1	1	RC_MAP_FLTMODE	6	6
                                            1	1	RC_MAP_FLTM_BTN	0	6
                                            1	1	RC_MAP_GEAR_SW	0	6
                                            1	1	RC_MAP_KILL_SW	5	6
                                            1	1	RC_MAP_LOITER_SW	0	6
                                            1	1	RC_MAP_MAN_SW	0	6
                                            1	1	RC_MAP_MODE_SW	5	6
                                            1	1	RC_MAP_OFFB_SW	0	6
                                            1	1	RC_MAP_PARAM1	0	6
                                            1	1	RC_MAP_PARAM2	0	6
                                            1	1	RC_MAP_PARAM3	0	6
                                            1	1	RC_MAP_PITCH	2	6
                                            1	1	RC_MAP_POSCTL_SW	0	6
                                            1	1	RC_MAP_RATT_SW	0	6
                                            1	1	RC_MAP_RETURN_SW	0	6
                                            1	1	RC_MAP_ROLL	1	6
                                            1	1	RC_MAP_STAB_SW	0	6
                                            1	1	RC_MAP_THROTTLE	3	6
                                            1	1	RC_MAP_TRANS_SW	0	6
                                            1	1	RC_MAP_YAW	4	6
                                            1	1	RC_OFFB_TH	0.750000000000000000	9
                                            1	1	RC_RETURN_TH	0.750000000000000000	9
                                            1	1	RC_TRANS_TH	0.750000000000000000	9
                                            1	1	RTL_CONE_ANG	45	6
                                            1	1	RTL_DESCEND_ALT	10.000000000000000000	9
                                            1	1	RTL_HDG_MD	0	6
                                            1	1	RTL_LAND_DELAY	0.000000000000000000	9
                                            1	1	RTL_LOITER_RAD	80.000000000000000000	9
                                            1	1	RTL_MIN_DIST	10.000000000000000000	9
                                            1	1	RTL_PLD_MD	0	6
                                            1	1	RTL_RETURN_ALT	30.000000000000000000	9
                                            1	1	RTL_TIME_FACTOR	1.100000023841857910	9
                                            1	1	RTL_TIME_MARGIN	100	6
                                            1	1	RTL_TYPE	0	6
                                            1	1	SDLOG_BOOT_BAT	0	6
                                            1	1	SDLOG_DIRS_MAX	0	6
                                            1	1	SDLOG_MISSION	0	6
                                            1	1	SDLOG_MODE	0	6
                                            1	1	SDLOG_PROFILE	129	6
                                            1	1	SDLOG_UTC_OFFSET	0	6
                                            1	1	SDLOG_UUID	1	6
                                            1	1	SENS_BARO_QNH	1013.250000000000000000	9
                                            1	1	SENS_BARO_RATE	20.000000000000000000	9
                                            1	1	SENS_BOARD_ROT	0	6
                                            1	1	SENS_BOARD_X_OFF	0.041955806314945221	9
                                            1	1	SENS_BOARD_Y_OFF	-1.713702201843261719	9
                                            1	1	SENS_BOARD_Z_OFF	0.000000000000000000	9
                                            1	1	SENS_DPRES_OFF	0.000000000000000000	9
                                            1	1	SENS_GPS_MASK	7	6
                                            1	1	SENS_GPS_PRIME	0	6
                                            1	1	SENS_GPS_TAU	10.000000000000000000	9
                                            1	1	SENS_IMU_AUTOCAL	0	6
                                            1	1	SENS_IMU_MODE	1	6
                                            1	1	SENS_MAG_AUTOCAL	0	6
                                            1	1	SENS_MAG_AUTOROT	0	6
                                            1	1	SENS_MAG_MODE	1	6
                                            1	1	SENS_MAG_RATE	15.000000000000000000	9
                                            1	1	SENS_MAG_SIDES	63	6
                                            1	1	SYS_AUTOCONFIG	0	6
                                            1	1	SYS_AUTOSTART	4001	6
                                            1	1	SYS_CAL_TDEL	24	6
                                            1	1	SYS_CAL_TMAX	10	6
                                            1	1	SYS_CAL_TMIN	5	6
                                            1	1	SYS_FAC_CAL_MODE	0	6
                                            1	1	SYS_FAILURE_EN	0	6
                                            1	1	SYS_HAS_BARO	1	6
                                            1	1	SYS_HAS_GPS	1	6
                                            1	1	SYS_HAS_MAG	1	6
                                            1	1	SYS_HAS_NUM_DIST	0	6
                                            1	1	SYS_HITL	0	6
                                            1	1	SYS_MC_EST_GROUP	2	6
                                            1	1	SYS_RGB_MAXBRT	1.000000000000000000	9
                                            1	1	SYS_STCK_EN	1	6
                                            1	1	SYS_VEHICLE_RESP	-0.400000005960464478	9
                                            1	1	THR_MDL_FAC	0.800000011920928955	9
                                            1	1	TRIG_MODE	0	6
                                            1	1	UAVCAN_ENABLE	0	6
                                            1	1	VOXLPM_SHUNT_BAT	0.000630000024102628	9
                                            1	1	VOXL_ESC_BAUD	2000000	6
                                            1	1	VOXL_ESC_CONFIG	1	6
                                            1	1	VOXL_ESC_FUNC1	103	6
                                            1	1	VOXL_ESC_FUNC2	102	6
                                            1	1	VOXL_ESC_FUNC3	104	6
                                            1	1	VOXL_ESC_FUNC4	101	6
                                            1	1	VOXL_ESC_MODE	0	6
                                            1	1	VOXL_ESC_PUB_BST	1	6
                                            1	1	VOXL_ESC_REV	0	6
                                            1	1	VOXL_ESC_RPM_MAX	7000	6
                                            1	1	VOXL_ESC_RPM_MIN	1000	6
                                            1	1	VOXL_ESC_SDIR1	0	6
                                            1	1	VOXL_ESC_SDIR2	0	6
                                            1	1	VOXL_ESC_SDIR3	0	6
                                            1	1	VOXL_ESC_SDIR4	0	6
                                            1	1	VOXL_ESC_T_COSP	0.990000009536743164	9
                                            1	1	VOXL_ESC_T_DEAD	20	6
                                            1	1	VOXL_ESC_T_EXPO	35	6
                                            1	1	VOXL_ESC_T_MINF	0.150000005960464478	9
                                            1	1	VOXL_ESC_T_OVER	0	6
                                            1	1	VOXL_ESC_T_PERC	90	6
                                            1	1	VOXL_ESC_T_WARN	0	6
                                            1	1	VOXL_ESC_VLOG	1	6
                                            1	1	VTO_LOITER_ALT	80.000000000000000000	9
                                            1	1	VT_B_DEC_MSS	2.000000000000000000	9
                                            1	1	WV_EN	0	6
                                            1	1	WV_GAIN	1.000000000000000000	9
                                            1	1	WV_ROLL_MIN	1.000000000000000000	9
                                            1	1	WV_YRATE_MAX	90.000000000000000000	9
                                            1	1	XRCE_DDS_DOM_ID	0	6
                                            1	1	XRCE_DDS_KEY	1	6
                                            
                                            Eric KatzfeyE 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB | Contributors