Keyboard Shortcuts
Likes
- Direwolf
- Messages
Search
Re: Transmitting 100hz tone with dire for voice alert.
Looking at more of a "on the fly" solution for changing alert messages. Since Dire does speech and the keying I was hoping it would be just already in Dire. The script solution would be a good start to the approach of implementation. Thanks for the input. |
|
Re: Frequently setting when starting
Michael Durkin <Kc7noa@...> wrote:
I want to set my 897D frequency when starting direwolf inside theThis might work with rigctl. I doubt this will work from within the direwolf configuration file. Maybe even to FMAlso that should be possible, depending if the radio supports it. -dominic -- Do the difficult things while they are easy and do the great things while they are small. A journey of a thousand miles must begin with a single step. - Lao Tzu |
|
Re: Transmitting 100hz tone with dire for voice alert.
开云体育This is not directed at any particular operator!There seems to be differences of opinion on the intended purpose/application of Voice Alert. This page may clarify the function ... Ray vk2tv On 8/9/24 00:52, KC5L via groups.io
wrote:
|
|
Re: Transmitting 100hz tone with dire for voice alert.
开云体育Maybe if you running a shared app sound device control (eg
pulseaudio), just add the command to background before the espeak
line; dwespeak.sh for use with Linux: (There are better ways to kill the process!) Or use a playing pgm that allows a time in seconds to not exceed the longest message. Espeak can also output to a wav file, that can be used as a mix
in source later in the script etc. Also look at the amix filter
for ffmpeg and possibly use stdout from espeak instead of a wav.
Lots of options. Cheers Bob VK2YQA On 8/9/24 00:52, KC5L via groups.io
wrote:
|
|
Re: Transmitting 100hz tone with dire for voice alert.
From the Kenwood TH-D74 manual in the APRS sections
?
?
?
VOICE ALERT
?
?
Digipeaters should not send Pl.
?
Arnold, KQ6DI
|
|
Re: Transmitting 100hz tone with dire for voice alert.
Correct as dire is the digipeater having the radio with PL tone set will be pointless as it doesn't have a operator at the face of the radio with mic in hand. I want to do voice now and then for certain things and be able to use this feature in many mobile radios without hearing all the traffic though the digi. Voice alert setting in a radio like my mobile radio a Kenwood 710G will only "open" up the speaker when it hears the 100hz tone. Otherwise the radio is silent but still gets all the packet traffic but allows for you to know if another mobile or station is running voice alert by hearing the packet and you will be able to call them on the 144.39 to QSY to another frequency. Just didn't know if dire had this capability or not. I guess I will have to add something to a script or the program in development. Jon KB3OSP |
|
Re: Transmitting 100hz tone with dire for voice alert.
The idea behind Voice Alert is to only transmit PL when transmitting voice. No PL when transmitting data. Transmitting PL all the time (by using PL on the radio) would defeat the point of Voice Alert and annoy listeners using Voice Alert to filter out the data transmissions.
?
The following command will synthesize a 100Hz tone:
?
ffplay -hide_banner -nodisp -autoexit -f lavfi -i 'sine=f=100'
There is likely a way to use ffmpeg/ffplay to mix this synthesized tone with the output of espeak but I haven't been able to figure it out. ? |
|
Re: Transmitting 100hz tone with dire for voice alert.
PL from the radio is what I also use.? I believe this is the way it was intended to be implemented.
Arnold, KQ6DI
|
|
Re: Transmitting 100hz tone with dire for voice alert.
Why not just use the PL tone of the radio?
toggle quoted message
Show quoted text
On 9/7/2024 1:40 AM, Bob Cameron wrote:
containing the 100Hz tone --
Charles J. Hargrove - N2NOV NYC-ARECS/RACES Citywide Radio Officer/Skywarn Coord. NYC-ARECS/RACES Nets 441.100/136.5 PL ARnewsline Broadcast Mon. @ 8:00PM NYC-ARECS Weekly Net Mon. @ 8:30PM NY-NBEMS Net Saturdays @ 10AM & USeast-NBEMS Net Wednesdays @ 7PM on 7.036 Mhz USB (alt 3.536)/1500 hz waterfall spot; MFSK-16 or 32 "Information is the oxygen of the modern age. It seeps through the walls topped by barbed wire, it wafts across the electrified borders." - Ronald Reagan "The more corrupt the state, the more it legislates." - Tacitus "Molann an obair an fear" - Irish Saying (The work praises the man.) "No matter how big and powerful government gets, and the many services it provides, it can never take the place of volunteers." - Ronald Reagan |
|
Re: Transmitting 100hz tone with dire for voice alert.
开云体育Hi Jon I have never looked at speech output, but looking through the
manual I see that espeak is called via a shell/bat script. It
would seem to be easy to output the espeak to a wav file, merge
another wav with it containing the 100Hz tone (using, say sox),
then play the wav file out to the radio. I assume the PTT comes
from Direwolf itself. Cheers Bob VK2YQA On 7/9/24 07:55, kb3osp@...
wrote:
|
|
Transmitting 100hz tone with dire for voice alert.
Working on a project and I have looked though the documentation as well as searched this group and have not come up with anything. When Direwolf uses speech for a beacon does it / can it transmit a 100 hz tone along with the speech for voice alerting radios? Or would I need to have another program output the tone when it is speaking?
Thanks in advance! Jon KB3OSP |
|
Re: Good volume level to start with?
开云体育On 9/2/24 23:20, JayMot DW7GDL via
groups.io wrote:
is interesting. |
|
Re: Decoding 300 baud HF
Hi Larry,
By default, direwolf will try and print details about received packets as if they are APRS packets. The packets are being received successfully despite these "errors" that show up in the logs.
You can disable that APRS logging behavior by adding the -qd command line argument when you run direwolf.
?
-Brent WG0A |
|
Decoding 300 baud HF
Larry
I'm decoding 14.105 MHz LSB with Direwolf. Most packets have format errors. I guess that it's because they are not APRS. For example:
?
KD2YCK-1 audio level = 59(11/11) ? ?__|||____
[0.3] KD2YCK-1>MAIL:Mail For:KD2YCK N1UGK NC8Q N2MH ERROR!!! ?Unknown APRS Data Type Indicator "M", UNKNOWN vendor/model ?
KD0YTE-7 audio level = 39(30/12) ? ?_||||||__
[0.3] KD0YTE-7>ID:KD0YTE - Kirksville MO. EN30qf BPQ Packet Node <0x0d> ERROR!!! ?Unknown APRS Data Type Indicator "K" Use of "ID" in the destination field is obsolete. ?You can help to improve the quality of APRS signals. Tell the sender (KD0YTE-7) to use the proper product identifier from ?
Can Direwolf parse non APRS packets?
?
Larry,? N7RTS
? |
|
Re: Good volume level to start with?
Hi Thomas.
?
The repeater site is in the mountains east of here at around 390 meters/1270 feet elevation, if not more. It has either a 100 or 150 foot tower, I forget which but I think 150, which gets our repeaters' signals over the surrounding mountains (high hills, really.) A 5W digipeater should easily cover the entire Metro Cebu area with no dead zones. According to the coverage map at ke2dbe.com it should cover around 120 km. with a strong signal level. 5W HTs are able to communicate over the voice repeater from all over the Cebu City area including nearby cities with relative ease considering their low power and rubber duck antennas. As long as the digi at the repeater site can decode packets from APRS HTs my own digi and Igate should easily be able to receive and repeat them as well as ship them out to APRS-IS. We won't actually know for sure until we get it set up and test it but I have high confidence that it will work fine.
?
All of our repeaters now have multiple cavity filters for high Q. Two more were recently added to the 2m voice repeater to solve a QRM problem caused by another club's repeater which is located nor far from ours. I suspect some of their members use wide FM deviation because what was happening was, if they had a net at the same time we did, whenever anyone sent the CTCSS or PL tone to open our 2m repeater it was also receiving and repeating the edge of the deviation from whoever was using their repeater at the time. If the digi's radio is configured for NFM it shouldn't cause any QRM issues with voice repeaters, either ours or those of other clubs.
?
As there's no standard APRS frequency in the Philippines, hams have to find their own regional frequency when setting up digipeater, taking into account the input and output frequencies of existing 2m repeaters in their area along with the digi's deviation. In the Manila area and central Luzon they use 144.440. We've selected 144.380 in Cebu based on the frequency pairs of any other repeaters within 150 or so kilometers.
?
There's a group of Filipino hams living in the US, Canada and Australia that have been providing free Yaesu C4FM repeaters to Philippine ham radio clubs and organizations to establish a digital voice communications system in the Philippines, with Internet connections so we and that group can communicate after any disasters. My club's? President is going to see if he can source a free 2 meter FM radio from them (used is fine) that Digirig makes a cable for, which would cut down on my own expense: I'll already be donating a Raspberry Pi 3B+, a heatsink case with fans, a Pi power supply, microSD card, Digirig Mobile plus its cables, and will install and configure Direwolf so by installation time it should be basically a turnkey system costing the club very little money. They (we, but it's coming from the club treasury) just needs to provide an antenna and the coax and I think they already have a spool of RG-8/U.
?
73, de DV7GDL (recent license upgrade but I haven't changed my account on groups.io yet.) |
|
Re: 300 baud HF settings
Larry
I have a lot of experience with the RSPDX and a good antenna. The last setup I posted is working great. Thank you
On Monday, September 2nd, 2024 at 3:29 PM, David Ranch via groups.io <direwolf-groupsio@...> wrote:
|
|
Re: 300 baud HF settings
开云体育Hello Larry,
That all looks reasonable.? The tuning of the SDR software is beyond the scope of Direwolf but pay attention to it's setup in terms of gain, LNA, AGC, needless over sampling rates, noise blankers, etc.? I'm sure there are some SDR guides out there on the Internet focused on optimal software tuning and don't forget, not all SDRs are equal and you do get what you pay for when trying to really dig out the weak signals if you have a good antenna.? --David KI6ZHD
|
|
Re: 300 baud HF settings
Larry
I thought that udp:7355 would do for the? receiver and that null would be assumed for the transmitter. This is only for listening right now. I'll use ADEVICE instead. This is on a Debian Bookworm laptop, not a pi. The audio is coming in on UDP from SDR++. The version:?Dire Wolf DEVELOPMENT version 1.8 D (Jul 27 2024). The current receiver is a SDRplay RSPDX.
So, like this? net105.conf: ACHANNELS 1 CHANNEL 0 ADEVICE udp:7355 null MODEM 300 1600:1800 7@30 /4 D direwolf -c ./net105.conf -t 0 -n 1 -b 16 -r 48000
On Monday, September 2nd, 2024 at 1:31 PM, David Ranch via groups.io <direwolf-groupsio@...> wrote:
|
|
Re: Good volume level to start with?
开云体育Hi,
Definitely respect any power restrictions imposed by the site owner.
Topography is an important factor and if your antenna is high (tower, tall building, natural peak) in an otherwise flat landscape (minimal obstructions) then you can expect good coverage even with low power.
As for interference issues, proper selection of the frequencies used by all the transmitters at the site is important. There are spreadsheets that can help identify conflicts based on the frequency and bandwidth of each transmitter on the site.
Note however that those calculators only handle the intentional emissions.
Commercial site owners normally require strong filtering (cavities, isolators) on transmitters to keep unintentional emissions (spurs, harmonics) from interfering with other users of the site.
Privately owned amateur radio sites are well advised to follow that example (some do, some don't).
Note however that no amount of filtering can prevent intermod when the sum or difference of two transmitter frequencies matches the frequency of a third radio on the site (something that gets more and more difficult to avoid the more transmitters
are at that same location).
That is why frequency planning is so important.
73,
Thomas
KK6FPP
Get From: [email protected] <[email protected]> on behalf of JayMot DW7GDL via groups.io <jaymot123@...>
Sent: Sunday, September 1, 2024 11:53:00 PM To: [email protected] <[email protected]> Subject: Re: [direwolf] Good volume level to start with? ?
Thomas: The 5W limit is per my club's president who's also the main repeater person, and is because we already have two 2m repeaters and two 70cm repeaters at the site plus another club's 2m repeater is nearby. We've already had interference issues happening
and I think he wants to avoid that again after adding the digipeater. I'll tell him what you said though, and see what he says.
?
David: I suppose I could get a Yaesu FT-2980R. Digirig also makes a cable that will work on it. (I like their cables as they're well-made, shielded and already have ferrites, vs. some sort of homebrew cable solution.) A commercial radio like a Motorola
would need the homebrew cable provided a Moto data connector could even be found in the Philippines. We do have connections in the US and Canada who may be able to help though. I mean, on the one hand I highly doubt that the APRS traffic levels would ever
put a strain on the FT-60, but on the other hand there's what Thomas said about the hidden node problem.
?
It's all food for thought. Thank you both for the information. 73.
|