aug 06

Wires-X update (met error)

Yaesu adviseert Wires-X gebruikers te upgraden naar versie 1.4. Helaas, en dit lijkt standaard te worden, werkt de software niet feilloos. John Kruk van Yaesu werkt met enkele gebruikers aan een oplossing.

**********************************************************************
WIRES-X Owners News [2018/08/06]
**********************************************************************

Important Notice: Update of the WIRES-X PC Software (V1.40)

Dear Valued WIRES-X node owners;

Thank you for your patronage of the YAESU WIRES-X.
Please be informed that the latest WIRES-X software (V1.40) has been released and available at the YAESU official website below.

http://www.yaesu.com/indexVS.cfm?cmd=DisplayProducts&ProdCatID=108&encProdID=1D23D01F7B34D76072988D9857AA1A7C&DivisionID=65&isArchived=0

The new WIRES-X PC Software (Ver 1.40) improves connection to the WIRES-X System and WIRES-X PC Software operation. It is strongly recommended that all WIRES-X node owners update the current WIRES-X software to the latest version (Ver 1.40) for continued WIRES-X operation.

For any further detailed information about the latest firmware, please refer to the “Firmware Update Information” posted on the website.

We hope you enjoy QSO through the WIRES-X for many years to come. Thank you.

Very truly yours,

WIRES-X Customer Support Team
USA- amateurtech@yaesu.com
EU- wires@yaesu.co.uk
Asia/ Oceania- wires@yaesu.com

Gentlemen –

Sorry to report that this appears to be something with your computers. If you follow the link to the quick YouTube video (sorry shot with cell as I am not in the office) you will see the following:

1.) Click on View(V) at the top menu bar

2.) Select and click Bookmark-Info(B)

3.) [Upon window opening up] click and check the box labeled ‘Show the offline Node/Room’.

4.) Click the Close button

The software does not loop and I connect to my own room. I then even disconnect from my room and go back to check ‘Show the Closed Room’ and still the software does not loop as stated.

I am running my software as an administrator AND I have multiple copies of WiRES-X running (two old versions and a beta) having no issues.

The link to the video (which will only be available for a couple days) is: https://youtu.be/pdEs3CJksh4

If this is not the right steps and menus please provide me which steps you are doing (menus and mouse clicks) and I will test it out. I have v1.4 downloaded off of the website which is the same as yours. I also did NOT delete or remove any old versions of WiRES-X.

Best Regards,

John Kruk – N9UPC

National Sales Manager

Amateur Division – Yaesu USA

https://youtu.be/pdEs3CJksh4

Kortom Yaesu, werk aan de winkel.

aug 04

Bouw een remote SDR met de Pi 3 Model B+ en SDRplay RSP2

Bron: www.rs-online.com

Putting the radio where the antenna is with a PoE capable Pi and low cost SDR receiver.

To get the best possible performance and avoid having unwieldy obstacles in the way, antennas tend to be installed in more remote and less convenient locations, such as attics, gardens and rooftops. This is particularly true when you’re interested in receiving HF, LF and VLF signals, since aerials soon start to become rather large and can often be a very long piece of wire.

So the solution is usually to run a length of coaxial cable from the antenna to the radio hardware, but this introduces loss and quite possibly a noticeable amount of noise also, depending on the environment. One neat solution to this is to install the radio alongside the antenna, but traditionally this would mean running dedicated power out and developing some sort of remote control system.

However, a software-defined radio (SDR) far more easily lends itself to remote operation and paired with a Power-over-Ethernet (PoE) powered Raspberry Pi, provides a particularly neat solution. Since there are many ways we can set up the software side, with Ethernet offering a robust interface over which to control the radio hardware, while PoE is happy powering equipment over fairly long network cable runs and does this in a safe manner.

SDRPlay RSP2

The SDRplay Radio Spectrum Processor (RSP) is a low cost SDR receiver with a USB interface and that covers a frequency range of 1kHz to 2GHz. It is currently available in three versions:

  • RSP1A (150-395). An improved version of the original RSP1.
  • RSP2 (124-9619). Builds on the above and, for example, adds two more RF inputs (1x additional coaxial + 1x Hi-Z connection), plus reference clock I/O and improved noise figure.
  • RSP2pro (125-7958). Metal case packaged version of the RSP2.

The RSP1A is the lowest cost version, but for not much more the RSP2 offers an improved noise figure (in effect greater sensitivity), has a 2nd coax input (handy if you have more than 1x antenna, e.g. tuned for different bands) and can be used directly with a third high impedance antenna also. The reference clock I/O capability of the RSP2 proving useful if you had, say, a GPS locked reference clock, or you wanted to chain together multiple units and have them all synchronised.

The RSP is powered via USB and so no additional power source is required. As a reasonably compact device it would also be well suited to being mounted together with a Pi 3 Model B+ at the site of an antenna. Of course, an appropriate enclosure will be required, e.g. one that is suitably ingress protection (IP) rated for the environment.

Driver software

Installing the RSP hardware driver/API is straightforward enough and once you have downloaded this simply:

Note that the file name is subject to change as new release are made.

Applications

Now at this point we could look to run applications locally on the Pi and SDRplay do provide a download for the dump1090 software, which can be used to receive aircraft Mode-Stransponder signals that report the identity, position and speed of aircraft.

GNU Radio support

A lot of excellent applications are built on top of the GNU Radio SDR toolkit, such as Gqrx, a popular general purpose SDR receiver application. There are many others also — some of which that are much more research/engineer focused — and there is a visual editor called GNU Radio Companion that allows you to quickly assemble new signal processing flowgraphs.

To get signals into GNU Radio requires an SDR “source” block. If we had transmit capability also we’d have a “sink” block too. GrOsmoSDR provides these for a variety of SDR hardware, and includes a highly useful FFT display application also. At the time of writing it appears that a fork (special version) of this code may need to be used and details are provided on the SDRplay forums.

Note that building all of GNU Radio itself from source code on a Raspberry Pi is discouraged, since it is a large codebase, would take a long time to build and may sometimes prove problematic. Instead, it is recommended to install GNU Radio and its development files from packages. E.g.:

Then proceed to build gr-osmosdr. In addition it may then be necessary to subsequently build any applications which use this from source also, since if you were to install, for example, Gqrx from the Raspbian package repository, this will pull in the repository package of gr-osmosdr which obviously won’t be built with SDRplay support.

SoapySDR support

SoapySDR is a vendor and platform neutral SDR support library with a modular architecture. The SoapySDRPlay module adds support to it for SDRplay hardware. With these installed it’s possible to then make use of applications which support the SoapySDR API, such as CubicSDR.

To install SoapySDR:

And then to install the SoapySDRPlay module:

At this point if the SDRPlay was connected at the time of installing the driver, it will be necessary to unplug it and plug it back in.

Following which to see if SoapySDR can detect our hardware.

So now that we’ve confirmed that SoapySDR can see our hardware we could proceed to build CubicSDR or some other application that supports the API. However, one particularly nice feature of SoapySDR is that it can be used to make SDR hardware available as a remote network resource.

Remote streaming

SoapySDR remote support enables SDR hardware attached to one computer to be used by an application running on another computer, with tuning and configuration commands — e.g. to select the antenna and set gain etc. — being sent from the client to the server, and raw samples being streamed back to the client where the actual digital signal processing is carried out.

This is quite different to running a software-defined radio application on the Raspberry Pi and then sending the demodulated audio, video or data etc. back over the network. With SoapySDR remote operation, the Pi and SDRplay RSP become a relatively “dumb” network resource — it’s like sharing a printer or a scanner over the network, only muchcooler.

First we need to install the optional SoapyRemote component on our Pi:

At this point we can start the server process manually with:

This will allow us to confirm that it starts without any problems and we will also see debug messages printed out to the terminal as remote client machines connect.

Next we’ll need to install SoapySDR and the SoapyRemote components on our client machine, which could actually be another Raspberry Pi, or more commonly it might be a laptop. Note that this machine doesn’t need the SoapySDRPlay software, since it won’t be talking directly to the hardware and we have this installed on our (first) Pi. So, just repeat 2 of the 3 above install steps.

Once SoapySDR + SoapyRemote has been installed on the second Pi we can confirm that this can indeed access the hardware attached to the first by once again use SoapySDRUtil:

Note that you could specify a name or IP address for the remote parameter.

At this point if everything goes according to plan, the remote hardware should be detected and the SoapySDRServer process should show an inbound connection.

Streaming RF samples over the network is pretty resource intensive and so for this to be reliable we’ll need to configure larger O/S buffers by adding two lines to the end of /etc/sysctl.conf:

This should be done on both the server and client computers. Then to enable SoapySDRServer at boot time enter:

Upon rebooting the new kernel parameters will be applied and the server process will start.

Testing

To test we installed CubicSDR. Since we had the mDNS development library (libavahi-client-dev) installed on both Linux machines when SoapySDR was built, it meant that CubicSDR was able to automatically find the remote SDR on the network. You may note also that here we have the network maximum transmission unit (MTU) set to 4096, which we were able to do because the upgraded Ethernet on the new Pi 3 Model B+ supports “jumbo frames”. This will help to further improve network performance. To set this on the network interface at the command line:

Repeat this on the client computer also, but remember to substitute “eth0” for the appropriate network interface if it is not this.

Finally, upon starting processing we were greeted with a spectrum display, able to (remotely!) tune the radio, select FM demodulation (carried out on the client computer) and listen to signals.

Wrapping up

The hardware and SoapySDR configuration detailed gives us plenty of flexibility. With some applications it may make sense to run the digital signal processing on the Pi with the RSP attached, and then forward demodulated audio, video and/or data over the network. For example, if receiving aircraft Mode-S transmissions you might send the data across to another system, e.g. a database or display, via MQTT or a web API. Whereas audio and video could be streamed over the network.

However, the ability to run the Pi + RSP as a “dumb” server and remotely control this and stream raw samples over the network can prove incredibly useful. For example, if frequently switching from one application to another, or developing a new application in GNU Radio Companion.

Andrew Back

aug 04

ZODigi talkgroep 20411

Het is gelukt. De aanvraag bij BrandMeister voor een DMR TalkGroup voor ZODigi is gehonoreerd!!

De TalkGroup zal niet statisch gekoppeld zijn/worden aan een (DMR)repeater.
De enige toegang tot TG 20411 is dan ook via een (eigen) Hotspot.

Het voornaamste doel is het voeren van lokale QSO’s en uitproberen van Hotspots en Codepluggen. Omdat er verder geen koppelingen zijn kun je hier dus vrijelijk experimenteren…

Meekijken/luisteren

DMR Codeplug

Om TG 20411 – ZODigi te kunnen gebruiken zul je de CodePlug van je portofoon of set moeten aanpassen.

In vogelvlucht gaat dit als volgt:

  • nieuw Contact
  • voeg Contact aan nieuwe Rx Group List toe
  • nieuw Channel
  • voeg als laatste het net gemaakte Channel toe aan een Zone (en eventueel aan een Scan List).

First

De eerste test-verbinding heeft al plaatsgevonden. Natuurlijk met name om te zien of het ook daadwerkelijk functioneert.

Nu het eerste QSO nog …


… de kop is eraf. het eerste QSO over TG 20411 was tussen PB1S en PAØROB

en dan nu wachten op de amateurs die zich nog gaan melden

Who is next??

… het gaat snel …