Skip to content
Discussion options

You must be logged in to vote

No graphical tool was used, the relevant commands have just been written down. The feature you are looking for is already there!
The CWKeyerShield class has a function set_cwptt_mute_option with which you can set this option, that is:

.cwptt_mute_option(1);

activates that feature. If activated, the RX audio (from USB) is not copied to the codec while PTT is active.
This suppresses any unwanted side-tone from the radio.

Since you are using my TeensyWinkeyEmulator, just change the config file config.keyershield.h line

#define MY_MUTE_OPTION 0 // set to 1 then RX audio is muted during CW PTT

and replace "0" by 1. In the sketch, there is at some point the code

#ifdef MY_MUTE_OPTION
cwshield.s…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@radi8
Comment options

Answer selected by radi8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants