Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
¿ªÔÆÌåÓýLooking good Alan! Some day I have to make my dashboard look better. Been playing with adding the Power Master II watt meter and found I needed to wrap the USB cable from meter to Pi around a 2 inch type J core about 6 times to kill RF getting into the USB cable. Without the ferrite it would not send data while transmitting when QRO. Now it works fine. ? Hopefully have a decent flow done either later today or tomorrow morning. Have a laptop I am working on for a good friend that needs ¡°degunking¡± and memory and SSD upgrade. ? This is all in between doing beta testing on a new nigh end game coming out later this year. ? Who says you have nothing to do when retired? ? 73 Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Alan Blind, WA9WUD
Sent: Tuesday, June 14, 2022 10:22 AM To: [email protected] Subject: Re: [nodered-hamradio] File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated #file-notice ? The Microphone Level Meter Flow on the io group file is generic to any radio. ?Just add your dBm input. |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
The Microphone Level Meter Flow on the io group file is generic to any radio. ?Just add your dBm input.
Using the generic flow, I have customized it to integrate with my Flex. ?Here are my custom features. ?Contact me off-list if you have a Flex and want a copy. - DAX on/off changes the gauge mask, black/yellow. - The Microphone Level set-point is shown in the bottom bar with a black "tick mark." - Clicking on the bottom bar will adjust the microphone level set-point. Alan. WA9WUD Microphone Level Set-point Tick Mark. ?Clicking on the bottom bar sets Microphone Level Gain. DAX On, No Microphone Input: DAX Off, Digital Input from WSJT-X: ![]()
Screen Shot 2022-06-14 at 10.08.38 AM.png
![]()
Screen Shot 2022-06-14 at 10.06.23 AM.png
![]()
Screen Shot 2022-06-14 at 10.06.11 AM.png
![]()
Screen Shot 2022-06-14 at 10.04.09 AM.png
|
Re: Off Topic - New Amateur Radio Club
toggle quoted message
Show quoted text
On Jun 13, 2022, at 3:40 PM, Santiago Mejia via groups.io <hi8smx@...> wrote:
|
Off Topic - New Amateur Radio Club
Dear friends, please pardon this off topic post, but I wanted to share some exciting personal news. We?ve founded and incorporated a new Amateur Radio Club in the Dominican Republic, which I?m honored to be President of.
The Club official name is "Sociedad Dominicana de Radio Aficionados (SDRA)", which in English would be "Society of Dominican Radio Amateurs (SDRA)".?You can get more information on ?and/or our Facebook Group (SDRA) and Twitter/IG (@sdra_do).? You?ll be hearing a lot from us soon!. We have great plans and lot?s of ideas both locally and internationally. 73, Santiago ______________ 73 de Santiago GLAARG VE 2791E HI8O (former HI8SMX) & KB8SM web:? YouTube: hamworldonline Twitter: @hamworldonline Instagram: hamworldonline |
Power Master II watt meter flow
¿ªÔÆÌåÓýHi All, ? Making progress with the Array Solutions Power Master II watt meter flow. Currently shows FWD, Ref, SWR, Hi pwr alarm, Hi SWR alarm, and a clear alarm (which I am going to change to Reset). Node Red receives data over 38.4k USB to serial connection at 48 ms rate. Currently I have the meter set to Long for power display so it holds peak power a little longer. I can add controls to change meter display, which I will do before publishing the flow. ? Here¡¯s a short video of it in action. Poor video quality but you will get the idea. ? ? 73 Dave wo2x ? |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
toggle quoted message
Show quoted text
On Jun 13, 2022, at 6:40 AM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
-- Nick W7NIK? |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
Also, for new installs, two points:
- All three dashboard elements must be on the same dashboard group - Size the SVG node Dashboard to 2x6 Alan |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
Hi Nick
Thanks for giving the Microphone Level Gauge a try. I used the MQTT node to input the dBm level into the gauge flow. ?You need to set up your way to getting the gauge's input. As I recall, you are using my meter flow. ?So....suggest you set up "Link" nodes to move the input to the meter. ?Here is mine, where I use the MQTT node. ?Replace that with a Link out Node. ? ?Then add a link in the node on the meter flow, and connect up the links. Also, on the meter flow are Inject Nodes, which you can use to test your installation. ?? And, as a reminder, be sure to make your dashboard element size 6 wide and 2 high. Alan |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
¿ªÔÆÌåÓýHi Alan? I tried the flow, but the connection is not playing well .? Mqtt node , I added my IP address and port .? I used the flex discovery node information But no connection.? ?I will ?give another try this evening:)? On Jun 13, 2022, at 3:32 AM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
-- Nick W7NIK? |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
I added a "low_scale" input to the environmental value list.
The top bar will change color, and the bottom blue, green, yellow, and red bars will rescale as per the value ranges and low_scale setting. Alan |
File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
Group Notification
The following files and folders have been updated in the Files area of the [email protected] group. By: Alan Blind, WA9WUD <a.alan.blind@...> Description: |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json uploaded
#file-notice
I revised the Microphone Level meter to use environmental variables to set the color ranges.
Also, note.....this is NOT a Flex-specific flow. ?My SVG meter flows will work with any valid dBm value msg.payload. Dave, I used your suggested values. ? Below is how to change environmental values. ? First double click on the Flow tab, then make the changes. ?Save, Deploy. The upper meter bar will change colors per the dBm settings. ?The lower blue, green, yellow, and red bars, will rescale to the new settings. ?If the Red dBm value is greater than 0 dBm, the red bar will not show on the bottom (because it is above the zero maximum scales of the meter, but, the upper bar will turn red if the dBm value exceeds the red range. Alan. WA9WUD |
File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json updated
#file-notice
Group Notification
The following files and folders have been updated in the Files area of the [email protected] group. By: Alan Blind, WA9WUD <a.alan.blind@...> Description: |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json uploaded
#file-notice
Thanks, Dave
Good suggestion. I also do not use the Flex EQ, so now I know how to run my Mic gain up. I can add easy-to-change, environmental variables for the color ranges if there is enough interest. ?It will take some work because I also need to dynamically rescale the colors in the lower bar. ? Is there interest out there? Otherwise, for the more experienced, the color ranges are in the "Configuration" function: And.....you can adjust the "x" position and "width" for the blue, green, and red bars using the "SVG" tab on the SVG Node,?for each of the three rectangles, in the "lower bar" group: Alan. WA9WUD |
File /!1! Flows by Type/RADIOS/HRD_ve9gfi_2022.06.12.1301.json updated
#file-notice
Group Notification
The following files and folders have been updated in the Files area of the [email protected] group. By: ve9gfi@... Description: |
Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi_2022.06.08.2130.json updated
#file-notice
I moved the VFO indicator back to the RF Exciter section.? ? It was inadvertently moved to the RF output tank section of the amplifier dashboard.
|
Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi_2022.06.08.2130.json updated
#file-notice
Hi Adrian, I see your S meter looks different than mine.? ?I used the chart dashboard icon with the Horizontal Bar.... are you using the same, or another one??? Greg |
Re: File /!1! Flows by Type/SVG Based Flows/Mic Level Meter.json uploaded
#file-notice
¿ªÔÆÌåÓýHi AlanFor those of us who do not use the internal EQ, it is fine to run the level up to zero, but not exceed zero.? I suggest having blue -40 to -10, green -10 to -5, yellow -5 to 0, and red above zero.? That way if using the internal EQ people can set level to end of green. For those not using internal EQ or for digital modes set to end of yellow (right at zero without exceeding ) On my Flex flow the mic meter does not change color but I added a peak indicator that is normally green but will change to red if any part of audio exceeds zero.? Also note - the mic meter is only available for mics connected direct to radio. Any other internal audio meters are after a clipper stage.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Jun 12, 2022, at 7:50 AM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
![]()
Screen Shot 2022-06-12 at 7.29.24 AM.png
![]()
Screen Shot 2022-06-12 at 7.30.06 AM.png
![]()
Screen Shot 2022-06-12 at 7.30.24 AM.png
![]()
Screen Shot 2022-06-12 at 7.20.43 AM.png
Screen Recording 2022-06-12 at 7.26.43 AM.mov
Screen Recording 2022-06-12 at 7.26.43 AM.mov
|
File /!1! Flows by Type/RADIOS/HRD_ve9gfi_2022.06.12.0904.json updated
#file-notice
Group Notification
The following files and folders have been updated in the Files area of the [email protected] group. By: ve9gfi@... Description: |
Re: File /!1! Flows by Type/RADIOS/HRD_ve9gfi_2022.06.08.2130.json updated
#file-notice
Hi Adrian, Moving on the sliders, etc.? ? I need to rethink how my Carousel works because it was written to query my Yaesu FT 847 for the amplifier project.? ? ?In that carousel, you are doing some queries that your radio doesn't understand (the satellite specific ones) and my radio doesn't have the getsliders option.? ? ? I have an hour from home this weekend, so I can't change the connected radio back to the FT-2000 Demo model, but I'll try to wing it. I'll add the S meter now. ? Greg |