|
Re: NWDR15 Image observations
Wait until you get into the split channel stuff that Basil has been working on. It’s game changing in that you can run APRS and FLdigi at the same time, two different radios, same Raspberry Pi.
Wait until you get into the split channel stuff that Basil has been working on. It’s game changing in that you can run APRS and FLdigi at the same time, two different radios, same Raspberry Pi.
|
By
Jim VA7SHG/VE7TGZ
·
#4372
·
|
|
Re: NWDR15 Image observations
I had a little trouble finding the getting started stuff since it wasn't a sticky message BUT I did find it and everything verifies OK so far. The app to start and stop ax25 is a huge deal in
I had a little trouble finding the getting started stuff since it wasn't a sticky message BUT I did find it and everything verifies OK so far. The app to start and stop ax25 is a huge deal in
|
By
Dave Christensen
·
#4371
·
|
|
Re: NWDR15 Image observations
Good. I will fix that in the current image so the latest kernel is
installed.
Use the Getting Started Guide
https://nw-digital-radio.groups.io/g/udrc/wiki/DRAWS%3A-Getting-Started
The purpose of the
Good. I will fix that in the current image so the latest kernel is
installed.
Use the Getting Started Guide
https://nw-digital-radio.groups.io/g/udrc/wiki/DRAWS%3A-Getting-Started
The purpose of the
|
By
Basil Gunn
·
#4370
·
|
|
Re: NWDR15 Image observations
I just did the image download and apt-get from the Raspi script today so the kernel I have matches what you listed above: 4.19.93-V7
Are there docs for V15 for install and config? I am not sure what
I just did the image download and apt-get from the Raspi script today so the kernel I have matches what you listed above: 4.19.93-V7
Are there docs for V15 for install and config? I am not sure what
|
By
Dave Christensen
·
#4369
·
|
|
Re: NWDR15 Image observations
Thanks Dave!
Raspbian just updated their kernel to:
4.19.93-v7+ #1290 SMP Fri Jan 10 16:39:50 GMT 2020
so I'll be refreshing the image just to include that.
Check your kernel version to see if you
Thanks Dave!
Raspbian just updated their kernel to:
4.19.93-v7+ #1290 SMP Fri Jan 10 16:39:50 GMT 2020
so I'll be refreshing the image just to include that.
Check your kernel version to see if you
|
By
Basil Gunn
·
#4368
·
|
|
NWDR15 Image observations
To the Group:
I am starting a new build from scratch using the new Version 15 image and have found the first gotcha during the first boot, just before doing the OS updates. I had a dead battery in
To the Group:
I am starting a new build from scratch using the new Version 15 image and have found the first gotcha during the first boot, just before doing the OS updates. I had a dead battery in
|
By
Dave Christensen
·
#4367
·
|
|
Re: AX25 over UDP is not working on
#nw14
Hi Bernard,
I made your change suggestions and started from a default config to see
where the script would fail. I found that ax25ipd could fail but still
end up with a pid. I've added return value
Hi Bernard,
I made your change suggestions and started from a default config to see
where the script would fail. I found that ax25ipd could fail but still
end up with a pid. I've added return value
|
By
Basil Gunn
·
#4366
·
|
|
Re: AX25 over UDP is not working on
#nw14
Hi Basil,
I tried your improved script and found that it stopped in the middle at line with tail -1.
I had to changed it in order to make the script run.
Please find attached diff file.
BTW many
Hi Basil,
I tried your improved script and found that it stopped in the middle at line with tail -1.
I had to changed it in order to make the script run.
Please find attached diff file.
BTW many
|
By
Bernard f6bvp / ai7bg
·
#4365
·
|
|
Re: KC9KKORE: Second interface
Thank you for the information and the links.
I was looking in the N7NIX repository and didn't realize the information was in it's on repository.
Basically, I wanted to see your approach in setting up
Thank you for the information and the links.
I was looking in the N7NIX repository and didn't realize the information was in it's on repository.
Basically, I wanted to see your approach in setting up
|
By
Cowan Bowman
·
#4364
·
|
|
Re: KC9KKORE: Second interface
https://github.com/nwdigitalradio/split-channels
--
John D. Hays
Kingston, WA
K7VE
https://github.com/nwdigitalradio/split-channels
--
John D. Hays
Kingston, WA
K7VE
|
By
John D Hays - K7VE
·
#4363
·
|
|
Re: KC9KKORE: Second interface
Cowan. What are you attempting to do?
Cowan. What are you attempting to do?
|
By
John D Hays - K7VE
·
#4362
·
|
|
Re: KC9KKORE: Second interface
One thing I forgot to mention is the speed_switch.sh script is dependent on the
radio you are using. I used a Kenwood TM-V71a. See the "set alsa config"
line towards the bottom of the file. Also you
One thing I forgot to mention is the speed_switch.sh script is dependent on the
radio you are using. I used a Kenwood TM-V71a. See the "set alsa config"
line towards the bottom of the file. Also you
|
By
Basil Gunn
·
#4361
·
|
|
Re: KC9KKORE: Second interface
I think John K7VE was referring to running 1200/9600 at the same
time. Technically you can do that but there is a problem with PTT for
each of the channels. I hope John weighs in on this.
As far as
I think John K7VE was referring to running 1200/9600 at the same
time. Technically you can do that but there is a problem with PTT for
each of the channels. I hope John weighs in on this.
As far as
|
By
Basil Gunn
·
#4360
·
|
|
Re: KC9KKORE: Second interface
If you mean split channels for packet & HF using both channels of an
audio sound card ie. draws then:
https://github.com/nwdigitalradio/split-channels
or there is good split channel support in the
If you mean split channels for packet & HF using both channels of an
audio sound card ie. draws then:
https://github.com/nwdigitalradio/split-channels
or there is good split channel support in the
|
By
Basil Gunn
·
#4359
·
|
|
Re: KC9KKORE: Second interface
Are you meaning the virtual sound card under projects on the wiki? It doesn't seem to exist any longer and I am attempting to setup PulseAudio.
Thanks,
Cowan
Are you meaning the virtual sound card under projects on the wiki? It doesn't seem to exist any longer and I am attempting to setup PulseAudio.
Thanks,
Cowan
|
By
Cowan Bowman
·
#4358
·
|
|
Re: setting up the DRAWS hat with Buster
#draws
#install
Thanks for that Nugget WIlliam. That worked for me just now (PI-2, UDRC Hat).
Cheers
John
EI7IG
Thanks for that Nugget WIlliam. That worked for me just now (PI-2, UDRC Hat).
Cheers
John
EI7IG
|
By
John Ronan
·
#4357
·
|
|
Re: AX25 over UDP is not working on
#nw14
OK great to hear. Just an FYI, the final nwdr15.img file is not ready
yet.
OK, I made some changes to that script so the temporary output files
don't collide with the previously run mkiss command.
OK great to hear. Just an FYI, the final nwdr15.img file is not ready
yet.
OK, I made some changes to that script so the temporary output files
don't collide with the previously run mkiss command.
|
By
Basil Gunn
·
#4356
·
|
|
Re: AX25 over UDP is not working on
#nw14
Hi Basil,
I installed nwdr15.img and found that AX.25 was running very well using your scripts ax25-start / ax25-stop.
In order to complete my system configuration I added a script creating an axudp
Hi Basil,
I installed nwdr15.img and found that AX.25 was running very well using your scripts ax25-start / ax25-stop.
In order to complete my system configuration I added a script creating an axudp
|
By
Bernard f6bvp / ai7bg
·
#4355
·
|
|
[New post] DRAWS™Case Update
k7udr posted: "We are on track to receive the final prototypes Feb 15th, at which time we can place the production order for the Early Adopter and production cases.Thanks for your
k7udr posted: "We are on track to receive the final prototypes Feb 15th, at which time we can place the production order for the Early Adopter and production cases.Thanks for your
|
By
John D Hays - K7VE
·
#4354
·
|
|
Re: Xiegu G90: General Setup, I/Q panadapter setup via second input
You are setting deviation so focus on ALSA PCM & LO Driver Gain knobs.
Read this:
https://github.com/nwdigitalradio/n7nix/tree/master/deviation
and
You are setting deviation so focus on ALSA PCM & LO Driver Gain knobs.
Read this:
https://github.com/nwdigitalradio/n7nix/tree/master/deviation
and
|
By
Basil Gunn
·
#4353
·
|