-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
answer about galileo #3
Comments
As explained on the readme, the way to be 100% sure is :
pull your last flight data from the bird blackbox.
adb to the bird, then cd blackbox/flyctrl/
ls *
check which file is your last flight (will be the last "big" FLYxxx.DAT
file)
then exit shell with "exit"
and then
adb pull /blackbox/flyctrl/FLYxyz.DAT
to retrieve the file on your computer (you can pull several files to
make sure)
then use CsvView : https://datfile.net/CsvView/downloads.html
to plot the data from the file
select numGPS / numGLNAS / numSV in the signal picker :
![image](https://user-images.githubusercontent.com/5566194/44631120-3541d580-a968-11e8-8656-7157b06cff08.png)
Then check the difference between total SV (satellite vehicle) count and
Glonass + GPS.
The difference you'll see is the number of Galileo sats.
![image](https://user-images.githubusercontent.com/5566194/44631122-3c68e380-a968-11e8-8317-5dd6716aa3a3.png)
Le 26/08/2018 à 19:20, Maxym77 a écrit :
…
Hi and thanks.
After installed firmware now i see 22 sat instead of 14 normally take.
I can assume gallileo option is enabled?
I don't have used NLD software... only DJI Go 4
Max
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFTu8tzjylRd7ccy4z6jGuIO-xHZcnNJks5uUtjjgaJpZM4WM3VZ>.
|
I haven't performed any step of the 15. Additionnal "post-install" steps to get Galileo working. you are saying that there is a possibility that galileo will work ? by the way now i verify with last flight data from the bird blackbox. Max |
Maybe it can work. From my previous testings, I needed to feed the receiver once with downloaded ephemerids to get it working (which is handled by the app sdie mod) Now that there are more active Gal sats, it may happen that this is not necessary anymore... Please test as explained above and report... |
what do you think about it? am i using the galileo network? |
you are seing 12 sats, amongst those 4 GPS, 5 Glonass, so the 3 missings are Galileo ! Thanks for testing, this seems to mean that with current constellation status, it's not even needed to do a first "manual" ephemerid load. If you want to make a flight at a time were there will be a lot of sats, you can use the app given at the end of readme to check the best time slots at a given location. |
with this patch I notice a different behavior in mavic. when I am on the ground, see the GPS switching from 0 sat to 10 sat ... max 14 .. when i take off and go at 20 meters i see 16-18-20 sat .. |
The GNSS receiver configuration applied with the patch is as follow elevation mask above horizon : 5° (same as DJI default) Those settings (and espacially the "airborne" one may apply more restrictive filters to sat meausrements while on the ground. Having slighlty different behaviour especially in the way you report them is normal. |
I never noticed that before, but this is probably because the official FC is not issuing the constellation configuration message to the GNSS receiver. This can be changed by making a modded FC that returns the GNSS configuration to default, and then flashing back to .07 (but obviously I don't see the point of doing this). All material to do that is included in the scripts Just change the args from the "ubxcfggen" calls to achieve the settings you want (at your on risks) |
i take 2 compass error today... too weak gps signal in my zone... please answer issue #4 for GPS restock to default thanks! |
Based on the analysis of the ubox m8n associated with the arducopter (APM) project, we had defined this configuration as safe: elevation mask above horizon : 10° https://drive.google.com/file/d/1i_uqNQXwztqO7tRMvxxAT4JrsYxU2DM1/view?usp=sharing |
What could be wrong with previous gps parameter? |
I don't believe there is anything wrong with the parameters as they are at time in the scripts. |
i have solved my problems (poor gps signal on land) increasing only max horizontal standard deviation from 30 to 100. now i take 14 satellite minimum on land |
I'll be a bit rude, please excuse that, but I believe you don't understand anything to the settings you are changing... The elevation above horizon has never been 30. It's 5, and rising it will only reduce the number of satellites the receiver is allwoed to track (but it will track slighlty better sats as lower ones provide "bad" measurements") The parameter that is 30 is "pacc" (position accuracy) and it's the minimum accuracy that the GPS must estimate to spit out a position. Setting it to 100m will indeed result in a receiver spitting a position sooner/in more harsh conditions than 30m but this position is "risky" as it may be 100m inaccurate. Obvisouly, the number of tracked satellties depends mostly on the time of day you are making the experiments. |
I have never had any issue at all with post #4 parameters, only an improvement... in the same place where before i locked 12-13 sat, now i lock 15-16 min... my mavic never drop to 0 sat... I don't know what to think... |
Matioupi no problem. |
I'll push a script to revert to standard GNSS settings as soon as possible. However, I would really advise you to stick with the modified config. I really believe it is safer. You cannot dump GNSS settigns from another Mavic without openning it an putting some probes in it. |
I can not remove NFZ in paramaetrs for p4p v2.0 how it remove |
Have you tried the steps in the description?
…On 24 September 2018 at 09:02, diikoo ***@***.***> wrote:
I can not remove NFZ in paramaetrs for p4p v2.0 how it remove
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AompxrXxzefZ3IgoC-LoE8NTwO0u3XDeks5ueHWSgaJpZM4WM3VZ>
.
--
Best regards,
Todor Lozanov,
Marketing manager,
Mobile : +359887825323
-------------------------------------------
TEMPEX Ltd.
4000 Plovdiv, Bulgaria
52 'Kuklensko Shose' Blvd
tel.: +359 32 390 100
fax.: +359 32 390 101
http://www.tempex.bg
|
i also can not remove NFZ cos it need a little bit description |
please can you help me for this error ([dji_image_verify_file:17] ERROR fail to open file wm335_0306_v03.03.04.13_20180525.pro.fw.sig |
Hi and thanks.
After installed firmware now i see 22 sat instead of 14 normally take.
I can assume gallileo option is enabled?
I don't have used NLD software... only DJI Go 4
Max
The text was updated successfully, but these errors were encountered: