ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Jetson Nano
    3. Topics
    • Profile
    • Following 2
    • Followers 1
    • Topics 90
    • Posts 437
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by Jetson Nano

    • Jetson NanoJ

      mating cycle query

      Ask your questions right here!
      • • • Jetson Nano
      5
      0
      Votes
      5
      Posts
      217
      Views

      VinnyV

      Hi @Jetson-Nano
      Thank you for your request regarding MTTF and reliability data for the listed hardware components.

      At this time, we do not publish formal MTTF/MTBF values for these products. The primary reason is that these systems (VOXL2, ESC, Flight Controller V2, Front-End Board, and Camera Modules) are delivered as development platforms intended for user-defined integration, testing, and operation. In the vast majority of use cases, overall system lifetime is dominated by application-specific factors such as mechanical stress, environmental exposure, power integrity, and crash events rather than intrinsic electronic wear-out mechanisms. As a result, standardized MTTF/MTBF metrics are not representative or particularly actionable for these platforms.

      That said, the underlying silicon and design heritage for these systems is derived from high-volume mobile and embedded computing applications. These components are built on technologies that are broadly characterized for long operational lifetimes under nominal conditions, consistent with industry expectations for modern semiconductor devices.

      Additionally, portions of the broader technology heritage have been evaluated in demanding environments, including public programs associated with NASA JPL (e.g., Mars Helicopter which is our design heritage, and CADRE lunar rover initiatives). However, detailed qualification data and reports from those efforts and other non-public efforts are not available for external distribution.

      From a reliability perspective, our hardware is designed and validated using standard industry practices, including:

      Functional validation across operating voltage and temperature ranges Environmental and stress testing at the system level (i..e: we and our customers put our drones into very demanding scenarios) Design margining consistent with mobile/embedded electronics standards, oftentimes far exceeding industry norm Production screening and quality control processes and test screening

      For applications requiring higher confidence in operational lifetime, we typically recommend system-level validation under the specific mission profile, including environmental testing (thermal cycling, vibration, shock) and power/load characterization representative of the end use case.

      Hope this helps.

    • Jetson NanoJ

      Feasibility & Integration Inquiry – FLIR Lepton XDS with VOXL2

      Ask your questions right here!
      • • • Jetson Nano
      4
      0
      Votes
      4
      Posts
      190
      Views

      Alex KushleyevA

      @Jetson-Nano , since we currently have no plans to do the MIPI integration of this sensor, you always have the option to use USB connection and voxl-uvc-server to publish images via MPA. You would need to check if the sensor supports the standard UVC interface and try it out...

      Alex

    • Jetson NanoJ

      BOSON camera

      Ask your questions right here!
      • • • Jetson Nano
      4
      0
      Votes
      4
      Posts
      245
      Views

      Alex KushleyevA

      @Jetson-Nano ,

      We have not tried QVIO with Boson, it may work (but we can't really support that). The boson output is usually a bit fuzzy, so i am not sure how the feature detection will work, but it may be ok. Disabling FFC will definitely resolve the gaps in the frame feed, but disabling the FFC will also affect the Boson image quality, which may degrade over time.

      If you wanted to use any USB (thermal) camera with VIO, you would just have to use voxl-uvc-server to publish the images to mpa, so that voxl-qvio-server can subscribe to them. The only issue is that the uvc interface does not provide accurate timestamp of the camera, but it may be ok just to use the time of arrival of the frame. QVIO does estimate the time offset between the IMU and camera, so as long as the timestamp is consistently captured, it should be ok..

      Alex

    • Jetson NanoJ

      voxl2 is not booting

      Ask your questions right here!
      • • • Jetson Nano
      15
      0
      Votes
      15
      Posts
      852
      Views

      Jetson NanoJ

      @Alex-Kushleyev Could you please share the pinouts of the serial console port. I am not able to find it anywhere.

    • Jetson NanoJ

      Drift issue with Openvins

      Ask your questions right here!
      • • • Jetson Nano
      1
      1
      Votes
      1
      Posts
      486
      Views

      No one has replied

    • Jetson NanoJ

      Turtle mode compatibility with non Modalai ESC

      Ask your questions right here!
      • • • Jetson Nano
      17
      0
      Votes
      17
      Posts
      917
      Views

      Jetson NanoJ

      @Eric-Katzfey

      Thank you for reverting back. I am trying to proceed with the same approach.
      I am facing some errors while going with this approach , I am trying to debug them.

      Another approach :-
      I am also thinking to hardcode the joystick based turtle mode to the voxl_esc.cpp.
      The manual control values will be monitored and once the value of the assigned button is clicked, the turtle mode will be enabled.
      Do you think it is a good approach?

    • Jetson NanoJ

      VOXL 2 J18 port for External FC

      Ask your questions right here!
      • • • Jetson Nano
      15
      0
      Votes
      15
      Posts
      868
      Views

      Jetson NanoJ

      @Eric-Katzfey
      hey,
      I observed something while the above behaviour still persists.
      The modem and the camera server is showing not running while checking through the inspect services command.
      I do not know whether this is related to this issue, but the voxl 2 is rebooting after sometime, the reboot is not constant and I am not able to able to find the reason for the reboot. Can everything be related to each other.
      I am using the Microhard modem

      Screenshot from 2025-11-10 15-27-45.png

      Screenshot from 2025-11-10 15-30-27.png

    • Jetson NanoJ

      VOXL 2 mini queries

      Ask your questions right here!
      • • • Jetson Nano
      3
      0
      Votes
      3
      Posts
      402
      Views

      Eric KatzfeyE

      @Jetson-Nano Regarding question #1, Yes, you can attach an external FC over the UART.

    • Jetson NanoJ

      Joystick control delay

      Ask your questions right here!
      • • • Jetson Nano
      16
      0
      Votes
      16
      Posts
      1274
      Views

      VinnyV

      Hi @Jetson-Nano
      Here is our info for Doodle Labs support:
      https://docs.modalai.com/cable-datasheets/#mcbl-00085
      Sorry it's buried in a cable page, but it makes the case clear (we think) how to support Doodle πŸ™‚
      b1fa4a9a-f883-4566-b3e2-ae9ab14b7264-image.png

      regarding probing USB signals, unless you had a USB decoder on the scope, I do not think that will prove anything useful. You may be better off running usbview:
      Windows:
      USBTreeView by Uwe Sieber β€” uwe-sieber.de/usbtreeview_e.html
      It shows enumeration hierarchy, configuration descriptors, endpoints, VID/PID, power requirements, etc.
      Linux equivalent:
      Use usbview β€” it’s essentially the same utility (GTK front-end to lsusb).

      Hope that helps!

    • Jetson NanoJ

      FPV 4 in 1 esc calibration from Flight core v2

      Ask your questions right here!
      • • • Jetson Nano
      11
      0
      Votes
      11
      Posts
      1155
      Views

      Jetson NanoJ

      @Vinny Thank you for your valuable feedback.

      I’ll keep the points you mentioned in mind while doing the bench testing.

    • Jetson NanoJ

      IMX412 stream flip

      Ask your questions right here!
      • • • Jetson Nano
      1
      0
      Votes
      1
      Posts
      210
      Views

      No one has replied

    • Jetson NanoJ

      QGC not loading proper

      VOXL 2
      • • • Jetson Nano
      8
      0
      Votes
      8
      Posts
      1011
      Views

      Jetson NanoJ

      @tom Thank you for the support.

    • Jetson NanoJ

      TOF sensor

      Image Sensors
      • • • Jetson Nano
      3
      0
      Votes
      3
      Posts
      615
      Views

      Jetson NanoJ

      @Vinny Thank you for reverting back, I will follow the steps you mentioned along with the ESD safe method.

    • Jetson NanoJ

      Multiple RTSP streaming

      VOXL 2
      • • • Jetson Nano
      3
      0
      Votes
      3
      Posts
      536
      Views

      Jetson NanoJ

      @Eric-Katzfey thank you for reverting back, it was very helpful, i was able to get multiple streams.

    • Jetson NanoJ

      UAVCAN error while building px4 firmware

      Flight Core v2
      • • • Jetson Nano
      5
      0
      Votes
      5
      Posts
      841
      Views

      Jetson NanoJ

      @Eric-Katzfey I am using VOXL 2 to Flight Core v2 to VOXL FPV ESC, will this change affect any performance of the flight or any other abilities.

    • Jetson NanoJ

      doodle labs and joystick setup

      Ask your questions right here!
      • • • Jetson Nano
      30
      0
      Votes
      30
      Posts
      4787
      Views

      Jetson NanoJ

      @Eric-Katzfey Thank you for reverting back, I am able to get the turtle mode working now, The error was due to the safety parameters, once i changed it to the FPV setup, it was working.

      Once again thank you for the support. It was really helpful.

    • Jetson NanoJ

      voxl 2 rebooting when tflite server is ran

      Ask your questions right here!
      • • • Jetson Nano
      7
      0
      Votes
      7
      Posts
      945
      Views

      Jetson NanoJ

      @Alex-Kushleyev Thank you for reverting back.

    • Jetson NanoJ

      tflite server multi modal

      Ask your questions right here!
      • • • Jetson Nano
      1
      0
      Votes
      1
      Posts
      247
      Views

      No one has replied

    • Jetson NanoJ

      MAVSDK with MPA

      Ask your questions right here!
      • • • Jetson Nano
      2
      0
      Votes
      2
      Posts
      351
      Views

      Zachary Lowell 0Z

      @Jetson-Nano you could just use the CPP mavsdk instance to grab the TOF data from a MPA pipe and then leverage that to do your controls via mavsdk (I am assuming just offboard movement). You can connect over port 14551 just ensure you have localhost comms set to true in voxl-vision-hub.