DJI Inspire 1 hacks - How to remove NFZ, Height Limits, modify flight parameters and increase maximum speeds

That’s a question i would like to know as well.

I too am experiencing the same issue as you. Any updates in terms of finding a solution?

No, I haven’t heard anything yet?

Hmm. Did you try setting the minValue to 10000 too?

{
“index” : 242,
“typeID” : 1,
“size” : 2,
“attribute” : 11,
“minValue” : 10000,
“maxValue” : 10000,
“defaultValue” : 10000,
“name” : “g_config.flying_limit.max_height_0”,
“modify” : true
},

No I haven’t. But first thought of concern I would have with that setting is, would the drone jump at take off and try to uncontrollably climb to 10000m?

PinkSpike, do you have an opinion on this ?

1 Like

I’ve done a bit more research on this one guys and I’m wondering if one of the values may be incorrect in Part Two :thinking:

This part:

I’ve checked some Phantom 3 parameters and they all have the minValue set to 1 and the defaultValue set to 2.

It may be the case that setting the minValue to a 2 causes this mod to not work?

Anyone able to try changing only the defaultValue to a 2 (and leaving minValue at 1)

1 Like

Well, the default is 20 which would mean that the drone could never fly at lower than 20m, so that’s not the case :blush:

The minValue parameter is the lowest value you can enter in to the Max Flight Altitude setting in the GO3 app (if that makes sense).

So in this case, the default values for the g_config.flying_limit.max_height_0 parameter are:

    {
        "index" : 242,
        "typeID" : 1,
        "size" : 2,
        "attribute" : 11,
        "minValue" : 20,
        "maxValue" : 500,
        "defaultValue" : 120,
        "name" : "g_config.flying_limit.max_height_0",
        "modify" : true
    },

Which matches the (20-500M) [120] values referenced in GO3:

So if you set the minValue parameter to say 400, then you’d not be able to enter a value lower than 400m in the app.

Quite how well supported in the app that is, I don’t know - but that’s the logic behind it :slight_smile:

This part:

Anyone able to try changing only the defaultValue to a 2 (and leaving minValue at 1 )

PingSpike - I tried this and unfortunately didn’t work.

Hi, i have a inspire 1 v2.0…i did eveything as instructed but the aircraft still doesnt go higher than 500m, any help, please!

So you don’t want to follow the drone code then?
120 metres of 400 ft?

You know he lives in the UK?

1 Like

Do you?

In the app settings the max says 500m but if modded correctly it will go higher (so I have heard)

Have you tried it flying or just relying on the app settings ?

Any luck cyron17? - I’m in the same boat as you.

All good. Just realized that i had to change all of tree values to 10000… after that everything is working fine.
Thanks
I wonder there a way to do the same thing on my phantom 4 pro… the dji assistant doesnt allow me to change the values…
Please help…

2 Likes

“index” : 242,
“typeID” : 1,
“size” : 2,
“attribute” : 11,
“minValue” : 10000,
“maxValue” : 10000,
“defaultValue” : 10000,
“name” : “g_config.flying_limit.max_height_0”,
“modify” : true

2 Likes

3 Likes

All also… please be warned that you shouldnt go higher than 2500m battery used to clime shouldnt leave you much for a safe landing…

2 Likes

Thanks @cyron17 I’ve updated the guide above to reflect this :+1:t2:

1 Like

Awesome! Thanks