Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Hi Mark Thanks for the help yesterday. Also, thanks to Andrew. Are you looking for feedback from users? I know RPI FRStack is "work in progress", so I give my observations, with that view. Windows
By
Alan Blind, WA9WUD
·
#254
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Very cool! I see a lot more tinkering with Node Red in my future Dave wo2x Sent from my waxed string and tin cans.
By
Dave wo2x
·
#253
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Yes, you can run FRStack on PC at the same time but you have to make sure you do not configure the same feature there and on RPi. You could also point stream deck to your RPi if you don't want to run
By
Mark Hanson
·
#252
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
I am back from a 300 mile emergency road trip. Looking forward to trying to get this running tomorrow. Thanks Mark! It looks like the perfect addition to our various flows. Thanks again for the hard
By
Dave wo2x
·
#251
·
|
Re: introductions
Excellent! I will merge it into my FlexRadio flow so it is abailable to others. 73 Dave wo2x Sent from my waxed string and tin cans.
By
Dave wo2x
·
#250
·
|
Re: introductions
Thanks Andreas and Alan, I just tried it and it works as expected. Santiago ______________ 73 de Santiago HI8SMX - KB8SMX web: www.hi8smx.online ( http://www.hi8smx.com ) YouTube: HI8SMX Twitter:
By
Santiago Mejia
·
#249
·
|
File /freq to band.json uploaded
#file-notice
The following files have been uploaded to the Files area of the [email protected] group. * /freq to band.json ( /g/nodered-hamradio/files/freq to band.json ) *By:* Alan Blind
By
[email protected] Notification <nodered-hamradio@...>
·
#248
·
|
Re: introductions
Andreas - Nice! Note; Most of us are using Dave's flow to get the VFO frequency and he outputs in MHZ. So for your flow, we need to multiply by 1000. "var frequency=parseFloat(msg.payload) * 1000" I
By
Alan Blind, WA9WUD
·
#247
·
|
Re: introductions
Santiago, Stick this into a function node. It will take a frequency in and a band string out. var frequency=parseFloat(msg.payload); var band=""; switch (true) { case (frequency >= 1800 && frequency
By
Andreas Junge
·
#246
·
|
Re: introductions
Hi Andreas,??Exactly. I would like to include Band in my dashboard, next to Mode and Tx VFO. ______________ 73 de Santiago HI8SMX - KB8SMX web: www.hi8smx.online ( http://www.hi8smx.com ) YouTube:
By
Santiago Mejia
·
#245
·
|
Re: introductions
Santiago, What information do you need? Convert frequency into band? Something like 3.500 -> 80M ? 73, Andreas, N6NU
By
Andreas Junge
·
#244
·
|
Added Folder VA3CW
#file-notice
Andrew Mitchell added folder VA3CW
By
[email protected] Notification <nodered-hamradio@...>
·
#243
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Mark and Andrew Making slow progress. I downloaded the Net3.1 file and extracted it to the opt/dotnet directory. [image: Screen Shot 2020-07-23 at 1.33.53 PM.png] Now, when I run the link command, I
By
Alan Blind, WA9WUD
·
#242
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Hi Mark, Importantly, thank you for taking the time to put the FRStack flows together and sharing them with the group!? There's clearly a lot of though and effort invested in what you've done. Thanks
By
Andy Mitchell VA3CW
·
#241
·
|
File /PG-XL flows-13.json uploaded
#file-notice
The following files have been uploaded to the Files area of the [email protected] group. * /PG-XL flows-13.json ( /g/nodered-hamradio/files/PG-XL flows-13.json ) *By:* Alan
By
[email protected] Notification <nodered-hamradio@...>
·
#240
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Running the entire FRStack Node Red flows takes about 25% CPU between NodeRed and DotNet on my Raspberry Pi Model 3B Plus By no way do you need to run all of the flows. Just run the ones you want.
By
Mark Hanson
·
#239
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
You should be in your Pi download folder:?cd ~/Downloads/ wget aspnetcore-runtime-3.1.5-linux-arm.tar.gz? is a place holder for the runtime you need for your RPi As Andrew comment above the
By
Mark Hanson
·
#238
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Hi Alan, I ran into the same problems. 1.? aspnetcore-runtime-3.1.5-linux-arm.tar.gz * I went here to find the most recent version https://dotnet.microsoft.com/download/dotnet-core/3.1 * Find the
By
Andy Mitchell VA3CW
·
#237
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
[email protected]> wrote:
By
Alan Blind, WA9WUD
·
#236
·
|
Re: FRStack Web APIs for RPi with FRStack Node Red Flows
Mark FYI, In the meantime, I am building a new Raspian Operating System from scratch. That way we will know my OS is not corrupted. Unless you see something in the previously sent responses that need
By
Alan Blind, WA9WUD
·
#235
·
|