开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: HABalloon Project


 

Hi,

thanks for suggestion? I try to put it at the end of timing

? ? ? ? if ((minute() == 2) && (second() <= 30)) ? ?// Tx on minute 2 and 32, "30 second" prevents double transmission. WSPR is 2 minute TX period.
? ? ? ? ? ? {
? ? ? ? ? ? ? loc4calc(); // update 4-digit locator before transmission
? ? ? ? ? ? ? intGPSalt(); // update altitude before transmission
? ? ? ? ? ? ? freq = WSPR_FREQ1;
? ? ? ? ? ? ? setModeWSPR(); // set WSPR mode
? ? ? ? ? ? ? encode(); // begin radio transmission
? ? ? ? ? ? ? delay(50); //delay to avoid extra triggers

? ? ? ? ? ? ? setGPStime();
? ? ? ? ? ? }

I hope this will works better
Anyone improved this code or use it on balloon yet??
For telemetry is this a standard protocol or need something?better to properly decode on habhub?




On Sat, Sep 7, 2019 at 5:22 PM <yo9ict@...> wrote:
Try adding another?setGPStime(); call within the TXtiming() function.

Let me know if this cures the issue.

Join [email protected] to automatically receive all group messages.