¿ªÔÆÌåÓý

Date
Re: Direwolf APRS I-Gate over Cellular
Check out freedompop on sprint, aka cdma. Free 500 megs each month and easy to root and hotspot most devices.
By NA7Q · #1846 ·
Re: dw 1.3: "gps must be configured to use tbeacon"
David, thanks. My bad; I had not in fact read the 1.3 docs as you can guess. :) Figures that I am looking at the guts of source code instead of the obvious. All better now, though. -Mike K0FSJ
By Michael Shimniok · #1845 ·
Re: dw 1.3: "gps must be configured to use tbeacon"
Hello Shimniok (no call given), I assume you've configured a Tracker beacon (tbeacon) in your direwolf.conf and also configured the use of your GPS using either the GPSNEMA or GPSD keywords. Looking
By David Ranch <dranch@...> · #1844 ·
dw 1.3: "gps must be configured to use tbeacon"
I'm running into a TBEACON error on RPi / direwolf 1.3. I searched github issues, googled, and searched yahoo groups -- to no avail. I figured I'd ask if anyone's seen this... On RPi 2, newly
By Michael Shimniok · #1843 ·
Re: Audio input device 0 error: Input/output error
Hello John, If things are working for an hour or so and then things start to break down, I would begin to suspect: - RFI from your radio getting back into the soundcard and/or Rpi and
By David Ranch <dranch@...> · #1842 ·
Re: Audio input device 0 error: Input/output error
David, sorry for the delay. Just to be sure I checked the patch level of Jessie: apt-get update apt-get upgrade apt-get dist-upgrade rpi-update reboot. still see the same error after an hour or so of
By John Spoonhower · #1841 ·
Re: Serial PTT not functioning after exit
Just pulled and rebuilt from dev branch. That works for me (user is a gpio group member). Thanks!
By Nick G4IRX · #1840 ·
Re: Digipeater hearing & repeating itself
This has been fixed. 67b11d4922ce538e55ab7853c1a449ad4de6ec83 in the 'dev' branch. Don't digipeat packets when the source is my call.
By WB2OSZ · #1839 ·
Re: Serial PTT not functioning after exit
Nick B. wrote: Commit 58c2707f7d65b5b074b5e67e00c06a50fb968349, on the 'dev' branch, should fix this. Raspbian Jessie has a new 'gpio' group which was not in Wheezy. The logic for getting access to
By WB2OSZ · #1838 ·
Re: Audio input device 0 error: Input/output error
Hello John, Ok.. and it's fully patched: apt-get update apt-get upgrade apt-get dist-upgrade rpi-update reboot Ok.. and how is your Syba sound device connected to your Raspberry Pi? Directly connected
By David Ranch <dranch@...> · #1837 ·
Re: Audio input device 0 error: Input/output error
Dave, Please see responses below. 73, John, NX2I
By John Spoonhower · #1836 ·
Re: Audio input device 0 error: Input/output error
Hello John, I've been running Direwolf v1.4 on both a Raspberry Pi v2 and v3 with Syba USB devices with good luck for months. A few questions if I may: - Are you running on a Rpi v1, v2, or v3? - What
By David Ranch <dranch@...> · #1835 ·
Re: Audio input device 0 error: Input/output error
Thanks Tim. I have been testing this solution for the last couple days. Bottom line..... I still see the same error. Thanks and 73, John NX2I direwolf_packet@...> wrote:
By John Spoonhower · #1834 ·
Re: Audio input device 0 error: Input/output error
Hi, It may also be worth reducing checking the CPU load by running top or htop in another terminal. Then reduce the sampling rate by running with e.g. "direwolf -r 11025" . This made a difference for
By Nick G4IRX · #1833 ·
L O N G Transmit delay
I'm seeing an odd problem, but it might be difficult to describe. I have a Raspberry Pi Zero running the latest software and DireWolf 1.4.E. But it has also done this with version 1.3. I am running
By Arnold Harding - KQ6DI · #1832 ·
Re: Serial PTT not functioning after exit
As far as it concerns permissions, everything seems to be fine. Something else is grabbing your serial port as soon as direwolf exits. After stopping direwolf, try: $ lsof | grep PTT and $ lsof | grep
By Apostolos Kefalas <sv1ljj@...> · #1831 ·
Re: Serial PTT not functioning after exit
Hi David, thanks for your reply. I've been exploring the sudo issue for a few days now and here's what I've found. - Works perfectly on the default pi user on Rpi. This is because pi is set up for
By Nick G4IRX · #1830 ·
Igate-RF path
Hello all, I've been using DireWolf for quite some time now and I'm really happy with it. The decoding performance is amazing and the program is pretty stable. Uptime without restart at all before the
By Asbjoern Hauge · #1829 ·
Re: Serial PTT not functioning after exit
As for GPIO access, the running user needs to be apart of the "gpio" group. Quick example is: -- b. Add this new user into the following unix groups: - "audio" (allow users to access the soundcard) -
By David Ranch <dranch@...> · #1828 ·
Re: Serial PTT not functioning after exit
Thanks for the reply, here is the results: kd9dcs@bluetracker:/dev $ ls -al /dev/ttyUSB0 crw-rw---- 1 root dialout 188, 0 Feb 27 15:26 /dev/ttyUSB0 as an added bonus here is the udev rule I wrote to
By Timothy Overocker · #1827 ·