DJI Mavic, Air and Mini Drones
Friendly, Helpful & Knowledgeable Community
Join Us Now

Recent content by surfbird

  1. S

    Mini3 drift backwards when landing (RTH) in strong wind

    It was >30%. I have to run more tests and check the logs what attitude it has. I have not seen this in other drones. though.
  2. S

    Help - Image recognition inside drone's computer using drone's camera

    Alternate solutions would be using the MSDK It will add 100ms delay, but if you use a high end phone with tensorflow chip it will probably be faster in the end, compared doing it on the drone.
  3. S

    Mini3 drift backwards when landing (RTH) in strong wind

    Yesterday I flew my mini3 in high wind. it was steady 8-9m/s, and it handled it quite well. Could do 8m/s in sport against the wind. In RTH it flies to the exact takeoff point at RTH alt, but when descending it get pushed backwards by the wind. So it misses the landing sport with at least...
  4. S

    Help - Image recognition inside drone's computer using drone's camera

    You cant run any software on the drone. Why dont you use MSDK? Its made for what you want. Some drones you can get a root shell, but I don't thin 3E has any yet. Rooted mavic 1 pro could basically do what you ask, but it involves a lot of work.
  5. S

    Ambient Wind Reported?

    Yes it has internal wind calculation. In MDSK5 its possible to read out these values. They are even shown in the example atti-widget. It's pretty accurate. Wind direction is only in SW,S,SE and so on. And the direction is actually 180 wrong.Tested with mini3...
  6. S

    Drone Hacks TRB battery repair tool.

    Which forum are you refering to?
  7. S

    Increased latency on RTMP streaming

    What sdk are you using? I just tried msdk5, and if you stream the raw h264 stream over udp (wifi) to vlc to a laptop, the delay is very low. Less than 100ms compared to fpvview. Still I was hoping for less. Try to stay away from all transcoding, better send the stream raw if your network can...
  8. S

    Wind Speed Relative To Drone Weight

    All dji's are tilt limited. A heavier drone will get more forward trust at max tilt unless you change the shape of the drone so it gets more drag. Take the mini3 for example. It can penetrate wind better with the bigger battery. But, what can fool you is that it's still ground speed limited, so...
  9. S

    4G Dongle Arrived

    I extracted string containing lte in dji fly. I don't have time to do any reversing for the moment, but it might be some help for others. Some intersting things: check_country_in_lte_black_list lte_set_ipv6_server_ip lte_dev_get_local_ipv6 lte_dev_set_remote_ipv6 lte_decrypt Seems to be dev...
  10. S

    4G Dongle Arrived

    Just a thought. You that got the dongle working, are you using an ip6 enabled operator? When I did my own testing with transfer live view between two 4g phones, ip6 was the most efficient. Very few operators here in Sweden have enabled ip6 though, due to fear of overbilling. Are all 4g dongles...
  11. S

    Sdk hack for mini 3 possible?

    The message that is received in dji.midware.data.model.P3.DataOsdGetPushCommon you ovveride the dronetype. Set the dronetype you want: public static enum DroneType { Unknown, Inspire, P3S, P3X, .... I'm kind of put everything on hold for the moment. Waiting for the msdk5 for the...
  12. S

    4G Dongle Arrived

    A good start is to start decompiling the new sdk: https://developer.dji.com/api-reference-v5/android-api/Components/ILTEManager/ILTEManager.html?search=lte&i=19&#iltemanager_ltelinktype_inline DJI just added it it. The lte functionality have been lurking in sdk4 for a long time, but they never...
  13. S

    4G Dongle Arrived

    >4G devices aren't capable of communicating directly Actually they are. UDP hole punching WEBRtc uses it all the time. Otherwise the latency would be high.
  14. S

    Battery Checker For DJI Mavic Pro 2 and Mavic 2s

    Not what I'm aware about If you make your own app, you can get mAh for full charge from the sdk. Even if it shows 100% charge the full charge is usually down 10% even on new batteries. This is the only way I know how to check the health of the batteries. I used to save the high capacity...
  15. S

    Mavic 3 sdk PLEASE!

    Yeah, but it's still very very good news! It means that they don't leave the consumer drones in the dust.
Want to Remove this Ad? Simply login or create a free account