-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
What you want is sending a WSPR Type 2 message (locator with 6 digit). So put your call in this parentheses <> eg. |
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. #define CONFIG_GPS_SOLUTION_IS_MANDATORY YES In the debug lines on com port i see that he writes 2 times "Waiting for GPS receiver"... then he has contact. |
This is solved. After GPS connected it is waiting for a RMC packet header.
Unfortunally it has another präfix than my GPS is delivering. After
changing this it works as designed.
Also the lon and lat coordinates from the GPS are delivered in an format i
know from APRS. This values delivered to the maidenhead routine brings
wrong locators. So the coordinates should be translated from GMS to
G-Decimal format. Then the locator also works fine.
Meanwhile with a 5m wire dipole my pico got reports from hole europe.
Am Di., 19. März 2024 um 11:17 Uhr schrieb Jochen-bit <
***@***.***>:
… 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
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKZWUCWYBIJZ4SYO2OWRDTYZAGFDAVCNFSM6AAAAABE4CAVHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBWGY4TGMJVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am ready for some ONE PARAMETER tests. I have rtlsdr_wsprd in the baement, and the pico-beacon-tx out on the fence. a perfect place to calmly test.
I also test pairs of pico-beacon-tx, identiccal in dipole power ( 3 AAA batteries) and different locaitons to compare a full day of spots. A full day of spots is a magic test. Very easy to see any real better, worse or the same results.
Thanks for the message. I will let you know when I test.
I am working on a magnetic mounted gamma match to put on the side of a 160' wind turbine at the university 1 km from my home.
First I will use a nano vna to "measure the height" of the windturbine, Exciting stuff. Then I will pump the 11 mw into it, and compare it to a dipole 1 km away. The ACID test.
Sent with Proton Mail secure email.
…On Tuesday, March 19th, 2024 at 6:17 AM, Jochen-bit ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
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
The text was updated successfully, but these errors were encountered: