Skip to content
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

Closed
der-stefan opened this issue May 4, 2016 · 8 comments
Closed

1750 Hz tone #89

der-stefan opened this issue May 4, 2016 · 8 comments

Comments

@der-stefan
Copy link
Contributor

Add the option to send a 1750 Hz tone by pressing one of the side buttons.

@aeickho
Copy link
Collaborator

aeickho commented May 4, 2016

I think, this is possible - not now but in the near future

@der-stefan
Copy link
Contributor Author

der-stefan commented May 5, 2016

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.
Btw: A DTMF tone sequence can be send with the original firmware by pressing the "#" key, entering the sequence and pressing PTT.

@travisgoodspeed
Copy link
Owner

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.)

@der-stefan
Copy link
Contributor Author

der-stefan commented May 5, 2016

@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.

@der-stefan
Copy link
Contributor Author

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.

@aeickho
Copy link
Collaborator

aeickho commented Aug 27, 2016

the 1750 Hz tone is added by Retevis with d13.020 ... enable it on cps 1.32

@aeickho aeickho closed this as completed Aug 27, 2016
@aeickho
Copy link
Collaborator

aeickho commented Aug 27, 2016

see #218

@der-stefan
Copy link
Contributor Author

Great news! Perhaps the Chinese read our issue here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants