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

    GPIO missing in /sys/class/gpio

    VOXL 2 Mini
    3
    6
    95
    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.
    • P
      psafi
      last edited by psafi

      I'm trying to connect a serial device to J19 (Pin10, 11)

      voxl-gpio read 179 
      ERROR:   Failed to open path /sys/class/gpio/gpio1279/value
      

      I don't see GPIO 178 and 179 on my system:
      3de32c5d-542b-49b3-8652-c4536fc502e6-image.png

      P 1 Reply Last reply Reply Quote 0
      • P
        psafi @psafi
        last edited by

        @psafi I was able to use the info in the link below to enable the GPIO pin

        https://forum.modalai.com/post/3656

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

          @psafi , before calling voxl-gpio read, you need to enable the pin by setting it to input or output. Please check voxl-gpio -h. (hint: use voxl-gpio -m / voxl-gpio mode)

          Alex

          P 1 Reply Last reply Reply Quote 1
          • P
            psafi @Alex Kushleyev
            last edited by

            @Alex-Kushleyev Thank you!
            I understand these ports are intended for RC input and QUP7 is connected directly to the DSP. I am considering these ports to connect a SiK radio (data format can be raw or mavlink). I want to make information coming through the radio available to ROS and PX4 at the same time. Can I use this port at all for application running on linux or is this only available to voxl-px4?

            P 1 Reply Last reply Reply Quote 0
            • P
              psafi @psafi
              last edited by psafi

              @psafi said in GPIO missing in /sys/class/gpio:

              @Alex-Kushleyev Thank you!
              I understand these ports are intended for RC input and QUP7 is connected directly to the DSP. I am considering these ports to connect a SiK radio (data format can be raw or mavlink). I want to make information coming through the radio available to ROS and PX4 at the same time. Can I use this port at all for application running on linux or is this only available to voxl-px4?

              I am already using the External UART (J10) for another MAVLink device (optical flow sensor board) which is currently configured and working with PX4 (I don't need to intercept that one on the linux side). Would it be possible to connect my serial radio to J10 and switch my optical flow to J19 (and configure PX4 to read MAVLink from J19-10,11)?

              Eric KatzfeyE 1 Reply Last reply Reply Quote 0
              • Eric KatzfeyE
                Eric Katzfey ModalAI Team @psafi
                last edited by

                @psafi Unfortunately, the Mavlink module is not available on the DSP side. We tried it in the past and there were a lot of issues so we only have it on the apps side. You are welcome to try to add it into the DSP side and see how it goes.

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