FYI: Alternatives to Raspberry Pi for this hobby

Then it is very accurate : ) , according to the In stock column there are not in stock anywhere in Germany or almost anywhere else, for that matter.

I could create a new station without a Pi, and that for US$48 all inclusive (cost of thin client + power supply unit + shipment).

The repurposed thin-client has on-board 16 GB SSD, on-board WiFi and on-board Bluetooth.

I was lucky today, picked up 2 Raspberry Pi’s on the fleamarket today ( it’s Kingsday, a national holiday in the Netherlands with lots of fleamarkets) , € 7,50 per piece, 1 Pi 3 Model B v 1.2 and 1 Pi 1 model B+ v 1.2.

Both are running fine, not a bad bargain for € 15 in total, always handy to have some back-up hardware waiting in the drawer when needed :wink:

4 Likes

Yes indeed, it’s always a good idea to have spares and that’s quite a bargain.

1 Like

Ubuntu 22.04 Server - Preinstalled image

(1) Download Page:

 

(2) Downloaded image

Download Link: 64-bit PC (AMD64) preinstalled server image
image

 

(2) Wrote downloaded image to 16 GB microSD card

image

 

microSD card partitions after writing the image and before first boot

(3) Plugged in (Card Reader+microSD card) in HP Thin-Client T520. Connected Network Wire to Thin-Client and Powered up. Pressed F9 to boot from mass storage device(microSD card)

(4) SSH to Thin-Client

username: ubuntu
password: ubuntu

(5) Configured WiFi

ubuntu@ubuntu:~$ sudo apt update 

ubuntu@ubuntu:~$ sudo apt install network-manager 
ubuntu@ubuntu:~$ nmcli d
DEVICE  TYPE      STATE      CONNECTION
enp1s0  ethernet  unmanaged  --
lo      loopback  unmanaged  --

No WiFi interface detected, though Thin Client has on-board WiFi adapter.

Installed WiFi driver:

ubuntu@ubuntu:~$ sudo apt update. 

ubuntu@ubuntu:~$ sudo apt install broadcom-sta-dkms  

ubuntu@ubuntu:~$ sudo reboot  

After reboot, checked interfaces again

ubuntu@ubuntu:~$ nmcli d
DEVICE  TYPE      STATE         CONNECTION
wlp2s0  wifi      disconnected  --
enp1s0  ethernet  unmanaged     --

Turn on wifi & list available connections

ubuntu@ubuntu:~$ sudo nmcli r wifi on

ubuntu@ubuntu:~$ sudo nmcli d wifi list 

The list command above will bring a list of all active nearby wifi connections, including your home wifi.

Configure your home wifi connection as follows


ubuntu@ubuntu:~$ sudo nmcli d wifi list
IN-USE  BSSID              SSID     MODE   CHAN RATE        SIGNAL  BARS  SECURITY
        00:78:CD:01:D6:46  my_ssid   Infra  1   195 Mbit/s  100     ▂▄▆█  WPA2
        00:0E:F4:FC:58:1D  neighbour Infra  4   270 Mbit/s  100     ▂▄▆█  WPA2
.... ....

Connect to your wifi

ubuntu@ubuntu:~$ sudo nmcli d wifi connect my_ssid password blahblah

Device 'wlp2s0' successfully activated with 'd8f2a59c-9505-4835-8934-a0144d0adec3'.

(6) Install piaware, dump1090-fa, dump978-fa, and piaware-web.

piaware-ubuntu20-amd64

 

(7) Welcome message at boot

~ $ ssh ubuntu@10.0.0.4                                       
ubuntu@10.0.0.4's password:
Welcome to Ubuntu 22.04 LTS (GNU/Linux 5.15.0-25-generic x86_64)                                                            
 * Documentation:  https://help.ubuntu.com                    
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Thu Apr 28 01:23:36 UTC 2022       
  System load:             0.07861328125
  Usage of /:              18.8% of 13.83GB
  Memory usage:            8%
  Swap usage:              0%
  Processes:               117
  Users logged in:         0
  IPv4 address for enp1s0: 10.0.0.4
  IPv6 address for enp1s0: 2607:fea8:4d23:5800::8d68
  IPv6 address for enp1s0: 2607:fea8:4d23:5800:cacb:b8ff:fe1a:ee7c

19 updates can be applied immediately.
11 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable

Last login: Thu Apr 28 02:05:12 2022 from 10.0.0.11
ubuntu@ubuntu:~$

 

(8) Partitioning of microSD card

Before First Boot

 

After First Boot

2 Likes

I don’t NEED any more PCs here but still tempted by these thin clients, particularly as they are fanless and run off a power pack. Browsing eBay at the moment. How do I sneak another box into the house?

1 Like

Offer her a pair of shoes in exchange :rofl: :sunglasses:

3 Likes

Running DietPi amd64 on ThinClient HP T520 using microSD card as External SSD

On my thin client HP T520, I have tried Debian 11.3, Ubuntu Server 22.04, & DietPi, and found that for ADSB, DietPi is better than the other two as it is much lighter and faster than Debian & Ubuntu.

 

 

2 Likes

Interesting subject to talk about. I have plenty of Raspberry Pi’s to do the job but I also have a few older Dell Laptops I repurposed after I had replaced the screens. One is used for Airspy Spyaware server and one for running trunking program with SDR’s for our county’s P25 system.

2 Likes

Silk pyjamas ordered. :grinning:

And one HP630 on its way with 4Gb RAM and 32Gb SSD. Seems to be lots of choice of thin clients on eBay in the UK. I paid £46 for this but could have paid more for a T520!

The T630 seems to be the fastest of the HP clients that is still affordable. Also offers larger expansion of RAM and SSD so a fair price IMHO.

4 Likes

True.
You guys in UK are lucky. We in Canada cannot benefit from this because shipping charges from UK to Canada are very high.

The choices of Thin-Client on eBay from Canadian sellers are ZERO

The choices on eBay from USA sellers are much less than UK sellers, and shipping to Canada is very high (though less than that from UK). This is very irritating as Canada is next-door to USA.

Now we know where all the Raspberries went to :rofl:

I have installed Debian 11.3, dump1090-fa & piaware on the on-board SSD.

However I faced a problem that the Thin-Client went to “suspend” mode after about 15 minutes, and wont come out of it even if I click any key on keyboard, or click mouse, or pressed the power button. When in suspended mode, SSH, piaware, & dump1090-fa stopped working. The only way I could tak it out of suspension was to disconnect then reconnect power.

I disabled “suspended” mode from Gnome settings, as shown below, but suspension did not stop

Screenshot 1: Default Power Setting

 

Screenshot 2: Modified Power Setting

 

I then got fed up and decided to re-install Debian 11.3 , but this time without “Desktop Environment” and “Gnome”, i.e. headless or as Server, as shown below. By this way of installation, the Debian 11 stopped suspending.

 

Installing Debian 11.3 “Headless” (i.e. as Server) on Thin-Client HP T-520

 

 

This “headless” or “server” installation of Debian 11.3 fixed the problem of “suspension”. However I lost facility to configure WiFi and Fixed IP. I solved this by installing Network Manager and run nmtui

sudo apt install network-manager   

sudo nmtui  

image

 

NOTE: Before configuring WiFi by Network Manager as above, I still had to install driver for Broadcom’s on-board WiFi module (BCM43228 802.11a/b/g/n) as shown in this post: Debian 11 - Activating On-Board WiFi Adapter of Thin-Client HP T520

 

 

3 Likes

Running dumphfdl on a thin client

First, the tl;dr version. I installed dumphfdl on the thin client I bought to see how it performed and what I could get in the HF realm with my very modest resources. The unit did not really break a sweat processing signals, though a setup with a more proper HF SDR may extract a few more resources than I experienced. In the end I collected data and got it displayed which is an overall success for me. The quantity/quality of what I got varied a lot, though. End tl;dr.

Second, a more detailed explanation if you are interested. My reasons for the project were several: interest in HFDL, finding a use for the thin client and learning more about SDR which I had minimal knowledge of beforehand. I decided to use only the resources, material & physical location, I had at hand. The setup is the following:

  • Antenna = remnants of a roll of speaker wire purchased in 1985. Length 5.7 meters.

  • Nooelec 1:9 balun

  • RTL-SDR Blog v3 using direct sampling

  • HP T620 thin client

  • Debian (OS), dumphfdl (HFDL processing), combine1090 (data presentation)

Being new to SDR compiling things from source was a learning curve and there were a couple bumps in the road. But re-reading the documentation or a Google search got me back on track. After software installation the next challenge was finding an antenna location in the 4.5mx3.75m spare bedroom which serves as my computer workspace/man cave. My ADS-B setup, antenna and all, is in one corner of this room. I ended up putting the thin client in another corner, running the wire up the center of the room to hang off a hook and back down to the opposite corner. An (almost) inverted V shape.

After starting dumphfdl I soon began to see the limitations of direct sampling to achieve HF reception with the RTL-SDR. I knew about this beforehand, but only from reading about it, not real world experience. While my antenna is simplistic, looking at what I received in GQRX was not too bad. It was the direct sampling with things outside one’s hands – no gain control, aliasing, overloading by strong siganls – which caused performance to be a random event. It was like eating in an Army chow hall. You will take what you get and like it. No complaints allowed. Several bands were just not usable. The 8 Mhz band was really the only one I could reliably get collection from, so I camped out there. Shannon, Reykjavik and (after sunset) Canaries were heard. 1800Z-0600Z was the best window for me.

This is not to say you can’t get data with the RTL-SDR, but keep your expectations low so you will be surprised when you get something interesting. It is cool to see an Air China flight over Russia on HFDL and then see the same plane on your ADS-B feed 2 hours later. Below is a screenshot of as good as it got for me. Time to think about an HF SDR upgrade.

5 Likes

A few follow-up comments on thin client hardware performance vs. signal processing.

My T620 has an AMD dual-core processor @1.65Ghz. Tasking up a set of frequencies in a single HFDL band is between roughly 100khz and 200khz of bandwidth. A sample rate of 250K is sufficient for this scenario and my CPU use was 20%.

If one wants to collect frequencies in different bands concurrently more care needs to be taken. In my situation the Shannon ground station, which provides a large part of the messages I receive, operates often on both 8942khz and 10081khz through the day, Tasking just the frequencies in the 8Mhz band limits the number of aircraft I see. I want both frequencies. Adding 10081khz to the mix increases the bandwidth substantially and has the knock-on effect of taking more CPU (and maybe all).

Using the rule of thumb that 80% of the sample rate will be your available bandwith and my case as an example:

Frequencies desired: 8912 8927 8936 8942 8948 8977 10081

Max freq – Min freq = bandwidth / .8 = required sample rate

10081khz – 8912 khz = 1169 khz / .8 = 1461250

I rounded up the result to 1475000 and used that in dumphfdl for my sample rate. (Note: the RTL-SDR Blog v3 supports sample rates 225K-300K and 900K-3.2M.). My CPU usage is now at 70%. Everything still works and I am happy getting more data, but at this rate my hardware is close to being max’d out. Approx. 1.2-1-4 Mhz of bandwidth is what I can get out of it. Something to keep in mind if you plan to use a thin client for this purpose.

1 Like

So, I could take my DUMPHFDL data and use combine 1090 to display it on TAR1090 map?
Please explain, I am interested.

Thanks.

Combining multiple receivers into one map - Combine1090 - #48 by rugomol plus next few posts.

1 Like

@jaymot responded to your query already and I lifted the idea from a post of his on another thread. :wink: Here is what I did. Replace IP as appropriate. This is way easier than VRS which I never was able to install & gave up.

dumphfdl command line option
–output decoded:basestation:tcp:address=127.0.0.1,port=29109

edit /etc/default/combine1090 to add the following in the section about custom configurations
CUSTOM= 127.0.0.1:29109

This example is just for my HFDL data. Edit combine1090 as needed if you want to view your ADS-B feed also.

1 Like

That’s wrong and unnecessary.

If you have a recent install of combine1090, just adding the option to dumphfdl will be sufficient.
It pushes the data into that port which is by default opened.

The CUSTOM and SOURCES stuff in the config file is only necessary if combine1090 is asked to connect to a server / listen port. It’s not necessary if the data producing application connects to the combine1090 itself.

If your combine1090 has been install for a long time:

sudo rm /etc/default/combine1090

Reinstall combine1090 and the port will be open.

1 Like

I did just that when I first tried to configure & got an error. Then I saw the custom section and figured I needed to use that. Since it worked, I thought that was the key. I must have fat-fingered something the first go around. I have removed the custom bit and yeah, it just works.