-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1750 Hz tone #89
Comments
I think, this is possible - not now but in the near future |
The DTMF tones are generated in the STM32 and feed out on PC8 (pin 65) and feed into the C5000 on MIC2_P (pin 5). The same path could probably be used for a 1750 Hz tone. |
Thanks, Stefan! If PC8 is raw audio, we might be able to use it for APRS transmissions on the VHF model! (But dear Lord, don't create an issue for that until we have this much working.) |
@travisgoodspeed I haven't measured the pins, my suggestion is based on the schematic. And it would make sense: The STM32F405 has a timer output (TIM8, CH3) there. Directly after the pin comes a small lowpass filter. I bet, the pin is already used in the function of a timer for creating the DTMF tones. |
There could also be the possibility to completely bypass the C5000 by using the CTCSS/DCS output of the STM (PC7, Pin 64). This signal is directly feeded to the modulator! So there is the chance of generating signals only with the microcontroller. |
the 1750 Hz tone is added by Retevis with d13.020 ... enable it on cps 1.32 |
see #218 |
Great news! Perhaps the Chinese read our issue here... |
Add the option to send a 1750 Hz tone by pressing one of the side buttons.
The text was updated successfully, but these errors were encountered: