Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: Scope Creep and Graphics: My Solution
toggle quoted message
Show quoted text
On Aug 6, 2021, at 10:05 AM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
File /VK1OO Flows/VK1OO 2021_08_08 Pi Monitoring flows.json uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: mikewalkington <mike.walkington@...> Description: |
Re: Pi 4 Image Error
On the Pi4 you can create an image by using the built-in system backup and copier utility on the Pi's desktop, It can easily?copy to a USB thumb drive or to a USB SDCard adapter.?
This will also?let you shrink the size of the SDCard to a smaller?SDCard as long as it is big enough to fit everything?on it. Just make sure when you plug in the backup SDCard it is mounted and should?show up on the pi's desktop then bring up the Backup utility.? I have done this Many times now and have not failed. 73's Bret WX7Y -- YMMV 73 Bret WX7Y |
Re: question dashboard
Nick
toggle quoted message
Show quoted text
You might tinker with the width setting and spread it out wide. Here is an example of what I'm working on right now. It's a full on radio system controller for a DXpedition station in a box, called a RIB. () I have used only three "tabs", but have adjusted them to be very wide, 27 in this case. I have leveraged two things that aren't mentioned much on this list or in youtube vids. One, is use the layout editor on the dashboard / Layout tab. Use it to adjust the visual node positions. You can drag the visual representations of each node to any position, and resize them at the same time. It's not all good, as the NR developers have an auto-place algorithm that screws up your perfect layout each time you add another visual element. So, get all of your buttons/text fields etc in in play, before bothering to place them in the desired positions. You will see what I mean, the first time it happens. I keep screen shots of the layout grid handy, so I put everything back in place without too many expletives. Also, I use the "Allow group to be collapsed" option. That puts a little arrow in the corner, and allows show/hide of the whole tab. I've attached shots of the Dashboard and the layout editor, and how to get to it. The idea is the top portion contains the most used controls, and the second and third levels are collapsed until needed. Warren, KD4Z On 8/6/2021 11:30 PM, Nick M via groups.io wrote:
Hi ![]()
2021-08-07_9-38-32.jpg
![]()
2021-08-07_9-38-16.jpg
![]()
2021-08-07_9-43-35.jpg
![]()
2021-08-07_9-46-09.jpg
![]()
2021-08-07_9-42-37.jpg
|
Re: Pi 4 Image Error
Santiago
Were you able to resolve your problem? ?If you need a zoom, for help, we can arrange. As for downloading new Raspberry Pi images, I have had good results using the official Raspberry Imager. ?Download the app to your PC or Mac and burn your desired OS image directly to a SD Card. ?? Using the Raspberry Pi Imger, you can pre-configure the SSH and other settings, by following these instructions for "Advance Options: Alan. ?WA9WUD |
QST Magazine Sept 2021
GM All I wanted to thank Dave WO2X for all the work he did on the QST article for NodeRed that just was published.? ?Nice job!!! With that article, there is a reference to this group, so I expect a bunch of new members. As a reminder, we are hear to help, mentor and collaborate?all members.? And, to our new members, welcome.? We are happy to help you. 73 all Mike va3mw |
Re: question dashboard
I really wish Node Red would put in better dashboard support.? Lining up groups and spacing them where you want is not obvious.? The current setup is great if you have one row of groupings, but once you get to two rows, it can be a challenge to make it look nice and neat for those of us with OCD.. :)?
They should move to a better WYSIWYG screen for arranging groups and your dashboard nodes. My $.02. Kyle AA0Z |
Re: question dashboard
¿ªÔÆÌåÓýI haven¡¯t tried it but the default dash is 48x48. You can change that. Also saw an interesting alternative for a dash for those that know web page programming. Looks a lot more powerful with full css support. I have to find the link and post it.?Having a more graphically oriented dash similar to the HAOS dash is something that intrigues me. I wrote one web site using Wordpress for NJDXA.org (we¡¯re the second call district incoming QSL bureau). It is not professionally done but allows our subscribers to purchase credits to get their QSL cards.? Maybe some in the group are talented with web programming and would like to contribute some dashboard ideas? I¡¯ll find the link.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Aug 6, 2021, at 11:30 PM, Nick M via groups.io <w7nik@...> wrote:
|
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 |