Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: File /wo2x flows/Kenwood CAT to relay example.json
Dave, WO2X
toggle quoted message
Show quoted text
OK I removed the TCP Request Node and routed the Inject Node to the HEX to string Converter node. Test that with a simulated KENWOOD serial frequency command string <FA00007150000> and it outputs the desired relay command. in the DEBUG window...So far so good Next I replace the INJECT node with a Serial-In Node. After the proper baud rates(4800-N-8-1), etc the node registers "Connected". I take the serial cable from a known working connection ( Radio to Stepp-IR controller) and attach it to the USB serial connection on the R-PI. My USB/Serial dongle has a series of LED's in it that allow to me monitor activity. When the frequency is changed the RXD line flickers with activity so I am pretty sure traffic is flowing in to the serial in node but apparently nothing coming out to the HEX/String converter What did I miss?? Dave NR1DX On 7/29/2021 3:04 PM, David De Coons wo2x wrote:
Read the comment node for info on replacing the inject and TCP Request nodes with a USB request node for your usb to serial adapter (Kenwood radio CAT needs to connect to the Pi.) If you need to share Kenwood CAT with other programs then you can take the Kenwood CAT payload and send back to a PC. --
Dave Manuals@... www.ArtekManuals.com |
Re: Serial Control of the ERC-4 Rotator Controller
¿ªÔÆÌåÓýAnyone who needs a new azimuth map for their rotor flow, emIl me.?wo2x at arrl dot net Sent from my waxed string and tin cans.? On Aug 12, 2021, at 7:36 AM, mikewalkington <mike.walkington@...> wrote:
|
Re: Serial Control of the ERC-4 Rotator Controller
Hi Randy
I finally got this going. Took me a bit to work out that with my ERC-M set up to use GS-232B, I needed to change some nodes so that the trim and? parsing used + not AZ= Anyway, working now and looks good. I also added a graphic centred on VK1 so all the directions had to be changed too. |
Re: 240v Web switch
I use a 12V relays and a P&B DPST relay. They look sort of like this Mike va3mw On Wed, Aug 11, 2021 at 6:41 PM David De Coons wo2x <RocketNJ@...> wrote:
|
Re: Scheduling A Node Red Zoom Trainng Session?
toggle quoted message
Show quoted text
On Aug 11, 2021, at 7:32 PM, PHIL SCHECHTER W0OJ via groups.io <pschech@...> wrote:
|
A BIG thanks to Dave WO2X
AH0U
Dave spent several hours with me on Teamviewer helping me find the problems with my dashboard... After many changes we got it all working.? I do have one last item to fix..... my rotor map shows me on the East Coast and I am in California....Using PSTrotor and set my location correctly but the map is off as are the presets... any ideas??
Dave,you are THE man!!! |
Re: Palstar HF-Auto and Antenna Name
¿ªÔÆÌåÓýDamn Alan, you are supposed to be relaxing! ? I got sidetracked with modifying the 2x8 flow for someone to support the 4O3A OM module. Haven¡¯t started the rotor flow modification. That will be Friday¡¯s task. ? Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Alan Blind, WA9WUD
Sent: Wednesday, August 11, 2021 6:52 PM To: [email protected] Subject: Re: [nodered-hamradio] Palstar HF-Auto and Antenna Name ? Joe |
Re: Palstar HF-Auto and Antenna Name
¿ªÔÆÌåÓýYou can edit the dashboard text node. Double click it to open it and change the name to what you want. The dashboard nodes are the blueish nodes. See pic below. These can be edited to appear as you wish ? Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Joe W.
Sent: Wednesday, August 11, 2021 3:23 PM To: [email protected] Subject: [nodered-hamradio] Palstar HF-Auto and Antenna Name ? Hi all, |
Re: 240v Web switch
¿ªÔÆÌåÓýYes, a bunch of guys have been ¡°rolling their own¡± using 240 volt contactors with either 12 volt or 120 volt coils. ? Important Safety tip! If you are unsure or just want to be safe, you can have a licensed electrician make it for you. Be safe! ? Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of RUSS GUIDRY K5OA via groups.io
Sent: Wednesday, August 11, 2021 6:16 PM To: [email protected] Subject: Re: [nodered-hamradio] 240v Web switch ? I used a Webrelay and then installed a 25 amp contractor in 4 by 4 handy box with SO 10 ga in and out. 12 volt coil so on my other 12 volt devices had it anyway!
|
Re: 240v Web switch
RUSS GUIDRY K5OA
¿ªÔÆÌåÓýI used a Webrelay and then installed a 25 amp contractor in 4 by 4 handy box with SO 10 ga in and out. 12 volt coil so on my other 12 volt devices had it anyway!On Aug 11, 2021, at 14:36, Edward Dowdy <ka9ees@...> wrote:
|
Re: QST Magazine Sept 2021
¿ªÔÆÌåÓýThanks! We should be seeing new users as some get QST and get interested in Node Red.?I was working this afternoon on integration of the 4O3A OM module into the 2x8 antenna switch flow. Since there are MANY different configurations of the OM module use I will not be publishing it on the file section but anyone who wants it, just ask. I customized it for a ham with a 30 meter array where he has East, Omni, and West as three profiles on the OM switch. It allows selecting the profile from Node Red and sets the button for active profile to green when he is on the band that uses the array. When on other bands all buttons are grey.? Dave wo2x Sent from my waxed string and tin cans.? On Aug 11, 2021, at 5:36 PM, Charlie Rubenstein <charlier@...> wrote:
|
Re: Backing up Flows (and the entire RPI)
I would recommend attaching secondary storage and then using to manage backups of the system to that.? It will make good use of the space?and will give you not only the ability?to restore from a catastrophic failure but also from more subtle failures (corruption over time, accidentally blowing up a config, etc) far more easily.? It's fast, supports a lot of backend options, and will minimize the load on the device when actually doing the backups. You don't have to do local storage though.? You could also set up?something like Minio on your windows machine and use that for the backend.? Just local storage will usually be faster than over the network. On Wed, Aug 11, 2021 at 8:31 AM Michael Walker <va3mw@...> wrote:
|
Re: Backing up Flows (and the entire RPI)
Mike,
toggle quoted message
Show quoted text
I've been using a script for years to do this. I find just making a clone of the running Pi is more convenient as it ends up making a run-able SD card in the process. All you need is a USB adapter with the target SD card in it. Make all the incremental copies you want, and you never have to shut down the Pi to do it. You run it from a shell prompt, so no VNC / GUI required. It's not my work, but can vouch for it's abilities. Get the script from here: OR, from the Pi shell prompt, just install it like this: git clone cd rpi-clone sudo cp rpi-clone rpi-clone-setup /usr/local/sbin For instance, after you stick the USB adapter it the Pi, run dmsg to see the last few lines of the system log. You should see the USB device was mounted on one of the serial devices, sda, sdb, etc. Mine usually show up as sda, so: sudo rpi-clone sda In a few minutes, you have a bootable clone of your running SD card, cloned to the SD card in the USB adapter. Read the readme for rpi-clone so see how it supports systems that are booting from Jump drives too. Warren, KD4Z On 8/11/2021 9:31 AM, Michael Walker wrote:
Hi All. -- to my Linux gurus |
Re: Backing up Flows (and the entire RPI)
Hi Tyler I should do that as well!? :). Just boot from an old USB Drive.? Mike? On Wed, Aug 11, 2021 at 9:57 AM Tyler Barnett N4TY via <n4ty=[email protected]> wrote:
|