Skip to content

ECEF coordinates not saving over WiFi #97

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

Closed
bbrandau opened this issue Apr 12, 2022 · 9 comments
Closed

ECEF coordinates not saving over WiFi #97

bbrandau opened this issue Apr 12, 2022 · 9 comments

Comments

@bbrandau
Copy link

bbrandau commented Apr 12, 2022

Unable to save configurations with base having a negative value for altitude in geodetic fixed base mode. Also unable to save in ECEF mode with certain Z variables.

Geodetic settings for my mountpoint:
39.50683985
-75.66554856
-4.198

ECEF Settings:
x: 1220012.70
y: -4774304.53
z: 4035886.32

@nseidle
Copy link
Member

nseidle commented Apr 12, 2022

Hi @bbrandau - Thanks for reporting! Can you please let us know what firmware version you are using? Should be reported when you bring up the debug or system status menu. Once I know, we'll replicate.

@bbrandau
Copy link
Author

bbrandau commented Apr 12, 2022 via email

@nseidle
Copy link
Member

nseidle commented Apr 12, 2022

image

Ah, I see, it's the range checking that needs to be modified. I'll fix that shortly

@nseidle
Copy link
Member

nseidle commented Apr 12, 2022

Fixed in RCApr12 that you can get here.

@bbrandau
Copy link
Author

Thanks ... Looks like the Geodetic works, but the Z dimension for ECEF is still out of range. It works well enough for what I need ... Thank you!!!

@nseidle
Copy link
Member

nseidle commented Apr 12, 2022

My fault, I didn't take it low enough.

Notes to my future self: Lowest location on earth: dead sea, alt = -413m. [ECEF Converter]: 3316.212km.

I'm going to put the ECEF Z minimum at 3,300,000m and hope no one tries to setup a base station 16km below the dead sea.

nseidle added a commit that referenced this issue Apr 12, 2022
@nseidle
Copy link
Member

nseidle commented Apr 12, 2022

Ok fixed and rolled into v1.11 release. Please open new issue if you find anything else.

@nseidle nseidle closed this as completed Apr 12, 2022
@bbrandau
Copy link
Author

Tested and works!!!! Thanks!!!

@nseidle
Copy link
Member

nseidle commented Apr 14, 2022

Just as a note - I was thinking in the completely wrong coordinate system here. ECEF X/Y/Z can be +/-6,378,100. I'll get this fixed in v1.12.

@nseidle nseidle changed the title Profile saving over wifi ECEF coordinates not saving over WiFi Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants