Craig Lamparter
Craig Lamparter
Could anyone possibly merge this pull request? This is a rather serious issue jamming a transmitter on, when using a Raspberry Pi that gets time from a lagging GPS or...
Any traction here? I was just going over the source myself. I can't think of an elegant hardware solution (radio's ptt and led hooked up to same gpio). Monitoring the...
I respectfully disagree. I pulled the source, and I think I can make a branch that has this functionality. vs pulling out the soldering iron, or coming up with two...
ok, giving up on a direwolf tweak.. I wrote a gpio mirror script that asserts voltage on a gpio pin (27) whenever direwolf's PTT gpio pin (24) is high. It...
This keeps coming up. This time, if PTT is accomplished via CAT/USB, there's just no way for us to know if direwolf is transmitting, and no way for us to...
So is there *any* way to know if direwolf is transmitting? I'm down to USB sniffing for cat commands at this point. Ultimately, if a raspberry Pi is connected to...
ok, i'm watching for lines that start with [0H] since they seem to be transmit lines. More specifically "[0[A-Z]]". Does that regex capture all transmit lines in the log file?...
The pi user is in the gpio group, there isn't a udev group(?). The issue is observed, rarely, immediately after a reboot, with significant cpu load on account of the...
you can look into REGEN, but with no "REGENFILTER" implemented it would get out of control really fast. I agree with your feature Idea. I have a portable that is...
maybe a REGEN that puts NORF or NOGATE or something in the header to make sure there is never an infinite feedback loop? i cloned the source, but the solution...