Re: W2 wattmeter support
You say the usb cable shows as connected. Good Linux found the USB port. Use the same USB port with the settings I sent you, and use the TCP Request node instead of the two TCP in and TCP out nodes.
By
Alan Blind, WA9WUD
·
#126
·
|
Re: W2 wattmeter support
Yep tried that I am now testing on the bench using the Windows App and all work A-OK, Just wondering do I have to set the COM port serial number in Linux anywhere? also what baud rate does the W2
By
Bret Mills
·
#125
·
|
Re: W2 wattmeter support
Also, if that does not work, do as I did Instead of the TCP in and TCP out nodes, use the TCP Request Node. It has an input and an output, just substitute for the TCP in and the TCP out. Here is a
By
Alan Blind, WA9WUD
·
#124
·
|
Re: W2 wattmeter support
Bret- Re-boot the Pi, then if nothing, power cycle the W2 (unplug, plug back in). Alan WA9WUD
By
Alan Blind, WA9WUD
·
#123
·
|
Re: W2 wattmeter support
Hi Dave, Hay got the Elecraft W2 Wattmeter today and got it plugged in with the included USB serial cable BUT I am not getting anything coming out of the W2 to the FLow wonder when you have a minute
By
Bret Mills
·
#122
·
|
Re: members
Hi Kevin, Check out my flows in the file area on this group¡¯s site. Read the readme which describes additional nodes you need to install and how to do it. Feel free to load up one of my flows to see
By
Dave wo2x
·
#121
·
|
Re: members
I just got Node Red installed on my Raspberry Pi3 now to figure out my first project!!!!! Kevin w4kjp
By
Kevin W4KJP
·
#120
·
|
Re: members
I posted a rough How To in a previous message on setting up the Pi with Node Red. You can find archieved messages at /g/nodered-hamradio 73 Dave wo2x
By
Dave wo2x
·
#119
·
|
Re: members
Looks like a great group starting up. Now to get my Rpi3 running node-red! Thanks - Gordon N1MGO
By
Gordon LaPoint <gordon.lapoint@...>
·
#118
·
|
members
Wow, we are up over 41 members. For those new members, you are in a moderated condition until you post one or 2 items so you are a real ham radio human. Thanks all Mike va3mw
By
Michael Walker
·
#117
·
|
Reminder about message archive
Good morning all and welcome to our new members. A reminder that your first post is moderated. We have three moderators in the group so message approval is usually pretty quick. Second, archives of
By
Dave wo2x
·
#116
·
|
Re: introductions
Very nice looking! Tomorrow I am going to revisit the parsing of the rfpower= slider value for current TX band. I thought about it earlier and have some fresh ideas. When you do a C44|sub tx all on
By
Dave wo2x
·
#115
·
|
Re: introductions
Hi Mike, The Smeter flow works using data coming from FRstack. I have no idea how to decode the smeter data stream that comes from the radio direct. VITA-49 is way over my head in coding to decode the
By
K6HN Gary
·
#114
·
|
Re: parsing characters after specific text in a string - ideas?
The issue is the messages are not always the same length and the word rfpower= appears over 10 times. I need to look for a unique keyword for the portion pertaining to the transmit slice. The other
By
Dave wo2x
·
#113
·
|
Re: introductions
Looking forward to Gary¡¯s Github.... Great job Gary!! ____________73 de HI8SMX?hi8smx.onlineHI8SMX on Twitter, Instagram and YouTube
By
Santiago Mejia
·
#112
·
|
Re: introductions
Wow Gary Nice job. Would you be interested in sharing your S Meter flow? Mike
By
Michael Walker
·
#111
·
|
Re: parsing characters after specific text in a string - ideas?
Here is what I would use to get the '23' after the 'out'. string = ' afgfadaefdvdvsdsscdwqout23fdhhgfgsjdgfsdfiop' pos = string.search('out')? ? ? ? ?// find the start of 'out' in the string pos
By
K6HN Gary
·
#110
·
|
Re: parsing characters after specific text in a string - ideas?
Hi Gary, I have not gone back to investigate it since posting the question. The radio returns rfpower= for the current TX slice plus every band set up in the TX Band Setting table. I want to parse
By
Dave wo2x
·
#109
·
Edited
|
Re: introductions
I just found this group and look forward to participating. Here are a couple of my current node-red projects. Antenna Switch Control, Rotor Control, S-meter. Receiver antenna preamp and switching.
By
K6HN Gary
·
#108
·
|
Re: parsing characters after specific text in a string - ideas?
Hi Dave, Did you et this figured out or is it still an open question? Gary K6HN
By
K6HN Gary
·
#107
·
|