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

    Does voxl support Retractable Landing Gear

    Ask your questions right here!
    4
    6
    166
    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.
    • Davide MicconeD
      Davide Miccone
      last edited by

      Hello,
      I use a Tarot landing gear controller (https://www.flyingtech.co.uk/electronics/tarot-retractable-landing-gear-controller-tl8x002). How can I configure VOXL to manage it?
      Thank you

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

        Hi @Davide-Miccone,

        Looks like that has a PWM/servo input? Are you looking at the VOXL or VOXL Flight? VOXL Flight has the 8 channel PWM output, for a standard quad, we've tested with AUX RC passthrough for gimbal control which could likely work. VOXL standalone doesn't have PWM output but has other interfaces that could drive a PWM device likely.

        1 Reply Last reply Reply Quote 0
        • Aldo Castro FreireA
          Aldo Castro Freire
          last edited by

          Hi yeah I run into the same problem, I wanted to use the i2c port using pca9865, but voxl does not have any practical i2c port application.

          So what you can do is use another microcontroller and control it using gpio from voxl.

          Note: voxl flight does have a pwm but it is used for the motors in my case. So it is being used by the autopilot so there is no way of using it for me

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

            @Aldo-Castro-Freire , this is a pretty easy to use application for using the I2C port(s) -->
            https://gitlab.com/voxl-public/core-libs/libvoxl_io/-/blob/master/lib/apps/voxl-i2c.c

            There's a good write up here for that as well: https://docs.modalai.com/voxl-i2c-io/

            1 Reply Last reply Reply Quote 0
            • Aldo Castro FreireA
              Aldo Castro Freire
              last edited by

              Yes, that is there but is a low level logic control. If I want to use any device that requieres an implementation it will take some time to control a device such as pca9865, it is easier to use a microcontroller as an atmega32u that has the libraries.
              In my opinion, it is not worth it to have to rewrite the whole library for voxl. It will take me so much time.

              1 Reply Last reply Reply Quote 0
              • Chad SweetC
                Chad Sweet ModalAI Team
                last edited by

                I think you mean you would prefer that VOXL supports PCA9865 natively.

                We have an I/O library ready to go, libvoxl_io. voxl-i2c is an application that is an example of using libvoxl_io for i2c commands.

                One would need to implement the PCA9865 i2c protocol using libvoxl_io to control that part externally from VOXL.

                As mentioned previously, Flight Core has native PWM support if you were to send over MAVLink

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB | Contributors