ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. John Nomikos 0
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 61
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by John Nomikos 0

    • John Nomikos 0J

      Possible bug when calibrating ESCs on ModalAI's custom 1.14 flight core v2 firmware

      Flight Core v2
      • • • John Nomikos 0
      1
      0
      Votes
      1
      Posts
      188
      Views

      No one has replied

    • John Nomikos 0J

      Connecting to Flight Core V2 stalls and fails with one of our flight core V2s

      Flight Core v2
      • • • John Nomikos 0
      1
      0
      Votes
      1
      Posts
      193
      Views

      No one has replied

    • John Nomikos 0J

      We need more UART ports. Could we use the UART ports on the VOXL2 board?

      VOXL 2
      • • • John Nomikos 0
      3
      0
      Votes
      3
      Posts
      290
      Views

      John Nomikos 0J

      @John-Nomikos-0

      I found this info about DSP UARTs being available for use with external flight controllers starting in SDK 1.1.

      https://docs.modalai.com/voxl2-external-flight-controller/#dsp-uarts-via-apps-proc

      So I will try upgrading to SDK 1.1, connecting an external flight controller to DSP UART, and then connecting the gimbal to the UART on top of the 5G hat.

      I wonder if it will work if my external FCU is on Ardupilot and I'm using mavlink_router instead of voxl-mavlink-server

    • John Nomikos 0J

      Issues Getting voxl-streamer video stream working through RTSP stream on Doodle Labs Helix Radio

      VOXL 2
      • • • John Nomikos 0
      3
      0
      Votes
      3
      Posts
      260
      Views

      John Nomikos 0J

      @wilkinsaf I completely agree. We can compare to a normal USB camera as well to see if the issue is with specifically streaming from the HDMI to USB capture card

    • John Nomikos 0J

      Time appears to move back on reboot when not connected to internet

      VOXL 2
      • • • John Nomikos 0
      3
      0
      Votes
      3
      Posts
      225
      Views

      John Nomikos 0J

      @Eric-Katzfey Makes sense to me. Thank you for the info. Threw me off because journalctl was showing most recent logs were from the future.

    • John Nomikos 0J

      (Platform 1.0.0) Bug in the most recent VOXL2 ESC Firmware (Random motors reverse directions each arm)

      VOXL 2
      • • • John Nomikos 0
      35
      0
      Votes
      35
      Posts
      2264
      Views

      Alex KushleyevA

      @John-Nomikos-0

      Thank you. OK, here is the big difference that is most likely the reason for your behavior. In your new params you used kp, ki, max_kpe, max_kpi terms set to zero, but old params have nonzero:

      <param name="kp" value="130"/> <!-- RPM controller proportional gain --> <param name="ki" value="30"/> <!-- RPM controller proportional gain --> <param name="max_kpe" value="300"/> <!-- maximum proportional erorr term (max is 999) --> <param name="max_kie" value="100"/> <!-- maximum integral error term (max is 999) --> <param name="max_rpm_delta" value="1200"/> <!-- cap for maximum rpm error used in RPM controller -->

      Considering that you have not calibrated the ESC for your motor and propeller (meaning that the feed-forward term in the RPM controller is wrong), if you also disable the feedback terms of the RPM controller (kp, ki) then the behavior of the ESC will be completely off from what is desired. Even with incorrect feed forward term (pwm_vs_rpm_curve terms), if feedback terms are enabled, they can compensate, to some degree, but with the feedback terms set to zero, there is no hope for the ESC to turn the motor at the desired speed.

      You can keep using the old firmware and params if that works for you, but if you wanted to switch to latest ESC firmware and params, then i suggest trying to use the same non-zero RPM controller params.

      Alex

    • John Nomikos 0J

      How would I change the area that lidar is capturing?

      VOXL 2
      • • • John Nomikos 0
      2
      0
      Votes
      2
      Posts
      168
      Views

      ModeratorM

      @John-Nomikos-0 No, you will need to ignore that portion of the data in your code making use of the data.

    • John Nomikos 0J

      Mag Not Getting Detected on VOXL2 (sdk 1.0.0)

      VOXL 2
      • • • John Nomikos 0
      4
      0
      Votes
      4
      Posts
      300
      Views

      John Nomikos 0J

      @Eric-Katzfey I did what you suggested and it works! Thank you again!

    • John Nomikos 0J

      ESC Issue On SDK 1.0.0

      VOXL 2
      • • • John Nomikos 0
      18
      0
      Votes
      18
      Posts
      790
      Views

      John Nomikos 0J

      @Alex-Kushleyev

      Confirmed, changing the MODAL_IO_BAUD to 250000 fixed the problem for me. Thank you so much for the help!

    • John Nomikos 0J

      Quick Question About the USB Power Output of the 5G Modem Add-on

      VOXL 2
      • • • John Nomikos 0
      12
      0
      Votes
      12
      Posts
      516
      Views

      John Nomikos 0J

      @Vinny Ah I did not know that. Thank you for informing me, I will not put PCBs on ESD bags anymore. I don't want to risk breaking any boards

      Also, it turns out that the 2023 model of doodle radio has a separate port for power and USB. So we chose to power the doodle separately instead of daisy chaining one port on the VOXL2 to two ports on the doodle.

    • John Nomikos 0J

      VOXL2 IMX214(M0025) Not Working When Connected To MIPI Extension Cable

      VOXL 2
      • • • John Nomikos 0
      3
      0
      Votes
      3
      Posts
      224
      Views

      John Nomikos 0J

      @Chad-Sweet You are correct. Swapped the IMX214 for a different one and it worked. Thank you for the help!

    • John Nomikos 0J

      Issue Getting uart Connection on VOXL2 to PixHawk4 on 5G Hat

      VOXL 2
      • • • John Nomikos 0
      9
      0
      Votes
      9
      Posts
      514
      Views

      tomT

      @wilkinsaf Thanks for the feedback

    • John Nomikos 0J

      [Solved] Serial Connection to VOXL 2 with telet 5G hat

      VOXL 2
      • • • John Nomikos 0
      1
      0
      Votes
      1
      Posts
      129
      Views

      No one has replied

    • John Nomikos 0J

      Quectel 5G Hat errors on voxl-modem, possibly not being detected

      VOXL 2
      • • • John Nomikos 0
      17
      0
      Votes
      17
      Posts
      837
      Views

      wilkinsafW

      JK found it

      https://forum.modalai.com/post/4746 (with a link to the quectel AT commands)
      https://forum.modalai.com/topic/401/lte-modem-works-but-cannot-ping/23

      Had to change my search topic to title AND posts