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

    Andrew Martin

    @Andrew Martin

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Andrew Martin Unfollow Follow

    Latest posts made by Andrew Martin

    • RE: Invalid Remote ID Serial Number

      @modaltb This simplest fix for us was to just change the hardcoded 'C' to a hardcoded 'A' and rebuild the deb. It's not the "proper" solution, but it should let us fly legally.

      posted in Ask your questions right here!
      Andrew MartinA
      Andrew Martin
    • Invalid Remote ID Serial Number

      On a Starling 2 Max, I'm running voxl-remote-id to get the Remote ID serial number so that we can register with the FAA and fly. However, that script produces an invalid serial number, and I'd like to know your intended behavior. The format is supposed to be your ICAO ID ("1814"), plus the length (a value 1 to F representing the length of the next part, but which is hardcoded as "C" in voxl-remote-id/src/main.c), plus the manufacturer's serial number (which is read in from /sys/devices/soc0/serial_number). However on our drone, that last bit is only 10 characters long (e.g. 0123456789). In this case, the script currently generates a value of 1814C0123456789, which is invalid. The voxl-remote-id script definitely needs fixed, but how so? Should it be something like 1814A0123456789 or 1814C012345678900?

      posted in Ask your questions right here!
      Andrew MartinA
      Andrew Martin