Page 1 of 1

1750hz tone

Posted: Sun Jun 13, 2021 1:25 pm
by DL5BCA
Hello,
can the 1750Hz tone be changed so that it is transmitted as long as the button on the display is pressed?
We have repeaters here that require a long ringing tone. One repeater even 5 seconds!

Re: 1750hz tone

Posted: Sun Jun 13, 2021 4:18 pm
by g4eml
Not a simple thing to do unfortunately. At the moment the code does not register when buttons are released. Maybe in the future.

Colin.

Re: 1750hz tone

Posted: Sun Jun 13, 2021 5:28 pm
by DL5BCA
Hello Colin,

Thank you very much for the quick reply.

Another question:
PINs are currently set for PTT and band switching.
If the Raspi in the shack and operate the Pluto via Ethernet, possibly many meters away, control with an Arduino would be desirable.
First I wanted to evaluate the PINs on the Raspi and send commands to a second Arduino via the network.
Now it occurred to me that Raspi could send the orders himself.
is that possible?

Re: 1750hz tone

Posted: Sun Jun 13, 2021 5:47 pm
by g4eml
The code already sends the PTT and the lower 3 band bits to the Pluto GPO Pins for exactly what you are describing. You just need to interface to the Pluto internal signals.

If you need more band bits then something like you suggest might be possible.

Colin.

Re: 1750hz tone

Posted: Sun Jun 13, 2021 6:06 pm
by DL5BCA
I meant if the Langstone software could send commands over the network to an Arduino?
The Arduino could evaluate the commands and switch the corresponding pins on the Arduino.

Re: 1750hz tone

Posted: Sun Jun 13, 2021 6:21 pm
by g4eml
It could be done. But not by me at the moment!

Re: 1750hz tone

Posted: Mon Jun 14, 2021 5:52 am
by DL5BCA
Hello Colin,

thank you for the quick answers.

Do these 8 band select outputs work?: 8 Band select Outputs on pins 28, 35, 7, 22, 16, 18, 19, and 21.

What's the difference between: Band Bits (Rx) and Band Bits (Tx) that can be set in the setup?

Re: 1750hz tone

Posted: Mon Jun 14, 2021 6:42 am
by G4FRE
They all work fine on my Langstone and are very useful for automatically switching external transverters

Having two lots of settings Band Bits (Rx) and Band Bits (Tx) allows one to generate a signal just on transmit that can be used for a specific band's transverter ptt signal

Dave
G4FRE

Re: 1750hz tone

Posted: Mon Jun 14, 2021 8:10 am
by DL5BCA
Hello Dave,

thank you for the answer.

Then I'll make my first attempts with it and attach an Arduino to the Raspi to evaluate the relevant pins.