Skip to content
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 is connected but QRA locator is still default #13

Open
whallmann opened this issue Mar 18, 2024 · 4 comments
Open

GPS is connected but QRA locator is still default #13

whallmann opened this issue Mar 18, 2024 · 4 comments

Comments

@whallmann
Copy link

After installed it to a pico with gps connected, it gets time successfull, transmitted synced - but only the default 4 digit locator.
Did i missed someting in the main.c ?
73 Wolf

@Jochen-bit
Copy link

What you want is sending a WSPR Type 2 message (locator with 6 digit). So put your call in this parentheses <> eg.
We will see if this software support it ;-)
73 Jochen

@whallmann
Copy link
Author

Hi Jochen, this is not my first intention to do. First i need at all a locator from the GPS inserted into the sending string.
The TX still sends the default of "AA00" as declared in the define section.
Here are some lines i set on main.c

#define CONFIG_GPS_SOLUTION_IS_MANDATORY YES
#define CONFIG_GPS_RELY_ON_PAST_SOLUTION NO
#define CONFIG_SCHEDULE_SKIP_SLOT_COUNT 5
#define CONFIG_WSPR_DIAL_FREQUENCY 14097000UL //24926000UL // 28126000UL //7040000UL
#define CONFIG_CALLSIGN "DF7PN"
#define CONFIG_LOCATOR4 "AA00"

In the debug lines on com port i see that he writes 2 times "Waiting for GPS receiver"... then he has contact.
So i think there should be a way to wait for the coordinates and set them as maidenhead 4 digit into the string.
But this will no happen.
I tried to analyze the code but not able to see where the problem is located. Do you?
or anyone else can help?
thanks
Wolf

@whallmann
Copy link
Author

whallmann commented Mar 28, 2024 via email

@bradshawlupton
Copy link

bradshawlupton commented Mar 28, 2024 via email

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

3 participants