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!

      • • jskard
      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • FF

      This topic is deleted!

      • • F
      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • D

      What is the maximum thrust that one rotor can generate?

      • • DarkKnightCH
      2
      0
      Votes
      2
      Posts
      187
      Views

      Chad SweetC

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

    • Ashish ChittimillaA

      Gimbal mechanism along with camera

      • • Ashish Chittimilla
      2
      0
      Votes
      2
      Posts
      118
      Views

      Chad SweetC

      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 • • garcia-g
      1
      0
      Votes
      1
      Posts
      205
      Views

      No one has replied

    • M

      How to use voxl-logger to sample hires camera?

      • • Matthew Howlett
      3
      0
      Votes
      3
      Posts
      402
      Views

      David SmythD

      +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

    • vmassagueV

      Controlling a servo with VOXL

      • • vmassague
      9
      0
      Votes
      9
      Posts
      569
      Views

      Alex KushleyevA

      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)
    • yu zhangY

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

      • • yu zhang
      5
      0
      Votes
      5
      Posts
      335
      Views

      yu zhangY

      Hi @ๅผต็‚บ่ถ… All right, thanks so much for that, and I will then have a look at it ๐Ÿ˜‰

    • yu zhangY

      Limted flight speed in mission and position modes

      • • yu zhang
      4
      0
      Votes
      4
      Posts
      291
      Views

      yu zhangY

      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 ๐Ÿ˜‰

    • yu zhangY

      The angle of the tracking camera mount on m500

      • • yu zhang
      6
      0
      Votes
      6
      Posts
      455
      Views

      yu zhangY

      @Alex-Gardner All right, thanks so much for double-checking ๐Ÿ˜‰

    • yu zhangY

      GPS sampling rate is limited

      • • yu zhang
      16
      0
      Votes
      16
      Posts
      913
      Views

      yu zhangY

      @stevet All right, thanks so much for that, and I will have a try about it then ๐Ÿ˜‰

    • yu zhangY

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

      • • yu zhang
      4
      0
      Votes
      4
      Posts
      298
      Views

      yu zhangY

      @Alex-Gardner All right, thanks so much for that ๐Ÿ˜‰

    • ๅผต็‚บ่ถ…ๅผต

      This topic is deleted!

      • • ๅผต็‚บ่ถ…
      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • yu zhangY

      Pre-arm check failed

      • • yu zhang
      7
      0
      Votes
      7
      Posts
      745
      Views

      yu zhangY

      @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!

    • Ashish ChittimillaA

      Landing gears for VOXL m500

      • • Ashish Chittimilla
      2
      0
      Votes
      2
      Posts
      116
      Views

      Umut JohnU

      That was actually a very good question. Any recommendations?

    • D

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

      • • DarkKnightCH
      2
      0
      Votes
      2
      Posts
      229
      Views

      Chad SweetC

      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

      • • jonathankampia
      3
      0
      Votes
      3
      Posts
      258
      Views

      ?

      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?

      • • DarkKnightCH
      3
      0
      Votes
      3
      Posts
      198
      Views

      Adrian HidalgoA

      @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

    • yu zhangY

      m500 Motor Hot and Vibration

      • • yu zhang
      7
      0
      Votes
      7
      Posts
      470
      Views

      yu zhangY

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

    • Dean HartD

      Resetting ssh password

      • • Dean Hart
      8
      0
      Votes
      8
      Posts
      309
      Views

      Dean HartD

      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