Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: Initialize relays at RasPi startup
Domenick
For my GPIO based relay flow, to "initialize" a relay on Node-Red restart, just change one of the "Test" inject nodes to inject one second after start. ?This will position the relay and store he result in context memory. ?I show below an example of using the "false" or open the relay, as an example. Of note, one of the issues with Raspberry Pi GPIO pins, is the first initial "state" on boot up is undetermined, that is the purpose of waiting one second to initialize the relay. ?Keep in mind, as a result, the relay position could be anything for the first second before the "initialize" inject node fires off. Alan. WA9WUD |
Re: Initialize relays at RasPi startup
¿ªÔÆÌåÓýFor automatic just use an object node to send Boolean false. Connect it to all the Pi relay GPIO outs. Set the inject to send once after 5 second then interval to never. When you start the Node Red server it will initialize the relays after 5 seconds.?Dave wo2x Sent from my waxed string and tin cans.? On Aug 6, 2021, at 3:23 PM, Domenick Fusca <domenickfusca@...> wrote:
|
Initialize relays at RasPi startup
Hello.? My goal is to initialize relays at the startup of the RasPi.? Automatically,, when RasPi starts up would be great.? But I can work with a solution which would be a dashboard button, called for example "initialize relays".? The flow would inject true or false uniquely for each relay.? I have began with Alan's 8 relay flow.? And have a dashboard to uniquely control each relay.?
On the surface I think this would be quite simple to do.? I have done it on Node-Red using inject nodes.? One to inject "false" into all the relays which should be false at start up and another inject node to set "true" for the other relays. I inject the true anf false into the 'rpi - gpio out' nodes.? I just can't get my brain around converting this to a dashboard button that will initialize all the relays with one button push on the dashboard.? Any suggestions on the node(s) I should look at to create this? -- Domenick - WA2GOT? ? 73s |
Re: Serial Control of the ERC-4 Rotator Controller
Hi Nick.? Yes I did add a map like Dave did.? I have uploaded my most recent versions of Rotator_20210806.json and Map_Interface_20210806.json to my wb0smx_Flows/ERC_AzMap directory (Note** Moved to !1! Flows by Type/ROTORS/ERC Controller/ERC_AzMap_wb0smx) in the files of this group.? The Rotator flow replaces the original ERC_Control flow that I posted earlier.? But you can change the name to whatever you like.
The two flows are designed to interface with each other through the link nodes.? I modified and simplified Dave's Map flow for my purposes.? It still shows the current beam heading and target heading (for 20 seconds after setting target), and allows for clicking on the map to set a target bearing.? The Rotator flow still has buttons for shortcuts to specified bearings, as well as free form input of bearings in text and numeric fields. Good luck and enjoy... 73 -- Randy WB0SMX |
File Notifications
#file-notice
[email protected] Notification
wb0smx <rdpecken@...> added folder /wb0smx Flows/ERC_AzMap The following files have been uploaded to the Files area of the [email protected] group. By: wb0smx <rdpecken@...> Description: The following files have been uploaded to the Files area of the [email protected] group. By: wb0smx <rdpecken@...> Description: |
Re: Scope Creep and Graphics: My Solution
Working on Mike's idea of a global MQTT broker to share data.
Is there any interest? If so, what data is of interest? ?Seems like data similar to what is now "spotted" on DX servers would be a starting point. ?Since this data is now "public", sharing the same on a un-secured MQTT broker would be the same. Anyway, I built a flow, to take the Frequency Data and MOX status from Daves's, WO2X, Flex API flow and upload that to the "test.mosquito.org" Public MQTT broker. ?To limit data flow, the TX frequency is only uploaded when MOX is on. Here is a link describing the Public MQTT broker. ? ? I set the topic to be "call_paramater", or in my case for frequency, ?"wa9wud_freq". ?I see others using Node-Red, wanting to know my frequncy, to subscribe to the same topic, and building flows to display. Other ideas for designing the MQTT "topics" are welcome. Depending on interest level, I will or will not pursue this idea. Alan. WA9WUD |
Re: Scheduling A Node Red Zoom Trainng Session?
RUSS GUIDRY K5OA
toggle quoted message
Show quoted text
On Aug 5, 2021, at 18:16, Mike / W5JR <w5jr.flex@...> wrote:
|
Re: Scheduling A Node Red Zoom Trainng Session?
toggle quoted message
Show quoted text
On Aug 5, 2021, at 21:11, Leslie Hooe <hooeld@...> wrote:
|
Re: Scheduling A Node Red Zoom Trainng Session?
Me too, dropped can't get back in On Thu, Aug 5, 2021, 20:10 Mike / W5JR <w5jr.flex@...> wrote:
|
Re: Scheduling A Node Red Zoom Trainng Session?
toggle quoted message
Show quoted text
On Aug 5, 2021, at 18:27, Kyle K <kylekrieg@...> wrote:
|
Re: File /Node-Red DAX and CAT/nDAX nCAT Multi.json uploaded
#file-notice
Thanks, Mike. For this project, I wanted to try running Linux WSJT-X.? I have repurposed?an i5 NUC to ?Linux Ubuntu, and am using that to run my Node-Red station, and now WSJT-X. I want to compare Windows DAX, CAT, and WSJT-X to Linux nDAX, nCAT, and WSJT-X. ? So far the Linux device is very fast and stable. ? I saw you were, too, setting up nDAX and nCAT.? How have you found it to compare to Windows? Alan. WA9WUD On Thu, Aug 5, 2021 at 5:27 PM Michael Walker <va3mw@...> wrote:
|
Re: File /Node-Red DAX and CAT/nDAX nCAT Multi.json uploaded
#file-notice
Before you know it,? we will have a Linux client for a FlexRadio if you guys keep this up. Nice work, Mike va3mw On Thu, Aug 5, 2021 at 5:24 PM Alan Blind, WA9WUD <a.alan.blind@...> wrote: I added a second Linux nDAX / nCAT Node-Red flow to add an optional second instance. |
Re: File /Node-Red DAX and CAT/nDAX nCAT Multi.json uploaded
#file-notice
I added a second Linux nDAX / nCAT Node-Red flow to add an optional second instance.
Here is the dashboard. ?There are selectors for "Instance One" and Instance Two" to select Slice and DAX channel. ?If "None" is selected for "Instance Two", only one instance of nDAX and nCAT is created. It took some effort to create icons to run multiple instances of Linux WSJT-X, but I found a way. ?Anyone who needs to know, email me. |
File /Node-Red DAX and CAT/nDAX nCAT Multi.json uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: Alan Blind, WA9WUD <a.alan.blind@...> Description: |