Replies: 1 comment 2 replies
-
@markusb Looking for same application and would like to use egzumer mod for same purpose. Hope you found this working or solved? Seems IJV got this function? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in the process of creating an additional feature to send the alpine REGA distress signal. This is a five digit ZVEI sequence, sent on a specific frequency. The aim is to send a reque alert to the REGA network. Further communication is like normal radio traffic on the same frequency. There is also a CTCSS tone squelch in use.
My code will have two entry points 'REGA Alert' and 'REGA Test', assignable to any configurable button, like button2 long press. Triggering the function should change to the special frequency, set the CTCSS parameter, put the transmitter in high power, send out the ZVEI sequence and leave the transmitter in the same settings for further communication.
I found the function calls and stitched something together, which partially works. I can set the radio parameters and send out the ZVEI, but the settings dont stick, the radio falls back on the settings before the alert call.
Here my actual code, hacked together, but only partially working.
Beta Was this translation helpful? Give feedback.
All reactions