• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. VOXL Dev Drones
    3. VOXL m500 Reference Drone
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • J

      This topic is deleted!

      • Jan 14, 2022, 5:25 PM • jskard Jan 14, 2022, 5:25 PM
      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • F

      This topic is deleted!

      • Jan 27, 2022, 9:32 PM • F Jan 27, 2022, 9:32 PM
      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • D

      What is the maximum thrust that one rotor can generate?

      • Jan 21, 2022, 1:01 AM • DarkKnightCH Feb 7, 2022, 7:17 PM
      2
      0
      Votes
      2
      Posts
      187
      Views

      C Feb 7, 2022, 7:17 PM

      sorry for the slow reply. We have a bunch of data from our dyno bench here

    • A

      Gimbal mechanism along with camera

      • Feb 7, 2022, 7:29 PM • Ashish Chittimilla Feb 8, 2022, 4:46 AM
      2
      0
      Votes
      2
      Posts
      118
      Views

      C Feb 8, 2022, 4:46 AM

      We do not have any recommended or supported gimbal solutions at this time, sorry. We have had a difficult time finding one that is readily available. Some folks have had luck with Tarot gimbals though, you could try that.

    • G

      Radio frequency regulatory information of m500

      wifi m500 frequency japan documentation • Feb 9, 2022, 2:31 PM • garcia-g Feb 9, 2022, 2:31 PM
      1
      0
      Votes
      1
      Posts
      205
      Views

      No one has replied

    • M

      How to use voxl-logger to sample hires camera?

      • Jan 4, 2022, 5:16 PM • Matthew Howlett Mar 22, 2022, 2:23 PM
      3
      0
      Votes
      3
      Posts
      402
      Views

      D Mar 22, 2022, 2:23 PM

      +1 for this functionality if possible. Would it be possible to merge the color branch into dev/master for the next release? If speed is a problem I think it would be acceptable to limit this to lower resolutions as a starting point

    • V

      Controlling a servo with VOXL

      • Apr 9, 2021, 1:39 PM • vmassague Mar 31, 2022, 2:27 PM
      9
      0
      Votes
      9
      Posts
      569
      Views

      A Mar 31, 2022, 2:27 PM

      Yes, chr is an issue most likely. Take a look at how uint8 from a binary representation is sent here : https://gitlab.com/voxl-public/voxl-sdk/core-libs/libapq8096-io/-/blob/master/lib/python/voxl_i2c_apm_v1.py#L48 you can do something similar (also example for hex). The data type needs to be some sort of an int.

      #values of configuration registers CTRLA (address 0x00) and CTRLB (address 0x01) CTRLA = np.uint8(int('0b01011000',2)) #offset calib every 128 conv, volt=Sense+; so sampling takes about 35ms (for both voltage and current together) CTRLB = np.uint8(int('0b00000100',2)) #addresses of registers for reading data REG_VRAW = int('0x1E',16) REG_IRAW = int('0x14',16) #write configuration to both LTC2946 devices p.slave_config(ID0) p.write(0,8,CTRLA) p.write(1,8,CTRLB) ... p.slave_config(ID0) vraw_batt = p.read(REG_VRAW,8,2) iraw_batt = p.read(REG_IRAW,8,2)
    • Y

      VOXL streaming has at least 2-3s delay for default 640x480 using hires

      • May 2, 2022, 3:28 PM • yu zhang May 4, 2022, 1:51 AM
      5
      0
      Votes
      5
      Posts
      335
      Views

      Y May 4, 2022, 1:51 AM

      Hi @張為超 All right, thanks so much for that, and I will then have a look at it 😉

    • Y

      Limted flight speed in mission and position modes

      • May 2, 2022, 3:18 PM • yu zhang May 7, 2022, 2:59 AM
      4
      0
      Votes
      4
      Posts
      291
      Views

      Y May 7, 2022, 2:59 AM

      Hi @Chad-Sweet thanks for that, and it seems it could work by setting a higher value of the maximum speed in QGC. I will test it again to see if it could work to achieve a fast speed in the mission mode 😉

    • Y

      The angle of the tracking camera mount on m500

      • Apr 26, 2022, 1:57 AM • yu zhang May 11, 2022, 1:52 AM
      6
      0
      Votes
      6
      Posts
      456
      Views

      Y May 11, 2022, 1:52 AM

      @Alex-Gardner All right, thanks so much for double-checking 😉

    • Y

      GPS sampling rate is limited

      • May 2, 2022, 3:40 PM • yu zhang May 19, 2022, 3:25 PM
      16
      0
      Votes
      16
      Posts
      914
      Views

      Y May 19, 2022, 3:25 PM

      @stevet All right, thanks so much for that, and I will have a try about it then 😉

    • Y

      Question about voxl-dfs-server.conf and voxl-tflite-server.conf

      • May 16, 2022, 2:47 PM • yu zhang May 20, 2022, 1:37 AM
      4
      0
      Votes
      4
      Posts
      298
      Views

      Y May 20, 2022, 1:37 AM

      @Alex-Gardner All right, thanks so much for that 😉

    • 張為超張

      This topic is deleted!

      • May 24, 2022, 10:42 AM • 張為超 May 24, 2022, 10:42 AM
      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • Y

      Pre-arm check failed

      • May 22, 2022, 6:47 AM • yu zhang May 25, 2022, 1:52 AM
      7
      0
      Votes
      7
      Posts
      745
      Views

      Y May 25, 2022, 1:52 AM

      @modaltb I see. It's good to know the story 😉

      If 22027 is the default one, it will be all right.

      To be honest, I didn't touch the CBRK_IO_SAFETY before, and it's a bit weird why it was automatically modified for some reason.

      Actually, I was trying to refresh a re-compiled 1.11.3-0.2.3 with my modification (increasing GPS log rate). So, I guess it might reset the value to 0 by PX4 default.

      Anyways, thanks so much!

    • A

      Landing gears for VOXL m500

      • Feb 10, 2022, 6:29 PM • Ashish Chittimilla Jun 17, 2022, 10:38 PM
      2
      0
      Votes
      2
      Posts
      116
      Views

      Umut JohnU Jun 17, 2022, 10:38 PM

      That was actually a very good question. Any recommendations?

    • D

      How to integrate the external vision(Mocap) pose into M500 correctly?

      • Jul 1, 2022, 4:28 PM • DarkKnightCH Jul 1, 2022, 4:36 PM
      2
      0
      Votes
      2
      Posts
      229
      Views

      C Jul 1, 2022, 4:36 PM

      I think you'll need to create a new service that behaves like voxl-qvio-server ? That might be the easiest if you want to drop it. Maybe try copying qvio-server and modifying to publish mocap data?

    • J

      voxl-camera-server.conf tracking camera settings not applying

      • Jul 11, 2022, 3:38 PM • jonathankampia Jul 11, 2022, 8:58 PM
      3
      0
      Votes
      3
      Posts
      258
      Views

      ? Jul 11, 2022, 8:58 PM

      Hi Jonathan,

      The underlying pipelines for the CV sensors are all delicately built and only support very specific resolutions. I'll update our documentation to better reflect this, but in general: The stereo pipeline can only do 30hz(for now, we're working on this) since it's very custom and the tracking camera can do 30,60,90, and 120hz. The hires camera is more standard and has more robust pipelines implemented to support more standard video stream configurations.

      As for the manual exposure/gain, have you set the auto exposure mode to "off", if not you're just setting up the starting point for the camera and the AE library will still perform it's usual duties.

      If you're still having issues after this let me know and we can dig through more of what you're seeing.

    • D

      How to unplug the MCBL-00007?

      • Jul 11, 2022, 11:16 PM • DarkKnightCH Jul 11, 2022, 11:26 PM
      3
      0
      Votes
      3
      Posts
      198
      Views

      Adrian HidalgoA Jul 11, 2022, 11:26 PM

      @DarkKnightCH Use a flat tipped screwdriver or similar device to slowly pry it out. Take your time working both sides of the the Hirose connector. Take care as the pins can get bent if too much force is applied

    • Y

      m500 Motor Hot and Vibration

      • Jul 8, 2022, 4:04 PM • yu zhang Jul 13, 2022, 1:01 AM
      7
      0
      Votes
      7
      Posts
      471
      Views

      Y Jul 13, 2022, 1:01 AM

      @Adrian-Hidalgo All right, thanks. I will check them step by step, and hope it will be solved soon 😉

    • Dean HartD

      Resetting ssh password

      • Jul 28, 2022, 1:34 PM • Dean Hart Jul 29, 2022, 3:51 PM
      8
      0
      Votes
      8
      Posts
      310
      Views

      Dean HartD Jul 29, 2022, 3:51 PM

      Seems to be an issue with QGC itself. The latest v4.2.3 I’m running is where it’s failing. If I revert back to the latest 4.1.* (4.1.7) it works.

    Powered by NodeBB | Contributors