-
Notifications
You must be signed in to change notification settings - Fork 34
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
GPS/AIS to 2k (SNR way to high) #50
Comments
now i am back to an usb direct connection, without the converter. all seems to be back to normal. { |
Thanks for bringing this up. |
Yes, it translates most gps/ais data okay, also the depth from the serial to can, but the snr is too high. Now directly from 0183 to SK all the data is correct (without the Gateway).Ich werde versuchen es nochmal anzuschließen um dir Daten aufzunehmen. Am besten parallel can Output mit Analyzer und 0183 Input. Liebe Grüße Andreas von der donau.Holger - typed mobil.https://donautics.stwst.at/stories-donautics - typed mobil.https://donautics.stwst.at/stories-donauticsAm 25.03.2023 um 13:17 schrieb Andreas Vogel ***@***.***>:
Thanks for bringing this up.
Do you have some test data I can use to reproduce the issue?
If I understand it correctly the problem occurs when translating from 0183 to 2K?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
any chance to get some test data? |
Hello Andreas, sorry for the long delay, i had some healthy issures last year. Today i was life on board. I connected the ESP2NMEA in parallel to the EasyAIS2 38400 B. (only RXD) On SignalK the EasyAIS is normaly connected via serial Port in. This works nearly an Year now correctly. Tested again: What is the best way in config.json to generate the DATA you need? Holger if you prefer, we also can talk in german. Holger |
Hallo Holger, Dann wäre es gut mal die 0183 Daten zu haben (kannst Du z.B. vom Konverter per TCP holen). Dann kann ich ja selbst mal schauen, was bei mir daraus wird. |
Hello, are you shure the Values are correct. Here SNR is way to high. Data in serial from AIS/GPS. Results in SignalK.
{
"count": 17,
"satellites": [
{
"id": 10,
"elevation": 0.4712,
"azimuth": 0.1745,
"SNR": 162
},
{
"id": 44,
"elevation": 0.5585,
"azimuth": 0.7156,
"SNR": 65
},
{
"id": 48,
"elevation": 0.2967,
"azimuth": 0.2618,
"SNR": 319
},
{
"id": 42,
"elevation": 0.1745,
"azimuth": 0.2618,
"SNR": 59
},
{
"id": 45,
"elevation": 0.1396,
"azimuth": 0.6632,
"SNR": 181
},
{
"id": 46,
"elevation": 0.2967,
"azimuth": 0.2618,
"SNR": 319
},
{
"id": 34,
"elevation": 0.2967,
"azimuth": 0.2269,
"SNR": 319
},
{
"id": 33,
"elevation": 0.2967,
"azimuth": 0.2269,
"SNR": 319
},
{
"id": 41,
"elevation": 0.0175,
"azimuth": 1.0647,
"SNR": 303
},
{
"id": 40,
"elevation": 0.0175,
"azimuth": 1.0821,
"SNR": 304
},
{
"id": 36,
"elevation": 0.2967,
"azimuth": 0.2269,
"SNR": 319
},
{
"id": 51,
"elevation": 0.1745,
"azimuth": 0.2443,
"SNR": 60
},
{
"id": 39,
"elevation": 0.0175,
"azimuth": 1.0821,
"SNR": 304
},
{
"id": 47,
"elevation": 0.2443,
"azimuth": 0.2793,
"SNR": 288
},
{
"id": 43,
"elevation": 0.5585,
"azimuth": 0.7156,
"SNR": 65
},
{
"id": 50,
"elevation": 0.1745,
"azimuth": 0.2443,
"SNR": 60
},
{
"id": 0,
"elevation": 0,
"azimuth": 0,
"SNR": 0
}
]
}
this is normal GPS Data from an Moitessier HAT/serial:
{
"count": 8,
"satellites": [
{
"id": 85,
"elevation": 1.1519173065792743,
"azimuth": 5.759586532896371,
"SNR": 35
},
{
"id": 70,
"elevation": 1.012290966387847,
"azimuth": 3.4732052122617514,
"SNR": 0
},
{
"id": 84,
"elevation": 0.7853981635767779,
"azimuth": 2.146754980443193,
"SNR": 0
},
{
"id": 86,
"elevation": 0.349065850478568,
"azimuth": 5.497787145037446,
"SNR": 29
},
{
"id": 71,
"elevation": 0.15707963271535558,
"azimuth": 3.6302848449771066,
"SNR": 0
},
{
"id": 77,
"elevation": 0.15707963271535558,
"azimuth": 6.091199090851011,
"SNR": 0
},
{
"id": 76,
"elevation": 0.10471975514357039,
"azimuth": 5.305800927274233,
"SNR": 20
},
{
"id": 68,
"elevation": 0.0698131700957136,
"azimuth": 0.5759586532896371,
"SNR": 0
}
]
}
The text was updated successfully, but these errors were encountered: