Keyboard Shortcuts
Likes
- Direwolf
- Messages
Search
Re: Garbled characters
Hello,
My name is Frank. I wrote PinPoint. PinPoint is using UTF-16 (standard inside of .Net/Visual Studio) instead of UTF-8, which is the problem. I'll try to see if I can change that. Could you send some examples of packets that do not get decoded correctly to ab0wv@...? Thanks in advance! 73, Frank AB0WV |
||||||
Garbled characters
JK1WBP
Nice to meet you.
I'm trying to connect Direwolf 1.6 running on a Raspberry Pi Zero 2 W to Pinpoint APRS 2.1 running on Windows 11 in network KISS mode, but it's not working. Messages from Direwolf are displayed in the Pinpoint APRS communication monitor, but the text is garbled. I'm running Direwolf as follows: root@raspberrypi:~# cat /etc/direwolf.service.sh #!/usr/bin/bash export LANG=en_US.UTF-8 echo $LANG /usr/local/bin/rtl_fm -M fm -f 144.64M -s 48000 | /usr/bin/direwolf -t 0 -c /etc/sdr.conf -r 48000 -B 9600 - root@raspberrypi:~# Direwolf is running normally, and it can receive beacons from nearby APRS stations, and it can also operate as an iGate station. It can also connect to tcp KISS mode from APRSDroid. I tried downgrading the Pinpoint APRS version, but the situation did not change. If there are any points that should be investigated, I would appreciate it if you could point them out. Thank you. 73 |
||||||
Re: Buggy SDR IGates....
Hi Again, Geoffrey |
||||||
Re: UDP+VAC ISSUE
¿ªÔÆÌåÓýGood to hear you're making progress.? What was the fix here?? Sending and receiving at a common rate of 44100?? I also see a change on the Windows command line of using "-ac 1".?? If things are working, try re-enabling the /4 decimation option on Direwolf since 300bps AFSK packet is very easy stuff for Direwolf to process. --David KI6ZHD On 07/02/2024 01:57 PM, Franco Avino
wrote:
OOOOOOK!!!!! |
||||||
Re: UDP+VAC ISSUE
OOOOOOK!!!!!
After a lot of test (and failure) here a working conf: WINDOWS HOST ffmpeg version: ffmpeg -f dshow -i audio="Mic 1 (Virtual Audio Cable)" -ac 1 -acodec pcm_s16le -b:a 44100 -f wav udp://192.168.56.1:12000 Note: Mic 1 is a virtual device created with VAC (Virtual Audio Cable) LINUX HOST direwolf.conf: ADEVICE0 udp:12000 null ARATE 44100 MYCALL TEST MODEM 300 1600:1800 7@30 command: direwolf -n 2 -a 10 -t 0 -n 1 -r 44100 udp:12000 |
||||||
Re: UDP+VAC ISSUE
direwolf.conf (/4 removed ):
Same result on direwolf: direwolf -a 10 -t 0 -n 1 -r 48000 udp:12000 |
||||||
Re: UDP+VAC ISSUE
¿ªÔÆÌåÓýHello Franco, Thank you for moving this topic over to the email list...
This above command looks right though: ?? - "-acodec" expects an input and output value.?
You say you used the test.wav file so I assumed you changed the above command line to NOT use "mpegts" since a WAV file is not an MPEG file.
Is there a way to display the statistics of the incoming UDP stream in VLC to confirm you're getting what you expect?? VLC is overly flexible at times and auto-determines a lot of things.
Your receiving sampling rate doesn't match the sender's rate.? Change it to "-r 48000"
Please include your direwolf conf file but you have Direwolf configured to decode the 300bps AFSK packet mode.? Is that what you expect to decode?? Please note that Direwolf CANNOT auto-select different modems on the same Direwolf "ACHANNEL".?
This reported sampling rate doesn't seem right though I don't recall if the /4 parameter changes the reported sampling rate.? Try removing the /4 parameter from direwolf.conf for now until you get things working and then you can consider lowering the CPU load created by Direwolf with the /4 parameter.? By changing this and you still don't see "48k" sample rates, that means to me that your ffmpeg tool isn't doing what you expect. --David KI6ZHD |
||||||
UDP+VAC ISSUE
|
||||||
Re: Introduction
That is a very good point, complying with regulations. I forgot that some countries have much more stringent rules regarding automated control and repeater stations. But I'm glad to hear you were allowed to proceed.
Are you receiving any RF traffic yet? Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of JayMot DW7GDL via groups.io <jaymot123@...> Sent: Friday, June 28, 2024 12:56 AM To: [email protected] Subject: Re: [direwolf] Introduction One reason why I didn't enable digipeating is that the National Telecommunications Commission's rules say that only authorized clubs are allowed to install and operate repeaters, and I was concerned that an APRS digipeater might be construed as being a repeater. However, I just checked with the regional NTC office and an engineer there told me that as it would be simplex, not on a split frequency pair, is isn't what they consider to be a repeater and was given permission to go ahead and experiment with it and that I wouldn't have any trouble from their office, so digipeating is now enabled. |
||||||
Re: Introduction
¿ªÔÆÌåÓýOne reason why I
didn't enable digipeating is that the National
Telecommunications Commission's rules say that only authorized
clubs are allowed to install and operate repeaters, and I was
concerned that an APRS digipeater might be construed as being a
repeater. However, I just checked with the regional NTC office
and an engineer there told me that as it would be simplex, not
on a split frequency pair, is isn't what they consider to be a
repeater and was given permission to go ahead and experiment
with it and that I wouldn't have any trouble from their office,
so digipeating is now enabled. |
||||||
Re: Introduction
¿ªÔÆÌåÓýGreetings.
Good going on getting an APRS station set up. However, from your description of your environment and risks thereof, you may be going about this in the wrong direction.
Bear in mind that the purpose of digipeaters isn't to talk to other digipeaters; it is to extend the range of mobile and portable end-node stations with limited antennas. So, if you have a good fixed-station antenna, providing digipeater service
might be a bigger benefit to the local ham community than providing I-gate service, especially if you lose your Internet connection (but keep digipeating on batteries) when typhoons come visiting. Similarly, running your own weather station and transmitting
the local ground-truth data might be more useful than forwarding Internet-provided weather data from somewhere else.
Similarly, forwarding non-local information may not be useful (will the local hams care about a club meeting on a different island?), but announcing your _local_ info would be of benefit to transients and and your fellow local hams.
Just my $.02 on what might help grow your local APRS community.
Andrew, KA2DDO
APRS manager for Chester County ARES/RACES
From: [email protected] <[email protected]> on behalf of JayMot DW7GDL via groups.io <jaymot123@...>
Sent: Thursday, June 27, 2024 8:11:02 AM To: [email protected] <[email protected]> Subject: [direwolf] Introduction I don't know whether it's common in groups.io to introduce yourself before posting for help, but it is in most online support forums so here goes: I'm Jay, DW7GDL, an ex-pat living in Cebu, Philippines. I got my first ever ham radio license last August and have recently become interested in APRS as an additional means of communication. As we have no digipeaters or igates in this part of the country I took a spare radio, a Retevis RT95, a Raspberry Pi 3B+ and a Digirig Mobile with appropriate cables, installed direwolf on the Pi, configured it as a systemd service, and configured it as an igate with pbeacons to announce its presence both on RF and to APRS-IS, obeacons to announce my club's 2m and 70cm repeaters to any visiting hams who use APRS, and a cbeacon to send my callsign in CW every 10 minutes to meet legal station ID requirements. I didn't bother with enabling digipeat as there are no other digipeaters to send packets to or receive them from.? There are only a few pockets of APRS activity in the country, mainly in the Manila area, in Central Luzon and in Negros Occidental province east of me, with a wee bit in parts of Mindanao Island also (the big island in the south of the country.) Having experienced supertyphoon Rai, known locally as Odette, in December 2021 and having no means of communications (or running water or electricity) for weeks afterward I've become somewhat of a prepper and am interested in promoting APRS as an additional means of emergency communications when the cell phone system is down due to lack of power. Most Filipinos prefer to send SMS text messages vs. making phone calls , plus there are additional used for APRS: WX beacons, obeacons advising visiting hams new to the area of local repeaters, locations of i.e. hospitals, ATMs, places to eat, hotels, etc, beacons announcing club meetings or special events so they could drop in and meet some local hams, and so on to give them a "situational awareness" of things, events and places in the local area via their radios. I figured if I set up at least an igate that also sent some of these beacons I might be able to get APRS going in this part of the country too. 73, mabuhay! |
||||||
Re: Introduction
Hi Jay, You said "I didn't bother with enabling digipeat as there are no other digipeaters to send packets to or receive them from." Digipeaters are not only to talk to other digipeaters. Digipeaters are meant to repeat end user packets (mobiles/HTs) to a larger area. I can't imagine why you would not want to do that, especially since you are the only digipeater in the area. I know there are a lot of APRS Elmers here but it is really an APRS specific topic, more so than a direwolf topic. Have fun! 73 Danny, K5CG HH 550-0609 SKCC 14257 From: "JayMot DW7GDL via groups.io" <jaymot123@...> To: "direwolf" <[email protected]> Sent: Thursday, June 27, 2024 3:45:33 AM Subject: [direwolf] Introduction I don't know whether it's common in groups.io to introduce yourself before posting for help, but it is in most online support forums so here goes: I'm Jay, DW7GDL, an ex-pat living in Cebu, Philippines. I got my first ever ham radio license last August and have recently become interested in APRS as an additional means of communication. As we have no digipeaters or igates in this part of the country I took a spare radio, a Retevis RT95, a Raspberry Pi 3B+ and a Digirig Mobile with appropriate cables, installed direwolf on the Pi, configured it as a systemd service, and configured it as an igate with pbeacons to announce its presence both on RF and to APRS-IS, obeacons to announce my club's 2m and 70cm repeaters to any visiting hams who use APRS, and a cbeacon to send my callsign in CW every 10 minutes to meet legal station ID requirements. I didn't bother with enabling digipeat as there are no other digipeaters to send packets to or receive them from.? There are only a few pockets of APRS activity in the country, mainly in the Manila area, in Central Luzon and in Negros Occidental province east of me, with a wee bit in parts of Mindanao Island also (the big island in the south of the country.) Having experienced supertyphoon Rai, known locally as Odette, in December 2021 and having no means of communications (or running water or electricity) for weeks afterward I've become somewhat of a prepper and am interested in promoting APRS as an additional means of emergency communications when the cell phone system is down due to lack of power. Most Filipinos prefer to send SMS text messages vs. making phone calls , plus there are additional used for APRS: WX beacons, obeacons advising visiting hams new to the area of local repeaters, locations of i.e. hospitals, ATMs, places to eat, hotels, etc, beacons announcing club meetings or special events so they could drop in and meet some local hams, and so on to give them a "situational awareness" of things, events and places in the local area via their radios. I figured if I set up at least an igate that also sent some of these beacons I might be able to get APRS going in this part of the country too. 73, mabuhay! |
||||||
Re: Introduction
Good luck with your project.? I know there is WX information available through APRS-IS but not sure how well covered the Philippines are.? I am sure someone on here might be able to explain a method of monitoring WX service and generating a packet (or grabbing and existing one on IS) to send out from your station based on location criteria.? Might be as simple as a APRS-IS filter. I hope this spurs the needed conversation. Robert Giuliano
On Thursday, June 27, 2024 at 08:10:48 AM EDT, JayMot DW7GDL via groups.io <jaymot123@...> wrote:
I don't know whether it's common in groups.io to introduce yourself before posting for help, but it is in most online support forums so here goes: I'm Jay, DW7GDL, an ex-pat living in Cebu, Philippines. I got my first ever ham radio license last August and have recently become interested in APRS as an additional means of communication. As we have no digipeaters or igates in this part of the country I took a spare radio, a Retevis RT95, a Raspberry Pi 3B+ and a Digirig Mobile with appropriate cables, installed direwolf on the Pi, configured it as a systemd service, and configured it as an igate with pbeacons to announce its presence both on RF and to APRS-IS, obeacons to announce my club's 2m and 70cm repeaters to any visiting hams who use APRS, and a cbeacon to send my callsign in CW every 10 minutes to meet legal station ID requirements. I didn't bother with enabling digipeat as there are no other digipeaters to send packets to or receive them from.? There are only a few pockets of APRS activity in the country, mainly in the Manila area, in Central Luzon and in Negros Occidental province east of me, with a wee bit in parts of Mindanao Island also (the big island in the south of the country.) Having experienced supertyphoon Rai, known locally as Odette, in December 2021 and having no means of communications (or running water or electricity) for weeks afterward I've become somewhat of a prepper and am interested in promoting APRS as an additional means of emergency communications when the cell phone system is down due to lack of power. Most Filipinos prefer to send SMS text messages vs. making phone calls , plus there are additional used for APRS: WX beacons, obeacons advising visiting hams new to the area of local repeaters, locations of i.e. hospitals, ATMs, places to eat, hotels, etc, beacons announcing club meetings or special events so they could drop in and meet some local hams, and so on to give them a "situational awareness" of things, events and places in the local area via their radios. I figured if I set up at least an igate that also sent some of these beacons I might be able to get APRS going in this part of the country too. 73, mabuhay! |
||||||
Introduction
I don't know whether it's common in groups.io to introduce yourself before posting for help, but it is in most online support forums so here goes:
I'm Jay, DW7GDL, an ex-pat living in Cebu, Philippines. I got my first ever ham radio license last August and have recently become interested in APRS as an additional means of communication. As we have no digipeaters or igates in this part of the country I took a spare radio, a Retevis RT95, a Raspberry Pi 3B+ and a Digirig Mobile with appropriate cables, installed direwolf on the Pi, configured it as a systemd service, and configured it as an igate with pbeacons to announce its presence both on RF and to APRS-IS, obeacons to announce my club's 2m and 70cm repeaters to any visiting hams who use APRS, and a cbeacon to send my callsign in CW every 10 minutes to meet legal station ID requirements. I didn't bother with enabling digipeat as there are no other digipeaters to send packets to or receive them from.? There are only a few pockets of APRS activity in the country, mainly in the Manila area, in Central Luzon and in Negros Occidental province east of me, with a wee bit in parts of Mindanao Island also (the big island in the south of the country.) Having experienced supertyphoon Rai, known locally as Odette, in December 2021 and having no means of communications (or running water or electricity) for weeks afterward I've become somewhat of a prepper and am interested in promoting APRS as an additional means of emergency communications when the cell phone system is down due to lack of power. Most Filipinos prefer to send SMS text messages vs. making phone calls , plus there are additional used for APRS: WX beacons, obeacons advising visiting hams new to the area of local repeaters, locations of i.e. hospitals, ATMs, places to eat, hotels, etc, beacons announcing club meetings or special events so they could drop in and meet some local hams, and so on to give them a "situational awareness" of things, events and places in the local area via their radios. I figured if I set up at least an igate that also sent some of these beacons I might be able to get APRS going in this part of the country too. 73, mabuhay! |
||||||
Re: Can serial kiss channel be forced to 0?
toggle quoted message
Show quoted text
Hi Graeme, |
||||||
Re: Can serial kiss channel be forced to 0?
¿ªÔÆÌåÓýI wanted the aprsdroid station display to show nearby mobile and fixed APRS stations on both VHF and my licensed 40m HF frequency.? I also wanted to hear aprsdroid notifications of my digipeated pkts as confirmation that at least those were being igated, especially when in outer rural or remote areas.? As aprsdroid selects for ch0 data, I was swapping between HF and VHF depending on the area I was passing through, missing any pkts on the other frequency. My tracker transmits on VHF and also on HF if the HF radio is powered-on, the tx freq is set to the APRS freq and data mode is set, so aprsdroid notifications can be for both VHF and HF digipeated pkts.Graeme VK2HG On 27/06/2024 2:13 am, David Ranch via
groups.io wrote:
|