-
Notifications
You must be signed in to change notification settings - Fork 99
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
RS92 is not decoded #368
Comments
Well, yes, ftp sources are gradually disappearing. Currently there is no space for TLS in the firmware, but the current plan (next devel) is to enable http download, and have a http=>https running (soon in the next devel firmware) But for now, the esa ftp server seems to be still available.
And my test TTGO just now successfully downloaded eph data with the standard config. Maybe the server was temporarily unavailable, or you are behind a firewall that is blocking ftp connections? |
Thanks for your quick reply. I'll check if my firewall is blocking ftp system. Now I have inserted a free line with type RS92 in the QRG list and a second one with sure frequency for the Rs92 sonde. I checked the firmware information and it show: |
Yes, if it says Good, then it successfully fetched eph data from the ftp server. Note that fetching eph data is done only once, right after startup. |
Now it seems that the server, or something connected to it, is down. No Rinex eph data is downloaded. I have three stations with rdz and they all show "fetch error" or "disabled". Could it be the end of the ftp connections? |
Hello hansi, we have the same problem, impossible to decode RS92 ---> RS92 RINEX eph status: Disabled FTP server for ephemeris data (RS92 decoder) = gssc.esa.int/gnss/data/daily/ |
Yes, well, the server is still there, but a couple of days back it stopped providing the brdc...gz file. I have not found any good replacement ftp server. So I guess I should switch over to http oder https soon...
|
neither of the 2 FTP addresses works, you tested with which FTP address ???? gssc.esa.int/gnss/data/daily |
Well, I can connect to the esa server, but as I said, the server does not provide the files. So it is not working. |
ok merci |
Actually, brdc files are on the server, just in a different location than before. |
Hello Hansi, even after the update RS92 RINEX eph state: Disabled gssc.esa.int/gnss/data/daily/%1$04d/brdc/brdc%2$03d0.%3$02dn.gz |
Hi, if it says "Disabled" then the eph fetch is disabled because you don't have any active frequencies with RS92 configured. That is normal. If you activate at least one RS92 (you need to reboot after activating, as the transfer is attempted only once right after reboot)), then you should see "Good" if all is good, or one out of "Time error", "Fetch error", "Read error" if something went wrong. |
Did you reboot? If yes this is strange. It works here on my test board... |
YES I rebooted 3 times, turned off / on again, always the same and this on 3 TTGO and 2 T-BEAM |
I don't see any way how this can happen. But maybe you could send me the output from the serial console? |
will you have to tell me how to do it? |
Board needs to be connected using USB.
|
Basically the functionality is simple:
Seems like you have a slightly modified (french) version of the software, maybe something is broken in that version? Or did you try my original version as well? The web content in data does not matter, but the word "Désactivé" is printed in the software. Otherwise it is very strange and I need the serial port output to diagnose this further. |
yes I put 3 frequencies with RS92, I updated with the last version of the software (version devel20230828b), no modification of the software either, reboot, turning off and turning on the ttgo does not change anything, |
I'm not the only one in this situation, I have 2 friends who have exactly the same problem = RS92 RINEX eph state: Disabled I will try to reprogram a new ttgo to see if I have the exact same problem |
Ok, there is an issue with the config editor. But this should only cause "Fetch error", never "Disabled". What you can do is just remove the geteph url line in the config and save, and then reboot, then it will use the correct default string automatically (this problem is fixed in new devel20230829). But please try to get the serial port output. If you cannot use Arduino or PlatformIO, you can also simple Windows commands. Use device manager to find the com port number of your ESP32 (connected via USB), and then open the command line and do |
Try to upload the official version "master v0.9.3.B17" here: http://rdzsonde.mooo.com/download.html |
j'ai fait la mise à jour en master et j'ai remis la devel, exactement pareil, j'ai tester sur 7 TTGO dont 3 T-BEAM résultat identique, j'ai mis 3 fréquences en RS92, reboot, effacer la ligne FTP, éteindre, allumer, cela ne change pas, c'est toujours en désactivé, a ne rien y comprendre |
Don't do the "cd .." You probably don't have permissions to write to the root directory, but you should be allowed to write to your home directory |
ne fonctionne pas hansi, désolé |
What if you do "TYPE COM14:" (without the ">> serial.txt) |
Or, my last attempt, you can try this:
|
MAURI740, vous pouvez me dire quel PUCE vous utilisez sur TTGO (silicon labs) ou (CH340 ou CH9102) ???? peut être que cela viens de la ??? |
Perfect, I got your log file 👍 And I see I am getting old, or too much time has passed since I implemented that part. So, I guess, mystery resolved: Here is the important part: You have to use wifi mode 3, you are currently using wifi mode 1. This is, unfortunately, not supported, change it to mode 3. |
Alright, and just right now seems like ESA has changed the server back to the previous structure. So now you need to adjust the configuration again to this one: |
hello hansi, yes it's done and everything works now, it was only the wifi mode (3) which was blocked, thank you for your help, have a good day. |
Thank you Hansi for your support! |
Do you have ephemeris data on the TTGO (check in the "About" tab of the web interface)? |
YES, Wifi in 3, rinex good, frequency OK, I receive frames, but no decoding of RS92 only 3 or 4 auto-RX stations managed to decode the RS92 but no TTGO |
Hi, sometime there are some Rs92 in the air but no correct decode data from the software. I updated my TTgo with V0.9.3 but the problem is the same. I think that the cause is the offline server (gssc.esa.int/gnss/data/daily/) that not allowing download of eph data. Can solve this issue? It would be nice for me to find an old Rs92. Thank you
The text was updated successfully, but these errors were encountered: