User Tools

Site Tools


howto:cia_jeep_doors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howto:cia_jeep_doors [2022/08/26 15:00] (current)
digdat0 created
Line 1: Line 1:
 +===== CIA Jeep Doors =====
 +Kudos to Bin4ry
 +
 +CIA Jeep Doors - DJI DroneID adjustment tool v1.2
 +This software is based on the work of the DJI OG's it is free software and should never be sold
 +
 +======================================
 +
 +  *CIA Jeep Doors Tool: [[https://github.com/MAVProxyUser/CIAJeepDoors]]
 +
 +Usage: ciajeepdoors.py [-h] (--port PORT | --bulk) [-p PRIVACY] [-d DRONEID] [-f FLIGHTPURPOSE] [--disable] [--enable]
 +<code>
 +options:
 +  -h, --help            show this help message and exit
 +  --port PORT           the serial port to write to and read from
 +  --bulk                use usb bulk instead of serial connection
 +  -p PRIVACY, --privacy PRIVACY
 +                        provide privacy flags
 +                        .......x  Show/Hide serial number
 +                        ......x.  Show/Hide state like position, roll, yaw, imu data, ...
 +                        .....x..  Show/Hide ReturnToHome position
 +                        ....x...  Show/Hide droneID
 +                        ...x....  Show/Hide flight purpose
 +                        ..x.....  Show/Hide UUID
 +                        .x......  Show/Hide Pilot Position
 +                        x.......  Show/Hide Unknown
 +
 +                        00000000 Will disable all broadcasts
 +                        11111111 Will enable all broadcasts
 +
 +  -d DRONEID, --droneid DRONEID
 +                        provide the droneID
 +  -f FLIGHTPURPOSE, --flightpurpose FLIGHTPURPOSE
 +                        provide the flight purpose
 +  --disable             disable droneid
 +  --enable              enable droneid
 +</code>
 +
 +
 +How to use (Windows):
 +
 +  * Help: python CIAJeepDoors.py -h
 +  * USB Bulk connection: python CIAJeepDoors.py --bulk
 +  * Check status: python CIAJeepDoors.py --port COM3
 +  * Enable DroneID: python CIAJeepDoors.py --port COM3 --enable
 +  * Disable DroneID: python CIAJeepDoors.py --port COM3 --disable
 +
 +Where COM3 = your DJI Device COM port.
 +
 +Note: Some newer aircraft need to use --bulk and not COM port. 
 +
 +
  
howto/cia_jeep_doors.txt ยท Last modified: 2022/08/26 15:00 by digdat0