Bin4ry / deejayeye-modder

Other
358 stars 143 forks source link

Mavic mini Gimbal Calibration Problem ! #229

Open pilgrimage80 opened 3 years ago

pilgrimage80 commented 3 years ago

Hi, I want to calibrate my mavic mini the gimbal using the dji firmware tool through the python software, but I get the following error messages, how can I solve this problem?

I am trying to do it on my mavic mini - WM160 but i get an error that says :

py comm_og_service_tool.py -vv COM4 WM160 GimbalCalib JointCoarse Opened COM4 at 9600

info: The Gimbal will move through its boundary positions, then it will fine-tune its central position. It will take around 15 seconds.

Prepared binary packet: 55 0e 04 66 0a 04 5b 90 20 04 08 01 0b 78 Sending packet... Waiting for reply... Retrieved 1 packets (14b), dropped 0 fragments (0b) Received response packet: 55 0e 04 66 04 0a 5b 90 80 04 08 01 1a 6c Error: Unrecognized response to calibration command JointCoarse request.

py comm_og_service_tool.py -vv COM4 WM160 GimbalCalib LinearHall Opened COM4 at 9600

Info: The Gimbal will slowly move through all positions in all axes, several times. It will take around 30 seconds.

Prepared binary packet: 55 0e 04 66 0a 04 c0 9a 20 04 08 02 0f 6c Sending packet... Waiting for reply... Retrieved 1 packets (14b), dropped 0 fragments (0b) Received response packet: 55 0e 04 66 04 0a c0 9a 80 04 08 01 85 4a Error: Unrecognized response to calibration command LinearHall request.

Where is the problem ?

Thankyou.

richardrc commented 3 years ago

Did you ever figure this out?

aytacengin commented 3 years ago

It is very simple issue. Why you didnt do it ?

Use this code like down

Mavic Mini py comm_og_service_tool.py COM3 WM160 GimbalCalib JointCoarse py comm_og_service_tool.py COM3 WM160 GimbalCalib LinearHall