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

    Topics created by pfranklin

    • P

      Remote-ID Serial Number

      Sentinel
      • • • pfranklin
      2
      0
      Votes
      2
      Posts
      129
      Views

      ModeratorM

      @pfranklin can you please share which website you are referring to?

    • P

      LidarLite v3 over I2C on Sentinel (VOXL2)

      VOXL 2
      • • • pfranklin
      2
      1
      Votes
      2
      Posts
      210
      Views

      modaltbM

      Hi @pfranklin ,

      Sorry for the lag.

      The VOXL 2 architecture has a few processors, the I2C on the 5G modem port is mapped to the applications processor. The I2C we use by default in PX4 is connected to a DSP (image here https://docs.modalai.com/images/voxl2/m0054-px4-block-diagram-0.4.png).

      For each driver we've used on the DSP, we've had to make a few small mods to get going. Here's an example of an I2C driver we use on the DSP for talking to a baro:

      https://github.com/modalai/px4-firmware/tree/voxl-dev/src/drivers/barometer/icp10100

      It's enabled in the build here:
      https://github.com/modalai/px4-firmware/blob/voxl-dev/boards/modalai/rb5-flight/qurt.cmake#L55

      Are you already using J19 pins 3 and 4? If not we could hijack those from the mag driver perhaps and you could use the sensor there.