Nevvman18 / rs41-nfw

Versatile, custom firmware for new revision of Vaisala RS41 radiosondes
GNU General Public License v3.0
14 stars 2 forks source link

rs4-nfw needs setting for delay between transmissions and pip's #4

Closed zanco closed 2 months ago

zanco commented 2 months ago

Hi, Today I succesfully followed the instruction to progam a next generation RS41 with self compiled firmware in the Arduino IDE. I used the stm32 programmer tool to flahs the compiled binary .

BZ-NEXTGEN starts transmitting after selecting the mode for TX -=on.

However the Horus V2 transmissions transmit without interruptions where I need to have an adjustable delay between the transmissions, and if I enable the bip's they interrupt the transmissions but also with no delay in between. This makes it impossible to use 2 sondes at the same time.

Can you add an adjustable delay between the horus transmissions and between the bips pleaes ?

Thanks, Ben

Nevvman18 commented 2 months ago

You mean that the delay after each TX mode should be a separate value to configure? Sure, I can implement that. For now, there is an option called modeChangeDelay but the delay is the same for each mode. Somewhere in the future there will be an option to schedule the transmission with GPS time. Thanks

videobuff commented 2 months ago

According to me it is there. It's called int modeChangeDelayand i have set it to 1500. (default it is 0)

Nevvman18 commented 2 months ago

Is the modeChangeDelay option sufficient for you or do you need the adjustable one for each?

videobuff commented 2 months ago

For me it is sufficient. I tested yesterday for a couple of hours at ground level and the 1500 ms is enough. At live flight I will most likely use Horus and 5 pips.

Verzonden via Gmail Mobile

Op vr 6 sep 2024 om 20:43 schreef Franek @.***>

Is the modeChangeDelay option sufficient for you or do you need the adjustable one for each?

— Reply to this email directly, view it on GitHub https://github.com/Nevvman18/rs41-nfw/issues/4#issuecomment-2334624453, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAX44GLUXSXZAV2BIRPGMD3ZVHZTJAVCNFSM6AAAAABNZBX4YSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZUGYZDINBVGM . You are receiving this because you commented.Message ID: @.***>

Nevvman18 commented 2 months ago

Great, and @zanco?

zanco commented 2 months ago

Zanco is completely satisfied at this moment

Might have helped if I had finished all documentation first 🫣

With some help I now even have the tracker starting at powering on.

Thanks!

Ben

Nevvman18 commented 2 months ago

No problem, thanks for feedback!