Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: PSTRotator broadcasting position to Node Red
开云体育In PSTRotator under Communications, click on UDP setup. Set it to 12000 and IP of node Red server. Under Setup click on UDP Control. ? In the rotor flow to incoming UDP node is 12000 Outgoing node is 12001 with IP of PC running PSTRotator. ? The UDP ports are always the port defined in UDP Setup in PSTRotator then next port up for incoming comms. ? Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Steve VK6SJ
Sent: Monday, January 16, 2023 5:52 AM To: [email protected] Subject: Re: [nodered-hamradio] PSTRotator broadcasting position to Node Red ? Thanks Dave and Larry,? |
Re: PSTRotator broadcasting position to Node Red
Thanks Dave and Larry,?
Tried both those things but no dice. Then used Wireshark to look at the packets heading to the Node Red Server from the PC running PST. Realised that packets leaving PST are translated to the UDP port setting + 1. Changed the incoming UDP Node in the Flow to 12006 (i'd changed it to 12005 when trying Larry's idea) and voila!? -- Regards,? Steve Kennedy VK6SJ |
Re: Rotor Map
toggle quoted message
Show quoted text
On Jan 15, 2023, at 8:50 PM, Wayne Folan VK4ACN <wrf4030@...> wrote:
|
Re: Hamcation & Node Red Forum
开云体育I’ll be there, but I’ll have a space in the flea market. Not sure if I can get away.?tnx Mike / K5JR Alpharetta GA On Jan 15, 2023, at 11:12 AM, Kyle K <kylekrieg@...> wrote:
?If anybody is going to be at Hamcation in Feb, I'm presenting a forum on Node Red at 1:45pm Saturday in CS1.?? I'll be hanging out after, so if your a member of this group and down at Hamcation, come say hello. 73 Kyle AA0Z |
File /!1! Flows by Type/RELAYS/WA1VJH DEVANTECH RELAYS PUBLIC RELEASE.json updated
#file-notice
Group Notification
The following files and folders have been updated in the Files area of the [email protected] group. By: Garnet WA1VJH <gdrakiotes@...> Description: |
Re: Hamcation & Node Red Forum
开云体育I wish with all my heart that I could attend, but it conflicts with the birth of our next grand-baby. Will your presentation be available afterward?Marvin KA7TPH On 1/15/2023 9:12 AM, Kyle K wrote:
If anybody is going to be at Hamcation in Feb, I'm presenting a forum on Node Red at 1:45pm Saturday in CS1.?? |
Re: PSTRotator broadcasting position to Node Red
开云体育If you look at the PSTRotator Nodw Red flow there is a UDP in and UDP out node. ?The port numbers are set to match PSTRotator AZ program setup. You need to do the UDP setup in PST Rotator and we IP of Node Red server then enable UDP control.?In Node Red you need to enter the IP of the PC running PSTRotator. Also watch out for firewall blocking comm on PC Dave wo2x Sent from my waxed string and tin cans.? On Jan 15, 2023, at 1:13 AM, NY8T <llavaseur@...> wrote:
|
File /!1! Flows by Type/MISCELLANEOUS/Blitzuntorg Lightning Detector/Blitzortung.json uploaded
#file-notice
Group Notification
The following files and folders have been uploaded to the Files area of the [email protected] group. By: Marty Boroff <m_boroff@...> Description: |
Re: Hamcation & Node Red Forum
开云体育Yes, I’ll be there.Cool! I’ll be sure and attend! Mike, N0SO On Jan 15, 2023, at 10:12 AM, Kyle K <kylekrieg@...> wrote:
|
Re: Hamcation & Node Red Forum
toggle quoted message
Show quoted text
On Jan 15, 2023, at 11:12 AM, Kyle K <kylekrieg@...> wrote:
|
Re: SPE 1K - meter bars
On Sat, Jan 14, 2023 at 06:54 AM, Mick - W8BE wrote:
I just finished preliminary testing of Scott's flow for the 1KFA.? It works well with the exception of the issue on controlling DSR to turn the amp on/off.? ?I posted a question on the Node-Red forum and asked if it could be a feature enhancement for the node.??Thanks Mick. I think being able to toggle DTR programmatically using the serial node is the only reliable way to do it. I was able to toggle DTR by using an external Python script to turn the amp on and off, but that caused an instability in my node-red installation (the node-red process would start consuming 100% of my CPU).? I am using TP-Link Kasa wi-fi switches to control power to various devices in my shack, so I am hooking up a 12V power brick to one of these switches and I am going to hook that up to the appropriate pins of the DB15 connector for remote on/off. It's an extra wire that I shouldn't need, but it solves the problem for now. I could wire the 12V amp trigger to the 12V output of my rig directly, but I don't want the amp on all the time that the rig is on. 73, Scott AK5SD |
Re: PSTRotator broadcasting position to Node Red
On Sat, Jan 14, 2023 at 09:25 PM, Steve VK6SJ wrote:
You don't say what you are using for the ip address in the pstrotator udp setup, my port is 12005 and the ip address is the broadcast ip 192.168.1.255 not the pc ip address. Other than that it looks like your doing it correctly. |
PSTRotator broadcasting position to Node Red
Hi All,?
I'm a newby to Node Red and programming in general (like not 24 hours yet) so apologies if this is too dumb a question.? I've loaded up Dave's flow for Node Red to PSTRotator and I have it working from the node Red to the PST app, (i.e. I can turn the antenna from the WO2X Shack Control Group), but cannot get the current heading or the target heading to paint up on the graphic in the dashboard.? I've configured UDP Control setup in PSTRotator for port 12000, as well as setting up the incoming UDP node in the flow for port 12000 and outgoing udp node for port 12000 and the IP Address of the PC with PSTRotator running it. I've put a debug node on the end of the incoming UDP node but not seeing any traffic there (but may also not be doing that correctly either). Makes me think that the issue is actually in the PSTRotator app than the Node Red flow but hoping someone here has a gem to impart here.?? -- Regards,? Steve Kennedy VK6SJ |