USBBoardInfo.json 5.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{
    "comment":  "AutoConnect usb board info",

    "version":          1,
    "fileType":         "USBBoardInfo",
    "groundStation":    "QGroundControl",

    "boardInfo": [
        { "vendorID": 9900, "productID": 16,        "boardClass": "Pixhawk",    "name": "PX4 FMU V1" },
        { "vendorID": 9900, "productID": 17,        "boardClass": "Pixhawk",    "name": "PX4 FMU V2" },
        { "vendorID": 9900, "productID": 18,        "boardClass": "Pixhawk",    "name": "PX4 FMU V4" },
12
        { "vendorID": 9900, "productID": 19,        "boardClass": "Pixhawk",    "name": "PX4 FMU V4 PRO" },
13 14
        { "vendorID": 9900, "productID": 22,        "boardClass": "Pixhawk",    "name": "PX4 FMU V2",           "comment": "Bootloader on older Pixhawk V2 boards" },
        { "vendorID": 9900, "productID": 4097,      "boardClass": "Pixhawk",    "name": "AeroCore" },
15
        { "vendorID": 9900, "productID": 33,        "boardClass": "Pixhawk",    "name": "AUAV X2.1 FMU V2" },
16
        { "vendorID": 9900, "productID": 48,        "boardClass": "Pixhawk",    "name": "MindPX FMU V2" },
17
        { "vendorID": 9900, "productID": 50,        "boardClass": "Pixhawk",    "name": "PX4 FMU V5" },
18 19
        { "vendorID": 9900, "productID": 64,        "boardClass": "Pixhawk",    "name": "TAP V1" },
        { "vendorID": 9900, "productID": 65,        "boardClass": "Pixhawk",    "name": "ASC V1" },
20
        { "vendorID": 9900, "productID": 22,        "boardClass": "Pixhawk",    "name": "Crazyflie 2" },
21
        { "vendorID": 9900, "productID": 1,         "boardClass": "Pixhawk",    "name": "Omnibus F4 SD" },
22
        { "vendorID": 8137, "productID": 28,        "boardClass": "Pixhawk",    "name": "PX4 FMUK66 v3.x" },
23
        { "vendorID": 1155, "productID": 41775,     "boardClass": "Pixhawk",    "name": "PX4 FMU ModalAI FCv1" },
24
        { "vendorID":12642, "productID": 75,        "boardClass": "Pixhawk",    "name": "PX4 DurandalV1" },
25

26 27 28 29 30
        { "vendorID": 1155, "productID": 22336,     "boardClass": "Pixhawk",    "name": "ArduPilot ChibiOS" },
        { "vendorID": 4617, "productID": 22336,     "boardClass": "Pixhawk",    "name": "ArduPilot ChibiOS" },

        { "vendorID": 12642, "productID": 0,        "boardClass": "Pixhawk",    "name": "Holybro" },

31 32
        { "vendorID": 11694, "productID": 0,        "boardClass": "Pixhawk",    "name": "Hex/ProfiCNC" },

33 34 35
        { "vendorID": 9900, "productID": 21,        "boardClass": "PX4 Flow",   "name": "PX4 Flow" },

        { "vendorID": 1027, "productID": 24597,     "boardClass": "SiK Radio",  "name": "SiK Radio",            "comment": "3DR Radio" },
36
        { "vendorID": 1027, "productID": 24577,     "boardClass": "SiK Radio",  "name": "SiK Radio",            "comment": "3DR Radio on FTDI" },
37
        { "vendorID": 4292, "productID": 60000,     "boardClass": "SiK Radio",  "name": "SiK Radio",            "comment": "SILabs Radio" },
38

39 40 41 42
        { "vendorID": 5446, "productID": 424,       "boardClass": "RTK GPS",    "name": "U-blox RTK GPS",       "comment": "U-blox RTK GPS (M8P)" },
        { "vendorID": 5446, "productID": 425,       "boardClass": "RTK GPS",    "name": "U-blox RTK GPS",       "comment": "U-blox RTK GPS (F9P)" },
        { "vendorID": 1317, "productID": 42151,     "boardClass": "RTK GPS",    "name": "Trimble RTK GPS" },
        { "vendorID": 5418, "productID": 34240,     "boardClass": "RTK GPS",    "name": "Septentrio RTK GPS" },
43 44 45 46 47 48
        { "vendorID": 8352, "productID": 16732,     "boardClass": "OpenPilot",  "name": "OpenPilot OPLink" },
        { "vendorID": 8352, "productID": 16733,     "boardClass": "OpenPilot",  "name": "OpenPilot CC3D" },
        { "vendorID": 8352, "productID": 16734,     "boardClass": "OpenPilot",  "name": "OpenPilot Revolution" },
        { "vendorID": 8352, "productID": 16848,     "boardClass": "OpenPilot",  "name": "Taulabs Sparky2" }
    ],

49
    "boardDescriptionFallback": [
50 51
        { "regExp": "^PX4 FMU v5.x$",       "boardClass": "Pixhawk" },
        { "regExp": "^PX4 BL FMU v5.x$",    "boardClass": "Pixhawk" },
52 53
        { "regExp": "^PX4 FMU v4.x PRO$",   "boardClass": "Pixhawk" },
        { "regExp": "^PX4 BL FMU v4.x PRO$","boardClass": "Pixhawk" },
54 55 56 57 58 59 60 61 62 63 64 65 66
        { "regExp": "^PX4 FMU v4.x$",       "boardClass": "Pixhawk" },
        { "regExp": "^PX4 BL FMU v4.x$",    "boardClass": "Pixhawk" },
        { "regExp": "^PX4 FMU v2.x$",       "boardClass": "Pixhawk" },
        { "regExp": "^PX4 BL FMU v2.x$",    "boardClass": "Pixhawk" },
        { "regExp": "^PX4 FMU v1.x$",       "boardClass": "Pixhawk" },
        { "regExp": "^PX4 BL FMU v1.x$",    "boardClass": "Pixhawk" },
        { "regExp": "^MindPX FMU v2.x$",    "boardClass": "Pixhawk" },
        { "regExp": "^MindPX BL FMU v2.x$", "boardClass": "Pixhawk" },
        { "regExp": "^PX4 TAP v1.x$",       "boardClass": "Pixhawk" },
        { "regExp": "^PX4 BL TAP v1.x$",    "boardClass": "Pixhawk" },
        { "regExp": "^PX4 ASC v1.x$",       "boardClass": "Pixhawk" },
        { "regExp": "^PX4 BL ASC v1.x$",    "boardClass": "Pixhawk" },
        { "regExp": "^PX4 FMU",             "boardClass": "Pixhawk" },
67 68
        { "regExp": "^PX4 Crazyflie v2.0",  "boardClass": "Pixhawk" },
        { "regExp": "^Crazyflie BL",        "boardClass": "Pixhawk" },
69
        { "regExp": "^PX4 OmnibusF4SD",     "boardClass": "Pixhawk" },
Don Gagne's avatar
Don Gagne committed
70
        { "regExp": "^fmuv[2345]$",         "boardClass": "Pixhawk" },
71 72 73
        { "regExp": "PX4.*Flow",            "boardClass": "PX4 Flow" },
        { "regExp": "^FT231X USB UART$",    "boardClass": "SiK Radio" },
        { "regExp": "USB UART$",            "boardClass": "SiK Radio",  "androidOnly": true, "comment": "Very broad fallback, too dangerous for non-android" }
74 75 76 77 78 79
    ],

    "boardManufacturerFallback": [
        { "regExp": "^ArduPilot$",      "boardClass": "Pixhawk" },
        { "regExp": "^Hex/ProfiCNC$",   "boardClass": "Pixhawk" },
        { "regExp": "^Holybro$",        "boardClass": "Pixhawk" }
80 81
    ]
}