ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. VOXL Compute & Autopilot
    3. VOXL 2
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • S

      Custom Camera Configuration with M0173

      • • swickliff
      4
      0
      Votes
      4
      Posts
      98
      Views

      S

      @tom Thank you!
      I am adding an imx214 on J8L.

    • jacob yaacubovJ

      VOXL2 usb camera support

      • • jacob yaacubov
      4
      0
      Votes
      4
      Posts
      100
      Views

      Eric KatzfeyE

      @jacob-yaacubov We have some add-on boards that would allow connection of 2 USB cameras. For example: https://www.modalai.com/collections/voxl-2-add-ons/products/voxl-microhard-modem-usb-hub and https://www.modalai.com/collections/voxl-2-add-ons/products/voxl-lte?variant=32449203601459

    • Meytal LempelM

      downloading the voxl-mapper service log file

      • • Meytal Lempel
      5
      0
      Votes
      5
      Posts
      132
      Views

      Meytal LempelM

      @Eric-Katzfey Thank you! I now use journalctl and write to a file in a logger service, for example:

      voxl-mapper-logger.service

      [Unit] Description=Logs voxl-mapper log output to file After=voxl-wait-for-fs.service network.target network-online.target Requires=voxl-wait-for-fs.service network.target network-online.target voxl-mapper.service [Service] Type=simple ExecStart=/bin/bash -c "sleep 45 && journalctl -f -u voxl-mapper.service >> /data/logs/voxl_mapper.log" StartLimitInterval=0 Restart=always RestartSec=2s [Install] WantedBy=multi-user.target
    • kestrelsystemsbpK

      Camera access

      • • kestrelsystemsbp
      2
      0
      Votes
      2
      Posts
      47
      Views

      Eric KatzfeyE

      @kestrelsystemsbp Take a look at Python MPA interface: https://gitlab.com/voxl-public/voxl-sdk/core-libs/libmodal-pipe/-/tree/dev/python?ref_type=heads

    • Rowan DempsterR

      APPS IMU stopped producing data mid flight

      • • Rowan Dempster
      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • S

      wlan0 does not exist with wifi add on

      • • swickliff
      4
      0
      Votes
      4
      Posts
      72
      Views

      tomT

      @swickliff Interesting, have you had success with this hardware setup before?

    • Riccardo FranceschiniR

      Voxl2 reboot due to what it seems a power limitation

      • • Riccardo Franceschini
      15
      0
      Votes
      15
      Posts
      756
      Views

      VinnyV

      Hi @voxltester
      Apologies you are having issues with the power cable.
      We have expressed in several forum posts that care must be employed when removing and inserting any power cables to not tug on the cables themselves, but rather the large shroud/connector housing.
      Pulling on any cable repeatedly will dramatically reduce it's service life as it results in frayed conductors at the pin crimp contacts. This is not an MCBL-00001 issue, but all cables in all electronics not just from ModalAI.
      There are no plans to change this solution as it has been tried and true for over a decade. Some of my power cables are nearing 13 years old and every one can last that long if handled properly.
      If needed, I can try to search through some forum posts where I think we have a picture showing the recommended methods of grabbing onto the plastic shroud instead of the cable conductors themselves. Our team is trained on this method as well.
      Hope this helps.

    • V

      How to multicast with Voxl Streamer

      • • v_v_ramarao
      3
      0
      Votes
      3
      Posts
      73
      Views

      Eric KatzfeyE

      @v_v_ramarao voxl-streamer does not support multicast

    • C

      This topic is deleted!

      • • cguzikowski
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • O

      UFS1 Support on J5?

      • • olearypa
      6
      0
      Votes
      6
      Posts
      184
      Views

      O

      @Vinny For sure I think SD Express--with a major consumer device which uses them coming out in a week--won the very short lived MicroSD replacement war, even though UFS is (thankfully) taking over the internal storage market. Thanks for the hints; we'll see what we can come up with.

    • C

      VOXL2 troubleshooting

      • • claw
      14
      0
      Votes
      14
      Posts
      226
      Views

      tomT

      @claw That is definitely not the expected behavior, I recommend going through the RMA process

    • K

      Voxl2 Use J10 as I2C slave

      • • KnightHawk
      2
      0
      Votes
      2
      Posts
      33
      Views

      Eric KatzfeyE

      @KnightHawk What are you trying to do? Why would you want to communicate with your FC via i2c?

    • Jetson NanoJ

      temperature issue with voxl 2

      • • Jetson Nano
      3
      0
      Votes
      3
      Posts
      41
      Views

      Alex KushleyevA

      @Jetson-Nano , 60C is not an issue for embedded devices (throttling limit is around 95C, at which point the CPU will start reducing frequency to avoid overheating).

      However, you mention that the temperature can reach 90C. Please note that the camera server itself most likely is not the main cause of the CPU temperature, but the consumers of the image frames may be using significant CPU.

      You should identify the main causes of temperature rise by looking at output of top to see rough cpu usage of each process, but also try disabling mapper or openvins or hires image processing (if any).

      Also, without any cooling, it is not a surprise that VOXL2 could overheat if its cpu / gpu load is very high. The SoC cannot run without cooling at full power. Airflow during flight usually provides significant cooling and you can manage the system load when not in flight or add cooling for stationary use cases (lack of air flow from propellers),

      Alex

    • T

      VOXL ArduPilot not starting up

      • • teddy.zaremba
      1
      0
      Votes
      1
      Posts
      21
      Views

      No one has replied

    • R

      ArducamIMX519 Payload for Sentinel and VOXL2

      • • Rajamani
      2
      0
      Votes
      2
      Posts
      24
      Views

      Alex KushleyevA

      @Rajamani , Yes you can connect a raspberry pi to VOXL2 via a USB C cable (using the USB C port next to the VOXL2 power connector). The RPI will be the "host" in this case, and you can use ADB from RPI to access voxl2 (just like connecting VOXL2 to a laptop or a desktop computer).

      Please make sure to use the USB 3.0 port on the raspberry pi and test the cable / usb port before doing any further design plans (just to make sure it works for you).

      Alex

    • C

      Issues with M9N GPS and Ardupilot

      • • cguzikowski
      2
      0
      Votes
      2
      Posts
      23
      Views

      Eric KatzfeyE

      @cguzikowski Yes, we have tested Ardupilot with GPS and have customers using Ardupilot with GPS. However, I don't know that anyone has ever tried with an M9N unit so perhaps there is some issue with that. Can you try with one of these: https://store.3dr.com/mini-gps-ublox-max-m10s/?

    • T

      GPIO numbering

      • • tonygurney
      2
      0
      Votes
      2
      Posts
      13
      Views

      Alex KushleyevA

      @tonygurney , please see the doc page regarding GPIO and the offset:

      https://docs.modalai.com/voxl2-linux-user-guide/#gpios

      specifically,

      Starting SDK 1.2.X/System Image 1.7.3, GPIOs are exported by default in /sys/class/gpio, the GPIO have an offest of 1100 (e.g. GPIO 84 = 1184).
    • D

      EIS merge

      • • david.moro
      26
      0
      Votes
      26
      Posts
      693
      Views

      Alex KushleyevA

      Initial docs are up : https://docs.modalai.com/camera-video/electronic-image-stabilization/

    Powered by NodeBB | Contributors