Replies: 4 comments 2 replies
-
Hello Jason. |
Beta Was this translation helpful? Give feedback.
-
I wonder if it might be possible to modify this? APRS is successfully
modulating the FM signal using the SI4043_MODULATION_TYPE_FSK in
radio_si4032.c
I haven't had easy success trying to use settings from APRS for CW and PIP
in the `switch()` starting in line 46 of that routine.
73,
Jason N7IME
…On Sun, Jul 2, 2023, 8:50 AM iz2fly ***@***.***> wrote:
Hello Jason.
CW mode is not FM mode. In FM mode you receive only an unmodulated carrier.
It can be received in CW, USB, LSB mode.
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQWI6B2QZECOKK3N4HAUYETXOGKEHANCNFSM6AAAAAAZ3P2FSQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@n7ime @iz2fly Si4032 can emulate FM (AFSK) using PWM to toggle the Si4032 frequency at a given rate. This is how APRS works currently. It can be used to produce an FM-modulated CW tone. You'd need to add a new mode for this -- handling should happen in a similar way to CW where the carrier is turned on/off and timing is generated by the loop. I personally do not see this as a particularly widely used feature, so probably not something I would work on immediately... but all contributions are welcome! |
Beta Was this translation helpful? Give feedback.
-
My use case is to reconfigure an RS41 as a hidden transmitter for
foxhunting. Our local community has recovered a number of sondes from
weather service launches, with a few running dedicated tracking stations.
It would be fun to introduce others to recovering them, but outside of the
current sonde chasers most of us are using FM HTs for direction finding.
Modulated CW on FM would make that easier for the general ham community.
But in the meantime I can experiment using the APRS mode. My FT1DR was not
successfully decoding the packets yet but I'll keep working at it. The
short bursts will be more difficult for manual direction finding
techniques, which is why I was preferring MCW.
73,
Jason N7IME
…On Mon, Jul 3, 2023, 1:43 AM iz2fly ***@***.***> wrote:
More useful perhaps to add 2 variables for continuous tone and a CW pause
with variable tempos, like all beacons.
—
Reply to this email directly, view it on GitHub
<#43 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQWI6B76GAPLFWV27GQL6X3XOKAZPANCNFSM6AAAAAAZ3P2FSQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
How is morse transmitted?
Is this modulated FM? I am attempting to get Morse working and listening with an HT set for wide band FM. There is clearly a transmitted signal on the expected frequency, but no modulated tone like I was expecting. Without the tone, I'm having a hard time checking that it is sending the desired text.
I've attempted to set the Morse transmit string in config.c as:
I'm expecting that to just send "TEStT DE N7IME".
Can someone please clarify if I should expect to receive this as FM modulated with the Morse tone?
Can someone check me on how I have attempted to set up the text to be transmitted?
Thank you.
73,
Jason
Beta Was this translation helpful? Give feedback.
All reactions