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

    Topics created by restore

    • R

      Using Here 4 Blue GPS into J19 on VOXL2 with Ardupilot

      VOXL 2
      • • • restore
      3
      0
      Votes
      3
      Posts
      176
      Views

      R

      Thanks @Eric-Katzfey ! Here is the pinout for the dev board "UART" port that includes i2C_SCL and I2C_SDA.

      0cda71eb-2c0f-4b1b-ba91-8b3862fc9763-image.png

      The dev board pins 1-6 matching to J19 pins 1-6

      We will give the COMPASS_DISBLMSK parameter a shot and see if that works.

    • R

      Hadron ov64b snapshots have a vertical image artifact

      Video and Image Sensors
      • • • restore
      34
      0
      Votes
      34
      Posts
      2440
      Views

      Alex KushleyevA

      @cguzikowski ,

      Sorry for the delay.

      Regarding the new HW not working, since you have two identical setups, i would recommend swapping components to identify what exactly is not working. This is the most efficient way to diagnose it. From the logs you provided, the ov64b camera is detected and initialized, it seems, but no frames come in, which could be a cabling or interposer issue.

      I will get back to you with an update on the lens shading tomorrow.

      Alex

    • R

      Trigger Hadron camera with DO_SET_CAM_TRIGG_DIST

      VOXL 2
      • • • restore
      6
      0
      Votes
      6
      Posts
      406
      Views

      Eric KatzfeyE

      @restore There are a few examples of code that listens for Mavlink messages in our SDK. For example, in voxl-mpa-tools, take a look at the source code for voxl-inspect-mavlink.c. https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/tools/voxl-inspect-mavlink.c?ref_type=heads

      Probably would be a good idea to run voxl-inspect-mavlink on the mavlink_onboard and mavlink_to_gcs pipes to see which one has the desired Mavlink message in it. Then create your own application that listens for the Mavlink message on that pipe.

    • R

      Issues Streaming and Taking Snapshots Simultaneously with OV64B on VOXL2 (Hadron 640 Setup)

      Ask your questions right here!
      • • • restore
      3
      0
      Votes
      3
      Posts
      513
      Views

      R

      @Alex-Kushleyev thank you! It works now.

    • R

      Logging altitude and/or barometer

      VOXL 2
      • • • restore
      2
      0
      Votes
      2
      Posts
      390
      Views

      ModeratorM

      @restore you'll need to use PX4 logs for that

    • R

      VOXL2 detected landing at ~27m altitude and cut motors

      Ask your questions right here!
      • • • restore
      7
      0
      Votes
      7
      Posts
      1399
      Views

      R

      @Alex-Kushleyev yes you can reference the log

    • R

      IO board for PWM output using the 4in1 ESC M0138-1

      VOXL 2 IO
      • • • restore
      13
      0
      Votes
      13
      Posts
      2470
      Views

      Alex KushleyevA

      @restore , i don't think this module will work with VOXL2_IO because it seems the Seagull MAP2 interface expects direct connection to the I/O pins, which is not the case when using VOXL2_IO module.

      Alex

    • R

      PX4 params missing

      VOXL 2
      • • • restore
      8
      0
      Votes
      8
      Posts
      1254
      Views

      R

      @riteshsharma do the SDK installation with ./install.sh -w option. This will wipe the entire file system including the /data partition which is usually untouched.

    • R

      VOXL portal not working

      VOXL 2
      • • • restore
      13
      0
      Votes
      13
      Posts
      1703
      Views

      R

      @tom the full wipe SDK install sorted it out. Thanks

    • R

      Getting compass to work from the Here 2 GPS

      VOXL 2
      • • • restore
      2
      0
      Votes
      2
      Posts
      405
      Views

      Alex KushleyevA

      @restore, it looks like PX4 does have a driver for this imu/compass.

      https://github.com/modalai/px4-firmware/blob/voxl-dev/src/drivers/imu/invensense/icm20948/ICM20948.cpp

      However, it is not clear whether you can read just compass data. Please take a look at this driver.

      If you want to use it, you will need to enable building of the driver in the voxl2 board config: https://github.com/modalai/px4-firmware/blob/voxl-dev/boards/modalai/voxl2-slpi/default.px4board : enable DRIVERS_IMU_INVENSENSE_ICM20948=y .

      Then, modify /usr/bin/voxl-px4-start to include:

      qshell icm20948 start

      We have not tested this driver, so we cannot really provide any guidance on using it for your application. However, with the above instructions, you should be able to compile it and run it.

      Please make sure that the IMU data from this module does not conflict with the main flight IMU.

      Alex

    • R

      Does VOXL2 come with gphoto2 installed?

      VOXL 2
      • • • restore
      4
      0
      Votes
      4
      Posts
      685
      Views

      tomT

      @restore I would recommend taking a look at the source here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-gphoto2-server

      It is built using the headers from voxl-libgphoto2: https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-libgphoto2

    • R

      Drone flipped upside down when switched to manual mode

      VOXL 2
      • • • restore
      6
      0
      Votes
      6
      Posts
      1157
      Views

      Alex KushleyevA

      @restore , thanks.

      One more thing, when you entrer the pwm_vs_rpm_curve_a1 and a2 params, you currently have only one significant digit, which may explain why your rpm response was not working well. You should enter at least 3-4 significant digits, so instead of a2=0.003, you should put 0.003xyz where xyz are the additional digits from the original calibration results.

    • R

      Configuring battery monitor with FPV ESC

      Ask your questions right here!
      • • • restore
      21
      0
      Votes
      21
      Posts
      5313
      Views

      R

      @Alex-Kushleyev
      Thanks for the help, as I was calibrating the ESCs I did notice those messages, which confused me as to why we weren't able to get that information in PX4. On Monday it suddenly just started working despite my changing nothing. Gotta love when things fix themselves

    • R

      VOXL2 with IO board, Graupner RC, F9 uBlox GPS, and the FPV ESC 4-in-1

      VOXL 2
      • • • restore
      9
      0
      Votes
      9
      Posts
      1391
      Views

      R

      @restore After reading older posts, changing the Voxl start script to add the ist8308 magnetometer to the build instead of the ist8310 solved the issue. I can now see the compass through PX4-listener

    • R

      Record video with from two OV9782 cameras in stereo

      VOXL SDK
      • • • restore
      7
      0
      Votes
      7
      Posts
      1402
      Views

      R

      Thank you - I was able to make it work for one camera with the following changes.

      etc/modalai/voxl-camera-server.conf

      changed "camera_id_second": to -1 to get just one camera, changed "en_preview": to false, Added:"en_small_video": true, "small_video_width": 1280, "small_video_height": 800, restart voxl-camera-server service

      etc/modalai/voxl-streamer.conf

      "input-pipe": "stereo_small_encoded"

      etc/modalai/voxl-mavcam-manager.conf

      "video_record_pipe_name": "stereo_small_encoded",
    • R

      ESC FPV 4-in-1 (MDK-M0138) connection to VOXL2

      ESCs
      • • • restore
      9
      0
      Votes
      9
      Posts
      1446
      Views

      Dan JenningsD

      @Alex-Kushleyev Yes thank you, we will be going through all of the calibrations as our application is completely custom.