Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Panadapter!
#node-red-contrib-flexradio
Regarding disconnecting?
I've found no combination to disconnect yourself short of terminating the connection From experimentation: - 'client disconnect' disconnects all clients connected to the radio *except yourself* - 'client disconnect 0x0ACE0ACE' allows you to disconnect *different client*. It does not allow you to disconnect yourself! Other References: -?https://community.flexradio.com/discussion/8024987/client-disconnect |
On Thu, Jan 6, 2022 at 08:00 PM, K6HN Gary wrote:
I am not sure how they work though as there is no help info about this.I had not yet updated the node help on the connection options. There is in the v1.0.0 thread a message about them. Here is what I have; ---
The radio to connect to can be configured in different ways depending on your setup. ?
Automatic
? ? Watches for radio announcements on your network and connects to the first Flexradio found. The most common choice if you have only one radio.
Discovery
? ? Watches for radio announcements on your network and provides a list of radios to choose from. Connects to the radio based on it's nickname. This is the most common connection choice if you have multiple radios.
Manual
? ? Allows you to specify the Host> (IP address or DNS name) and Port of a radio. Useful if you have fixed addresses and/or names for devices on your network. |
Gary, That running on rhe Tesla console? Ron WB2WGH? On Fri, Jan 14, 2022, 8:20 PM K6HN Gary <gary@...> wrote:
|
Yes, that is correct. No audio as that is blocked in the browser. Audio is streamed through my phone.
toggle quoted message
Show quoted text
On Fri, Jan 14, 2022 at 05:27 PM, Ronald Panetta, WB2WGH wrote:
? -- Gary K6HN |
Gary, nice! Ron WB2WGH? On Sat, Jan 15, 2022, 12:34 PM K6HN Gary <gary@...> wrote: Yes, that is correct. No audio as that is blocked in the browser. Audio is streamed through my phone. |
Stephen - Question
I was poking around with your pan adapter and D.3 based frequency domain chart. ?I am learning a lot. Question, I tried resetting the Steam type to the different audio modes. ?The message output appeared to be the same as the panadapter's output. My thought was to build a d3 based, frequency domain chart of the audio spectrum. ?What am I missing? Alan. WA9WUD |
Alan,
Should work. You just need fix the y-axis to the audio data range and?then use the Left or Right channel data for display. Or merge them into mono channel¡. or display both! The only trick will be creating a rolling buffer of data with new values pushed in from the left or right (visual left or right not audio channel) so that new data appears on the left or right of the display. So you get: ? ? newest sample ¡¡ oldest sample or ? ? oldest sample ¡.. newest sample I don¡¯t think you are missing anything. In fact I recall looking at examples just like this when building the original. I don¡¯t recall if they were for audio data, but they were for data where new samples were added and then ¡°scrolled¡± across and expired off the other end of the chart. Stephen Stephen |
Stephen, thanks. Another question.? I have built my first d3 SVG line chart.? I am looking over your "Panadapter" Dashboard template node and cannot identify where you bring in the msg.payload as "data" from the Flex Steam node. I am looking for something?like ".data(msg. payload)", but I do not see anything similar. Q- How/where, do you bring the msg.payload array from the Flex Stream Node into the d3 script? Alan On Mon, Jun 27, 2022 at 7:43 AM Stephen Houser, N1SH <stephenhouser@...> wrote: Alan, |
to navigate to use esc to dismiss