Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: rf-kit rf2k-s flows?
开云体育This is the one I have tested and works. Must have FTDI chipset and not a bootlegDave Sent from my waxed string and tin cans.? On Mar 5, 2021, at 11:49 AM, Dwight Bosselman <NS9I@...> wrote:
|
Re: rf-kit rf2k-s flows?
Dwight Bosselman
开云体育Hi Dave I don't have one of those cables. I see a variety on-line. Would this fill the bill? or or does it have to have a network in the middle such as this? T U 73 Dwight NS9I
On 3/5/2021 9:47 AM, David De Coons
wo2x wrote:
USB-A to USB-A crossover cable |
Re: rf-kit rf2k-s flows?
Should use Kenwood CAT protocol, same as Flex. USB-A to USB-A crossover cable from Flex USB to amp for amp following Flex TX freq.
toggle quoted message
Show quoted text
I do not know if RF-Kit group has published the programming commands via Ethernet. Dave wo2x Sent from my waxed string and tin cans. On Mar 5, 2021, at 10:29 AM, Dwight Bosselman <NS9I@...> wrote: |
Re: Interlocking
Hi Alan,
I was specifically thinking about mult-multi unlimited distributed systems. For example you have four stations on 10m CW, one each in the north south east and west of any given DXCC entity to take advantage of the different propagation but only one signal is allowed on the air at any time. In teams I have done this with, people are using an internet chat to indicate that they have found a multiplier and ask others to stop txing whilst they work it, or have good propagation so request the "baton" to enable them to be the run station. EA4TX has produced some hardware that allows you to take it one step further and used the TX inhibit to lock the tx out on stations any given band mode when another is transmitting. This allows stations to interleave QSOs such as? The EA4TX system is about $200 per station, so too expensive to use 2-3 times a year! I was wondering if every station was running NR?then (subject to all the radios being supported by NR) it could to tell when any given station was transmitting. If NR could communicate across the WAN then the instances at other stations could use a software or hardware GPIO TX-inhibit to lock their stations into RX only and ensure only one station was on the air at once.? The hardware bit is easy -its just a GPIO pin being activated! I don't understand NR enough to know if instances talking across the internet is possible. Hope that makes sense? I know what I mean ;) 73 Steve, M0BPQ? |
Re: SteppIR SDA 100 serial data
开云体育Try ? var b = Buffer.from(msg.payload,"ascii"); msg.payload = b; return msg; ? 73 Dave wo2x ? ? ? From: [email protected] <[email protected]> On Behalf Of Alan Blind, WA9WUD
Sent: Friday, March 5, 2021 6:18 AM To: [email protected] Group Moderators <[email protected]> Subject: Re: [nodered-hamradio] SteppIR SDA 100 serial data ? Gary ? Yes, the SDA100 will show the SteppIR frequency with no antenna connected. ? Attached is my ?SteppIR flow.? I used a TCP to Serial converter, but you can replace my TCP nodes with serial nodes. ? However, I found the Node-Red serial nodes to struggle with managing the in/out data flow.? ? From the flow, you can see?how the hex was handled.? I used an older flow from Andreas and Mike, who did the hex conversion work. ? I have since moved to use the FRStack based SteppIR flow.? I found the FRstack serial Com communications to work much better. ? Dave, WO2X has a good understanding?of hex conversions if you want to go deeper into understanding. ? Alan WA9WUD |
Re: SteppIR SDA 100 serial data
Gary Yes, the SDA100 will show the SteppIR frequency with no antenna connected. Attached is my ?SteppIR flow.? I used a TCP to Serial converter, but you can replace my TCP nodes with serial nodes. ? However, I found the Node-Red serial nodes to struggle with managing the in/out data flow.? From the flow, you can see?how the hex was handled.? I used an older flow from Andreas and Mike, who did the hex conversion work. I have since moved to use the FRStack based SteppIR flow.? I found the FRstack serial Com communications to work much better. Dave, WO2X has a good understanding?of hex conversions if you want to go deeper into understanding. Alan WA9WUD |
SteppIR SDA 100 serial data
Anyone connect directly to a SteppIR SDA100 through the serial interface with a node-red flow?
Does the data out serial port send the displayed frequency even though no antenna is connected? I seem to get the same data no matter what I change the freq display to show. Also any help on converting ascii characters to HEX values would be appreciated. Thanks, Gary -- Gary K6HN |
Re: Node Status with LED Indicator
开云体育I thought it would. === is only used for numbers, not strings.?73 Dave wo2x Sent from my waxed string and tin cans.? On Mar 4, 2021, at 12:33 PM, Kyle K <kylekrieg@...> wrote:
|
Re: Node Status with LED Indicator
toggle quoted message
Show quoted text
On Mar 3, 2021, at 6:21 PM, Dwayne Sinclair AB6A via groups.io <Dwayne_sinclair@...> wrote:
|
Re: Node Status with LED Indicator
toggle quoted message
Show quoted text
|
Node Status with LED Indicator
For the life of me I'm having trouble getting this to work.
I have a flow that connects to a cluster and displays spots in a table on the dashboard. I have an LED to show the connection status.? Here is the debug from the status node. status.fill : "red" = disconnected status.fill : "gray" = no status status.fill ; "green" = connected. In my function coming off the status node, as I'm trying to send "true" or "false" to the LED node. Any suggestions?? I've tried it with a change node, still no luck.?? Kyle AA0Z |
Re: File /K0VM Flows/K0VM Dashboard.jpg uploaded
#file-notice
Looks good Al.? I like your "K" switch. Alan WA9WUD
|
File /K0VM Flows/K0VM Dashboard.jpg uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: Al Groff <al.k0vm@...> Description: |
File /K0VM Flows/KAT500 flow.json uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: Al Groff <al.k0vm@...> Description: |
ICMP (Ping) Turned Off After Windows Update - Windows Defender Rule Change
If you find yourself with a red dot on your dashboard for monitoring any PC's that just got the latest windows update, ICMP might of been turned off in Windows Defender.? Below is how you turn it back on.? Right click on the selection and enable that rule.
Type in Windows Defender in the search box. Click on Advanced Settings on the left hand side. Click on Inbound Rules Search for the selected below Enable rule Kyle AA0Z |
Re: Editing the azimuth map in the rotor flow
Santiago and Dave Not sure if this is your problem, but I think the PST Rotor "Demand" position?is only broadcast when a new Demand is commanded from PST Rotor.? So, if you do anything to stop Node-Red, between PST rotor demands, there is no Demand position?shown since it was a "msg.payload". I fixed that by putting the PST Rotor Demand into a "flow.demand" ?context variable.? That way the last PST rotor demand is in Node-Red Memory. Then for the input to the graphical map, I used a change node with an inject node set to inject every 0.25 seconds to send the "flow.demand" variable to msg.payload then to the demand arrow?graphics. Alan On Tue, Mar 2, 2021 at 10:39 AM Santiago Mejia via <hi8smx=[email protected]> wrote: Yes I am. |