开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Video Frstack

 

开云体育

Yes, possible but I would prefer people be able to load the software and configure it so they are familiar with terminal mode. Also we have limited storage on the Goups.io group.

?

I will again verify the WiKi tomorrow.

?

73

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of Marty Boroff via groups.io
Sent: Friday, January 22, 2021 6:59 PM
To: [email protected]
Subject: Re: [nodered-hamradio] Video Frstack

?

Dave

?

Would it be possible to create an image file, zip it up and then upload it to the file section? You could delete any flows first. I have done this with a couple of pi projects. It gives newbies a known starting point.

?

Just a thought.

?

73, Marty Boroff WD9GYM?




On Friday, January 22, 2021, 6:53 PM, David De Coons wo2x <RocketNJ@...> wrote:

Then install the 64 bit .Net

?

Tomorrow I am going to build a new Pi and will follow the 64 bit WiKi. If there is an error I will correctthe WiKi and post here, but the Pi I am using was built following the WiKi.

You can email me direct and I can try to assist you tomorrow (got a few things to do tonight). I am good on QRZ.

?

73

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of Mike B
Sent: Friday, January 22, 2021 6:49 PM
To: [email protected]
Subject: Re: [nodered-hamradio] Video Frstack

?

I've been following the 64 bit WiKi.

Mike - AD0WB


Re: Video Frstack

 

OK, so I retraced my steps, starting with the Raspberry Pi Imager. Looks like the only OS options I see are 32 bit.?

Admittedly, I didn't pay a lot of attention to which options were available when I started this endeavor. I took the default (recommended) option.

So maybe that's where my problem lies - 32 bit OS and 64 bit .Net Core - I'll try installing the 32 bit .Net and we'll see.

I'll be watching for your progress as well.

Thanks a bunch!

73

Mike - AD0WB


Re: Video Frstack

 

Dave

Would it be possible to create an image file, zip it up and then upload it to the file section? You could delete any flows first. I have done this with a couple of pi projects. It gives newbies a known starting point.

Just a thought.

73, Marty Boroff WD9GYM?




On Friday, January 22, 2021, 6:53 PM, David De Coons wo2x <RocketNJ@...> wrote:

Then install the 64 bit .Net

?

Tomorrow I am going to build a new Pi and will follow the 64 bit WiKi. If there is an error I will correctthe WiKi and post here, but the Pi I am using was built following the WiKi.

You can email me direct and I can try to assist you tomorrow (got a few things to do tonight). I am good on QRZ.

?

73

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of Mike B
Sent: Friday, January 22, 2021 6:49 PM
To: [email protected]
Subject: Re: [nodered-hamradio] Video Frstack

?

I've been following the 64 bit WiKi.

Mike - AD0WB


Re: Video Frstack

 

开云体育

Then install the 64 bit .Net

?

Tomorrow I am going to build a new Pi and will follow the 64 bit WiKi. If there is an error I will correctthe WiKi and post here, but the Pi I am using was built following the WiKi.

You can email me direct and I can try to assist you tomorrow (got a few things to do tonight). I am good on QRZ.

?

73

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of Mike B
Sent: Friday, January 22, 2021 6:49 PM
To: [email protected]
Subject: Re: [nodered-hamradio] Video Frstack

?

I've been following the 64 bit WiKi.

Mike - AD0WB


Re: Video Frstack

 

I've been following the 64 bit WiKi.

Mike - AD0WB


Re: Video Frstack

 

开云体育

Which WiKi did you follow? There is one for 32 bit and one for 64 bit OS.

?

73

Dave wo2x

?

?

?

From: [email protected] <[email protected]> On Behalf Of Mike B
Sent: Friday, January 22, 2021 6:41 PM
To: [email protected]
Subject: Re: [nodered-hamradio] Video Frstack

?

Well that makes sense...

Maybe I am mixing apples and oranges here.

But how do I check which version of OS this thing has on it?

I thought the Pi 4's were 64bit.

Maybe I'll just try installing the 32 bit .Net Core.

Thanks,

73

Mike - AD0WB


Re: Video Frstack

 

Well that makes sense...

Maybe I am mixing apples and oranges here.

But how do I check which version of OS this thing has on it?

I thought the Pi 4's were 64bit.

Maybe I'll just try installing the 32 bit .Net Core.

Thanks,

73

Mike - AD0WB


Re: Video Frstack

 

开云体育

.Net core needs to match to OS. So if 64 bit OS you install 64 bit .Net

You can run dotnet—info

That is a space then double dash after dotnet.?

This will show .Net version installed.?

Dave wo2x

Sent from my waxed string and tin cans.?

On Jan 22, 2021, at 6:21 PM, Mike B <landingnet@...> wrote:

?Hi Alan,

Thanks for the quick reply.

I went back and re-ran the sequence for the NetCore 5.0.1 install.

Following the WiKi:
# From the Downloads folder, execute the following commands:

sudo mkdir -p /opt/dotnet
# for 32bit
sudo tar -zxf aspnetcore-runtime-5.0.1-linux-arm.tar.gz -C /opt/dotnet
# for 64bit
sudo tar -zxf aspnetcore-runtime-5.0.1-linux-arm64.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/bin
I had downloaded the 64bit file. Verified with an ls of the Downloads folder.
Entering the final sudo command line above, lists a bunch of files. I assume that meant the installation was successful.
I then changed back to the /usr/local/frstack folder.
After re-running the Run FRStack WebApi sequence, I still get the error.
Sorry, still stuck.
Unclear which versions I'm to be running for both .Net Core 5.0.1 and FRStack (32bit vs. 64bit) on a Raspberry Pi 4.
73
Mike - AD0WB




Re: Video Frstack

 

Hi Alan,

Thanks for the quick reply.

I went back and re-ran the sequence for the NetCore 5.0.1 install.

Following the WiKi:
# From the Downloads folder, execute the following commands:

sudo mkdir -p /opt/dotnet
# for 32bit
sudo tar -zxf aspnetcore-runtime-5.0.1-linux-arm.tar.gz -C /opt/dotnet
# for 64bit
sudo tar -zxf aspnetcore-runtime-5.0.1-linux-arm64.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/bin
I had downloaded the 64bit file. Verified with an ls of the Downloads folder.
Entering the final sudo command line above, lists a bunch of files. I assume that meant the installation was successful.
I then changed back to the /usr/local/frstack folder.
After re-running the Run FRStack WebApi sequence, I still get the error.
Sorry, still stuck.
Unclear which versions I'm to be running for both .Net Core 5.0.1 and FRStack (32bit vs. 64bit) on a Raspberry Pi 4.
73
Mike - AD0WB




Re: Video Frstack

 

Your Dot.Net is not installed.

Repeat all the steps for Dot.net.? When you "unzip" the file, pay particular attention that you adjust the name of the file to be unzipped to match the actual version number you downloaded.

To do this, while you are in the Downloads folder, do a "ls" command to show the files.? Copy the name of the Dot.net into the zip file, removing the name that is shown in the Wiki.? Or, just?adjust the version number to match.

Alan


Re: Video Frstack

 

开云体育

Hi Mike,

?

Hopefully Mark or Alan can reply to help.

?

73

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of Mike B
Sent: Friday, January 22, 2021 5:15 PM
To: [email protected]
Subject: Re: [nodered-hamradio] Video Frstack

?

I'm stuck at FRStack as well.?
I'm installing on a pi4, and have been following Dave's 64 bit WiKi.
Pi OS installed & updated. Check.
.NET Core 5.0.1 Installed. Check.
Node Red installed. Check.
Next up: Install FRStack on RPi.
FRStack downloaded & unzipped. Check.
Next up would be to Run FRStack WebApi from a Command Line.
This is where I run into trouble.
When attempting to execute (from /usr/local/frstack):
dotnet FRStackWebApi.dll --urls ""
I get an error msg:
"bash: /usr/bin/dotnet: cannot execute binary file: Exec format error"
I ls and see all of the files.
I see the same command line in the?FRStackWebApiReadme.html file on Mark's site.
I'm sure it's user error - I just don't know where I'm messing it up.?
I downloaded the FRStackWebApiRpi.zip file as I'm running a Rpi. Should I have gotten the FRStackWebApiLinux.zip since I've got a Rpi 4 (64 bit?)?
I am not very comfortable with linux, so please go easy.
I'm kinda lost here. Any help here would be greatly appreciated.
73
Mike - AD0WB




Re: Video Frstack

 

I'm stuck at FRStack as well.?
I'm installing on a pi4, and have been following Dave's 64 bit WiKi.
Pi OS installed & updated. Check.
.NET Core 5.0.1 Installed. Check.
Node Red installed. Check.
Next up: Install FRStack on RPi.
FRStack downloaded & unzipped. Check.
Next up would be to Run FRStack WebApi from a Command Line.
This is where I run into trouble.
When attempting to execute (from /usr/local/frstack):
dotnet FRStackWebApi.dll --urls "http://*:5025"
I get an error msg:
"bash: /usr/bin/dotnet: cannot execute binary file: Exec format error"
I ls and see all of the files.
I see the same command line in the?FRStackWebApiReadme.html file on Mark's site.
I'm sure it's user error - I just don't know where I'm messing it up.?
I downloaded the FRStackWebApiRpi.zip file as I'm running a Rpi. Should I have gotten the FRStackWebApiLinux.zip since I've got a Rpi 4 (64 bit?)?
I am not very comfortable with linux, so please go easy.
I'm kinda lost here. Any help here would be greatly appreciated.
73
Mike - AD0WB





Re: Clickable Azimuthal map flow for PSTRotatorAZ

 

Tormod's range pointer flow has been one of the more popular threads we have had.

I see most of you are building the image file and then copying the result into the function.

I have not yet tried this new flow, but, I have been working with a new set of nodes that work with image files.

The "jimp-image" node will read an image file, format the file per your pre-set configuration, and send it out as a msg.xyx, or a context variable. ?One of you might be interested in combining the ability to select the desired image and then send it to Tormod's function to build the map underlay image string.

This way, you could have selectable map underlay images, for showing your rotor pointers.

Here is a link to the flows: ? ?

Alan
WA9WUD


Re: FRStack Web APIs 3.1.23.48 release using .NET5

 

Has the frequency parameter delimiter for MHz been changed from "," to "."?

I moved my memory flow from a pi running 3.1.23.48 to a linux vm running 3.1.25.53 and frequency change did not work.

On 25.53:

It works using .


On the 23.48 i get:


Video Frstack

 

Is there a youtube video of installing Node Red and FR stack on a Raspberry PI.
I used the wiki on this site and started over several times.?
I have succes with node-red intall and can experiment in node red mut the part of FRstack allways gives errors and i'm not able to install FRstack

73 Jan on8aj


Confused

 

I downloaded David's flow FlexRadiov5b1.json? flow and imported it and have it working.?

However, my confusion comes for the comment that you made saying drag the other tabs from the groups.?
All my dashboard shows is the radio and the meters nothing else.
When I transmit I get the Red Transmit.?
I do not have any other tabs to bring in and it certainly does not look like the pictures that you had in the zip file.
I do not have any other tabs to drag in that I guess I could use to integrate other functions.?
If all I have is all there is then that's fine I just do not want to be missing a step

Thank You
Eric
KZ5ED


Re: New Control Panel - N3FJP Integration

 

开云体育

Nice! Parsing is fun, isn’t it?

Make use of the debug node to help see the data.?

Dave wo2x

Sent from my waxed string and tin cans.?

On Jan 21, 2021, at 7:07 PM, Jason Knapton <jason@...> wrote:

?All,?
Thought I'd share my latest updates. Loving the new rotor control. Working on making it even more useful to some of our folks in our group shack. This screen will be in our group shack above the operating position so other people can see what is going on with the current op station.?
I've added a new section for QSO that connects to N3FJP API and gets the info from the entry boxes for CALL, Name, and State. This is just an early stab at it and I am going to work on pulling the entire set of text fields out and being able to work with all the data. I'm just learning the TCP IP interfaces and parsing the data that is returned.?
If anyone else has started working on it or I've missed it somewhere, I'd like to see your examples.?

Thanks for looking
Jason - KE0EJS
(new QSO info in lower right-hand corner currently. )
<dummyfile.0.part>


New Control Panel - N3FJP Integration

 

All,?
Thought I'd share my latest updates. Loving the new rotor control. Working on making it even more useful to some of our folks in our group shack. This screen will be in our group shack above the operating position so other people can see what is going on with the current op station.?
I've added a new section for QSO that connects to N3FJP API and gets the info from the entry boxes for CALL, Name, and State. This is just an early stab at it and I am going to work on pulling the entire set of text fields out and being able to work with all the data. I'm just learning the TCP IP interfaces and parsing the data that is returned.?
If anyone else has started working on it or I've missed it somewhere, I'd like to see your examples.?

Thanks for looking
Jason - KE0EJS
(new QSO info in lower right-hand corner currently. )


Re: Looking for comments from new members using Node Red

 

开云体育

Just be careful.

?

If you have Flex data going to the KAT500 full time then you will not be able to manually control the tuner. The Manual commands would get overridden by the info coming from the Flex.

?

However, you can bring the Flex frequency and band info into Node Red and have a gate set up for Auto or manual mode. In Auto mode format the Flex data and pass to the KAT500. When in Manual open the gate so that the Flex does not stream info to the tuner then have manual controls set up.

?

Just a thought….

?

73

Dave wo2x

?

?

From: [email protected] <[email protected]> On Behalf Of Kyle K
Sent: Thursday, January 21, 2021 3:06 PM
To: [email protected]
Subject: Re: [nodered-hamradio] Looking for comments from new members using Node Red

?

On Thu, Jan 21, 2021 at 10:59 AM, Corey Badgley KC7MRQ wrote:

I am currently testing a method to split the serial data from the Flex - KAT500 usb/serial cable so I can use Node-Red to control the tuner with both the Flex and Pi.?

I'd love to see this solution, as I'd like to do the same thing!!!!!

Kyle


Re: Looking for comments from new members using Node Red

 

On Thu, Jan 21, 2021 at 10:59 AM, Corey Badgley KC7MRQ wrote:
I am currently testing a method to split the serial data from the Flex - KAT500 usb/serial cable so I can use Node-Red to control the tuner with both the Flex and Pi.?
I'd love to see this solution, as I'd like to do the same thing!!!!!

Kyle