¿ªÔÆÌåÓý

Date
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
Ham Radio: How to Setup and Operate Your Ham Radio (Quickstart Guide for New Hams and Amateur Radio Enthusiasts) All these books would be a great start. And try to get more kids involved
By Richard E Neese <r.neese@...> · #9490 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
John, Just saw the updated Radio Interface Guide. I'm going through those links to gain some background. The second link has two procedures. Should I run those? I have copied commands and then pasted
By [email protected] · #9489 ·
enable "Last telemetry:" on aprs.fi info?
I have an aprs bidirectional igate using the latest direwolf development version. When I look at the station info page on aprs.fi, the "Last telemetry:" entry is dated over a year go. *What
By Rusty Travis · #9488 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
This worked for me with RPi 5 bookworm: sudo apt install gpiod libgpiod-dev Did you type the command or copy/paste it from somewhere? Some document editors will change the ASCII "-" (minus, dash,
By WB2OSZ · #9487 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
Try: sudo apt install libgpiod2 I'm seeing different versions across Raspberry Pi OS, Ubuntu, etc. Here is Raspberry Pi OS Bookworm 12.2.4: -- ii gpiod 1.6.3-1+b3 arm64 Tools for interacting with
By David Ranch · #9486 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
I ran this sudo apt install gpiod and everything went fine. I then ran sudo apt install libgpiod-dev and the following is the result. Reading package lists... Done Building dependency tree... Done
By [email protected] · #9485 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
This is my systemd script for direwolf ....... [Unit] Description=Direwolf service After=sound.target After=network.target After=syslog.target StartLimitIntervalSec=0 [Service] Type=simple User=vk2tv
By Ray Wells · #9484 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
You will still need to re-compile Direwolf 1.8A once the libgpiod-dev package is installed so it can been seen and linked in. See this output of a new build on a 64bit Raspberry Pi OS Bookworm 12.2.4
By David Ranch · #9483 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
David, Just the opposite. I was asking if all I need to do is add gpiod and libgpiod-dev to the updated Bookworm and change my direwolf.conf file.? I'm already running DW 1.8A.
By [email protected] · #9482 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
nicholstribe@... <nicholstribe@...> wrote: comment="text" have you seen the user guide? https://packet-radio.net/wp-content/uploads/2018/10/Direwolf-User-Guide.pdf page 79 starts with
By Dominic OE7DRT · #9481 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
nicholstribe@... <nicholstribe@...> wrote: The `1` on the end of the @reboot line got lost. btw, to just print the actual users crontab you can use `crontab -l` -dominic -- Far and away
By Dominic OE7DRT · #9480 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
Any way to add a short line of text to the TBEACON packet string?
By [email protected] · #9479 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
John, Thanks so much, works absolutely awesome. Question on the SMARTBEACINING, if there is no movement does it stop altogether or just wait the max.? I will have to play with that setting to get it
By [email protected] · #9478 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
Are you asking if you can switch to gpiod on an older non-Bookworm version OS? If so, there might be other dependencies you will also have to install but I can confirm that gpiod is in Bullseye,
By David Ranch · #9477 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
As I noted in an earlier response, I ran into this yesterday right after an update. I would rather bite the bullet now rather than in the future. For Direwolf, is this a simple matter of installing
By [email protected] · #9476 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
If you want to operate without an audio device put this in your config file: ADEVICE? udp:9999? null If you want to send a GPS position report to APRS-IS rather than a radio use this: TBEACON?
By WB2OSZ · #9475 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
No different than the ethernet / wifi naming issue removal / changing of the camera functionality any other number of changes made by the program developers @ RPiFoundation, who have by actions have
By Kevin · #9474 ·
Re: Heads up: New Raspberry Pi OS Bookworm 12.2 OS upgrade breaks Direwolf v1.7 GPIO pin access
Yah, this is an epic disaster for five reasons, 1) breaks every gpio document on the internet 2) breaks direwolf 3) gpiozero (the lauded replacement) burns half a cpu just to monitor a button, nobody
By Craig, KM6LYW · #9473 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
Thanks for the replies. Lee, thats eactly where I started. Didn't work for me as configured, I changed the "pi" to my home dir and it would give me 340+ lines on the journal file. I kept making little
By [email protected] · #9472 ·
Re: Direwolf as a Raspberry Pi 3B+ tracker only
The fundamental problem here is that Direwolf is a audio-to-packet TNC first and foremost, so it expects to have some sort of audio interface to a radio to receive and send AX.25 packet tones. It is
By Andrew P. · #9471 ·