Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: FRStackWebApi Version 3.1.20.45 for RPi, Linux and OSX
开云体育Thanks Mark.?I will work on a basic flow showing capability for sight impaired hams and post it up.? The Genovation keypad I have here is a 24 button pad that connects via RS-232. You can program the keypad to send keyboard macros. For example program button 1 to send 1 (hex 31). Then have Node Red read into from that com port and send status to FRStack for that button push.? You can have buttons to get status for a bunch of stuff. Individual items from FRStack as well as from other flows. Should be interesting.? This could enable Flex SDR radios to be used by visually impaired hams.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Sep 9, 2020, at 9:00 AM, Mark Hanson <mkcmsoftware@...> wrote:
|
Re: FRStackWebApi Version 3.1.20.45 for RPi, Linux and OSX
The REST APIs extensively?cover the Radio and Slice state for the bound client. You can get a summary INFO for the RADIO and SLICES or ask for individual item status. The integration?with the Stream Deck demonstrates the use of individual item status. I do not own a?
Genovation keypad so I don't have any first hand knowledge of this device. Let me?know if you have any other questions. 73, Mark W3II On Tue, Sep 8, 2020 at 7:04 PM David De Coons wo2x <RocketNJ@...> wrote:
|
Re: FRStackWebApi Version 3.1.20.45 for RPi, Linux and OSX
开云体育Hi Mark,Any thoughts to be able to get status of different individual items on demand? I have a blind ham that could benefit from FRStack, Node Red and a Genovation keypad. That could give 24 buttons which could be programmed to read out things like rx frequency, split, tx power setting, mic level, etc. If you have suggestions to accomplish this another way please let me know. 73 Dave wo2x On Sep 8, 2020, at 6:52 PM, Mark Hanson <mkcmsoftware@...> wrote:
|
Re: FRStackWebApi Version 3.1.20.45 for RPi, Linux and OSX
开云体育INDEX is used to find smeter value for slice. The smeter data is an array of 8 objects. The slice INDEX is used to get the proper offset to read SMETER data.The change to N1MM data structure is to add an <app> node. So I added <app>frstack</app> Regards, Mark On Sep 8, 2020, at 4:31 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
? Mark Thanks for the mention.? It was a lot of fun working with you on?SteppIR. Question: ?What is the new "INDEX" property?? How can it?be used? Also, the changes to the UDP data broadcast, is that to update the packet to what the latest HF-Auto revision now wants to see?? Recall that Brett, WX7Y, found that HF-Auto added a <name> field. Alan WA9WUD Alan |
Re: File /FRS SteppIR.json uploaded
#file-notice
I made an interface to the SteppIR SDA100 controller, using the above tools. It can be configured for CAT or no CAT, Yagi or Vertical, and RX slice or a specific slice to follow. It will allow the operator to manually send the flex frequency to the SDA100, or have the flow send it automatically. Backgrounds change color based on antenna movement, based on frequency deviations, and based on some confirmed commands received by the SDA100. FRStack and the Node-Red flow will work with multiplex with one or two clients. The Flex Frequency source TX slice, or selected slice, will be from the "bound" client. There is a separate flow available to select/change the bound client if you want, but not mandatory. I am using an RS232 (DB9) to USB FTDI cable between the SDA Data Out and the Raspberry Pi USB connection. If you also have the CAT control cable installed, to use "Transceiver Data" directly from the Flex Server to the SDA100, you can still use this flow to send commands to the SDA100 and receive all of the data variables for display. Bands can be sent directly to the SDA 100 from the flow to drive the SteppIR. There are "+" and "-" buttons to adjust the SteppIR frequency up or down in small increments. "Resend" of commands is built into FRStack to compensate for the SDA100 controller to sometimes not accept commands. Here is a screenshot of my dashboard for the BigIR: And here is a dashboard screenshot of the Full set of commands and data variables: Alan WA9WUD |
File /FRS SteppIR.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 Description: |
Re: FRStackWebApi Version 3.1.20.45 for RPi, Linux and OSX
Mark Thanks for the mention.? It was a lot of fun working with you on?SteppIR. Question: ?What is the new "INDEX" property?? How can it?be used? Also, the changes to the UDP data broadcast, is that to update the packet to what the latest HF-Auto revision now wants to see?? Recall that Brett, WX7Y, found that HF-Auto added a <name> field. Alan WA9WUD Alan |
FRStackWebApi Version 3.1.20.45 for RPi, Linux and OSX
FRStack Web APIs V 3.1.20.45 for RPi, Linux x64 and OSX has been released.
Version 3.1.20.45 Changes SteppIR control adds AUTOTRACK, Retry logic, Multi-client bugfix S-Meter data returned in UDP Meter data and Web Socket formats Add Rest API Radio: TXIHIBIT Update Rest API Radio: INFO adds TXINHIBIT, NICKNAME, CALLSIGN, MODEL, SERIAL, VERSION Update Rest API Slice: INFO adds INDEX property Add Rest API SPEAMP: INFO Add Rest API STEPPIR: INFO, AUTOTRACK Meter level Mute (Squelch) tooltip is dbm level UDP Data add app node name set to FRStack Special thanks to WA9WUD Alan Blind's efforts on the SteppIR logic and testing. 73, Mark W3II |
Re: 5 files uploaded
#file-notice
I use my Flex 6600 and Q5 Transverter for Satellites. Node-Red for station controls, including antenna and pre-amp switching. The Windows based Satellite tracking software of choice has been SatPC32. I also use FlexSatPC to gain more functionality from my Smart SDR interface. I now want to give DogPark MacDoppler a try, but as most know, it will not interface with the Flex Server. I know it will interface through DogPark Smart SDR, but I want to be able to use other clients, such as my Maestro. So.....I built a Node-Red / piFRStack interface between MacDopper and my Flex 6600 server running Multiplex. My interface uses the up/down frequency and modes from MacDoppler to give full doppler correction capability to the Flex Client. Node-Red will identify the TX and RX slice, from the "bound" client (for multiplex, two client operations) and assign the down frequency and up frequency accordingly, along with the required operating mode for each. I also use the Azimuth and Elevation information from MacDoppler to drive my PST Rotor, interfaced using Node-Red. Node-Red will disconnect with PST Rotor after 15 minutes, so I do not track every satellite around the clock and ware out my rotor. Below is a screenshot of my "Mac" based Satellite station. MacDoppler in the upper left, Interface on the upper right, and station controls along the bottom. I am using my Maestro as the Flex Client. Now, to spend some time learning to use MacDoppler. Alan WA9WUD |
5 files 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 |
Re: 8 relays - no soldering
Steve, I have the 4 relay.? Sending 1 toggles.? Send 1, first time turn on.? Send 1 2nd time turn off. I am far from a programmer! Here is a copy of the 4 relay Flow, I am developing. An Additional node is set up to shutdown or reset Pi and also shows current CPU load and CPU temperature. If you have no want for MQTT, delete the bottom four buttons and MQTT calls. Mike de KA9LHE Anan 7000DLE Anan 10e On Mon, Aug 24, 2020 at 2:11 PM Steve Bunting M0BPQ <steve@...> wrote: Hi everyone, -- Michael Coomer?
Amateur Radio Station: KA9LHE
This email has been sent from: ka9lhe@....? (260)639-4748 (Google Voice; rings cell, home, voip phones) This email (including all attachments) from Michael Coomer is for the sole use of the recipient(s). Any unauthorized review, use, disclosure or distribution is strictly prohibited. If you are not the intended recipient of this email, please contact the sender by reply email and destroy all copies of the original message and any attachments.
|
Re: 8 relays - no soldering
toggle quoted message
Show quoted text
|
Re: Another Idea HRD DB Query
开云体育Isn’t the question first which database HRD is using? Or do later versions all use MySQL? I thought that was an option to pick your engine.Tom NY4I
|
Re: 8 relays - no soldering
开云体育I don’t have that relay board, but it is a binary number that makes it work then I would explain it this way: Payload = 1 is 00000001 Payload = 2 is 00000010 Payload = 3 is 00000011 Payload = 4 is 00000100 Payload = 5 is 00000101 Payload = 6 is 00000110 - Your example is wrong Payload = 7 is 00000111 - your 7 was missing Payload = 8 is 00001000 If the the bit value is 1, then the relay is on. The bit values for the individual relays are: 1: ? ?1 2: ? ?2 3: ? ?4 4: ? ?8 5: ?16 6: ?32 7: ?64 8: 128 Example Relay 1 and 3 on is 1+2 = 3 Example” Relay 1 and 4 on is 1+8 = 9 All relays = 1+2+4+8+16+32+64+128 = 255 I hope this helps. 73, Andreas, N6NU
|
Re: 8 relays - no soldering
Hi everyone,
A small victory for me is getting some relays to switch via a simple dashboard. However, I cant work out how the payloads are configured to switch individual relays or pair of relays together. I have been editing the payload in the switch-ui node with the following results Payload = 1 then relay 1 turns on Payload = 2 then relay 2 turns on?? Payload = 3 then relays 1 and? 2 turn on?? Payload = 4 then relay 3 turns on Payload = 5 then relays 1 and 3 turn on??? Payload = 6 then relays 1, 2? and 3 turn on?? Payload = 8 then relay 4 turns on I cant see the logic to this - but I'm not always logical! Is there a way to figure this out without trial and error? 73 Steve, M0BPQ |