Search results for: satcom

DeFli: A Decentralized Network of RTL-SDRs on the Blockchain for UAV and Satellite Operators

Recently we came across a new project called DeFli and DeSky, which appears to be plans for a decentralized network of RTL-SDRs. The goal of the project is to provide decentralized access to ADS-B and satellite data through the use of RTL-SDR ground stations. The RTL-SDR ground stations upload their data to the DeFli servers and in return ground station hosts receive compensation in DEFLI tokens via the DeFli blockchain.

From the website it appears they are focusing on selling the data to UAV and satellite operators, but there seems to be no reason why it couldn't be used for other purposes too.

The use of crowd sourced RTL-SDR data is nothing new, with successful ADS-B aggregators like FlightRadar24.com and adsbexchange.com already in operation. Projects like SatNOGs also exist which crowd source satellite data. Not to mention other RTL-SDR and radio data aggregators like marinetraffic.com for Marine AIS, amateur.sondehub.org for Amateur Radio Balloons, aprs.fi for APRS, and airframes.io for ACARS, VDL, HDFL and SATCOM data. However, this is probably the first radio data aggregator to incorporate blockchain concepts for host rewards.

In a Reddit Post (now removed but cached on Google), the creators wrote:

There is clearly an appetite from a large number of Helium Hotspot owners to utilize their hotspots for other projects with a view to getting a better ROI on their investment. That being said, I believe it is absolutely just and fair for Nova & the Foundation to take steps to prohibit the LoRa specific hardware from being used by competing projects both from a commercial perspective and also regulatory. Our personal belief is that Nova/Foundation should operate Helium Network as a NaaS and allow these newer "players" to piggyback on the equipment without compromising the regulatory side of things.

From an industry perspective there is of course a frustration at an awful lot of under-used/under-utilized hardware, specifically the CPU modules that remain in short supply, thus limiting the expansion capabilities of a hardware based network.

Likewise whilst Helium IoT paved the way for decentralized networks to become a "thing" there is also the counter-argument now that actually it is incredibly difficult to build a hardware based network because of the growing disdain. Now obviously part of that is linked to failed projects like MXC, Planetwatch and WeatherXM as well as dubious projects like RevoFi.

That brings me on to our project- DeFli (defli.org). I am not going to extol the virtues of the project, all I am going to give is a very brief "blurb". We are building a decentralized network of ground stations for unmanned aircraft to communicate with (to satisfy new legislation) and which will form the basis of an advanced traffic management system.

A "ground station" can be built from any Helium Hotspot without affecting the performance, nor do we utilize the LoRa Concentrator (ADS-B is broadcast over the 1090MHz frequency). To achieve dual "mining" it is simply a case of running DeFli in a Docker Container (can be viewed on our Github) and adding a USB RTL-SDR receiver.

WARNING: As with anything cryptocurrency related, do your own research first before putting any of your own money in. This project could very well be a scam, or it could just be a project in the early stages of getting started.

DeFli Network Homepage

Standalone Windows FengYun-3 & MetOp HRPT Weather Satellite Decoder

Back in June we posted about Alan (@aang254)'s work on porting the GNU Radio gr-hrpt decoder over to GNU Radio 3.8. More recently Alan wrote in and wanted to share the news that he has recently released standalone Windows decoders for the MetOp and FengYun-3 weather satellites.

MetOp and FengYun-3 are both polar orbiting satellites that beam back high resolution weather satellite images. Unlike the NOAA polar orbiting satellites which transmit both the easy to receive APT and more advanced HRPT signal, these only transmit a HRPT signal at ~1.70 GHz, so a satellite dish and motorized tracking mount (or hand tracked) is required. You will also need an SDR capable of receiving over 3 MHz bandwidth such as an Airspy Mini or R2. Alan writes:

I recently got FengYun decoding working after the release of my MetOp decoder a while ago. Since gr-hrpt wasn't usable for Windows user without some major hassle, I made some standalone decoders (Windows builds included in the repo) for both MetOp and FengYun.

Decoding is done by first demodulating with the included flowcharts or @petermeteor's, then processed through the decoder which does Viterbi / Differential decoding. The output then needs to be deframed by MetFy3x or any other software that can do so.

https://github.com/altillimity/Satellite-Decoders

A few images!

https://twitter.com/SamuelArmstro18/status/1285647473881513989
https://twitter.com/ZSztanga/status/1285277472284708865
https://www.reddit.com/r/amateursatellites/comments/hwhb7q/my_longest_fy3b_image_yet_i_got_up_at_430_in_the/
https://twitter.com/HA6NAB_Tomi/status/1285300023350222848
https://twitter.com/ub1qbj/status/1286734822820532224/photo/1

You can learn more about these satellites on USA-Satcom's Cyberspectrum talk and slides.

A Comprehensive Lab Comparison between Multiple Software Defined Radios

Librespace, who are the people behind the open hardware/source SatNOGS satellite ground station project have recently released a comprehensive paper (pdf) that compares multiple software defined radios available on the market in a realistic laboratory based signal environment. The testing was performed by Alexandru Csete (@csete) who is the programmer behind GQRX and Gpredict and Sheila Christiansen (@astro_sheila) who is a Space Systems Engineer at Alexandru's company AC Satcom. Their goal was to evaluate multiple SDRs for use in SatNOGS ground stations and other satellite receiving applications. 

The SDRs tested include the RTL-SDR Blog V3, Airspy Mini, SDRplay RSPduo, LimeSDR Mini, BladeRF 2.0 Micro, Ettus USRP B210 and the PlutoSDR. In their tests they measure the noise figure, dynamic range, RX/TX spectral purity, TX power output and transmitter modulation error ratio of each SDR in various satellite bands from VHF to C-band.

The paper is an excellent read, however the results are summarized below. In terms of noise figure, the SDRplay RSPduo with it's built in LNA performed the best, with all other SDRs apart from the LimeSDR being similar. The LimeSDR had the worst noise figure by a large margin.

In terms of dynamic range, the graphs below show the maximum input power of a blocking signal that the receivers can tolerate vs. different noise figures at 437 MHz. They write that this gives a good indication of which devices have the highest dynamic range at any given noise figure. The results show that when the blocking signal is at the smallest 5 kHz spacing the RSPduo has poorest dynamic range by a significant margin, but improves significantly at the 100 kHz and 1 MHz spacings. The other SDRs all varied in performance between the different blocking signal separation spacings.

Overall the PlutoSDR seems to perform quite well, with the LimeSDR performing rather poorly in most tests among other problems like the NF being sensitive to touching the enclosure, and the matching network suspected as being broken on both their test units. The owner of Airspy noted that performance may look poor in these tests as the testers used non-optimized Linux drivers, instead of the optimized Windows drivers and software, so there is no oversampling, HDR or IF Filtering enabled. The RSPduo performs very well in most tests, but very poorly in the 5 kHz spacing test.

The rest of the paper covers the TX parameters, and we highly recommend going through and comparing the individual result graphs from each SDR test if you want more information and results from tests at different frequencies. The code and recorded data can also be found on the projects Gitlab page at https://gitlab.com/librespacefoundation/sdrmakerspace/sdreval.

SignalsEverywhere: Testing Wideband PCB Antennas from Hex and Flex

In the past we've posted twice about Hex and Flex who has been designing and selling various types of wideband PCB antennas. Previously we saw his wide band vivaldi antenna, and his wideband 400/800 MHz+ spiral antennas.

Now on the latest episode of SignalsEverywhere host Corrosive gives us a brief review of the Hex and Flex antennas, and goes on to demonstrate the spiral antenna in action. In his tests he was able to receive Inmarsat AERO, 433 MHz tire pressure monitors (TPMS), 300 MHz APRS signals, 300 MHz SATCOM, 800 MHz P25 and 1090 MHz ADS-B aircraft tracking signals with the spiral antenna and our RTL-SDR Blog Wideband LNA.

The video also comes with a 20% off promotion code for the Hex and Flex Tindie store. Simply enter the code "signalseverywhere" at checkout.

RTL-SDR Inmarsat, UHF Satcom, P25 and Portapack Hex and Flex Antenna Review

SDR Makerspace Conference to be Held in Switzerland in November

SDR Makerspace is a community based in Greece that is run by the European Space Agency and Libre Space Foundation (who are responsible for the SatNOGS project). It provides funding and resources for Software Defined Radio based space communication projects.

On November 28-29 2019 they are holding the SDR Makerspace Conference in Payerne, Switzerland. The conference is free to register although spaces are limited.

The technical talks during the first day will be:

  • Open-Source SDR Software for Satellite Communications - Alexandru Csete
  • LimeSDR as an enabler for Satellite TV Transmissions - Dave Crump
  • How wide band data converters enable SDR in Satcoms - e2v
  • Teaching SDR: EPFL experience - Bixio Rimoldi
  • Xilinx’s adaptive solutions for SDR application - Georg Hanak
  • SDR Makerspace: Evaluation of SDR Boards and Toolchains - Sheila Christiansen
  • SDR and Amateur radio in space - Michel Burnand
  • SDR Makerspace lightning talks - Multiple Authors

The second day will consist of workshops on using SDRs for satellite communications, and on using the LimeNET Micro and LimeRFE for SDR satcom development.

Exhibitors who will be at the conference.
Exhibitors who will be at the conference.

RTL-SDR.COM GOES 16/17 and GK-2A Weather Satellite Reception Comprehensive Tutorial

GOES 16/17 and GK-2A are geosynchronous weather satellites that transmit high resolution weather images and data. In particular they are far enough away from the earth to be able to take beautiful 'full disk' images which show the entirety of one side of the Earth. As these satellites are in a geosynchronous orbit, they can be counted on to be in the same position in the sky at all times, so no tracking hardware is required and images can be pulled down constantly throughout the day without having to wait for a polar orbiting satellite to pass over like you would with the NOAA APT or Russian Meteor satellites.

With a low cost WiFi grid dish antenna, LNA and RTL-SDR dongle, any home user within the footprint of one of these weather satellites can receive and decode live images directly from the sky. Setting up a station is overall not too difficult, but it can be a bit fiddly with a number of steps to complete. Below is our comprehensive guide. We'll show how to set up a self contained Raspberry Pi based system with goestools (free), as well as a guide for the Windows PC software XRIT decoder (US$125).

We've attempted to make the tutorial as newbie friendly as possible, but we do need to assume basic RF knowledge (know what antennas, SDRs, coaxial, adapters etc are), basic Linux competency for the goestools tutorial (using the terminal, using nano text editor), and basic Windows competency for the XRIT decoder tutorial (unzipping, editing text files, running programs).

Click for the full size image (14MB)
A full disk false color image received directly from the GOES-17 satellite with an RTL-SDR. Click for the full size image (14MB).

There are two fourth generation NOAA GOES satellites that are currently active, GOES-16 and GOES-17. These transmit HRIT signals, and also transmit shared data from the older third generation GOES 15, and Japanese Himiwari8 satellites. At the moment GOES-16 and GOES-17 are producing full disk images every 30 minutes, and close up "mesoscale" shots of the USA every ~15 minutes. GOES-16 (aka GOES-R) and GOES-17 (aka GOES-S) are also known as GOES-EAST and GOES-WEST respectively. At least one of these satellites can be received from North/South America, Canada, Alaska/Hawaii, New Zealand, Eastern Australia and some pacific islands.

There is also the older generation GOES-15 and GOES-14 which have been placed in standby orbits. These transmit LRIT signals which provide images at a slower rate. 

GOES 16/East and GOES 17/West Signal Footprint
GOES 16/East and GOES 17/West Signal Footprint

There is also the Korean GK-2A (GEO-KOMPSAT-2A) satellite which is very similar to the GOES satellites. GK-2A covers countries like India, Asia, Australia, New Zealand and parts of Russia. Note that you may have previously heard of the COMS-1 satellite which used to cover this area. Since July 2019 COMS-1 was replaced by GK-2A. Unlike GOES, GK-2A images are encrypted. However it has been found that "sample" encryption keys found online in demo code work just fine.

GK-2A contains both LRIT and HRIT channels, but at the moment only the LRIT channel can be decoded with the currently available software. The LRIT channel sends full disk IR images every 10 minutes in 2200 x 2200 resolution. Compared to the 5424 x 5424 resolution GOES full disk images, this is smaller, but still large enough to be interesting.

Note that even if HRIT decoding is added by the current software, you would require an Airspy or other wideband SDR as the GK-2A HRIT signal bandwidth is 5 MHz. Also since the HRIT bandwidth is so wide, the signal strength is reduced, meaning that you'll need a larger dish. People who have received the HRIT signal note that a 3M+ sized dish seems to be required.

GK-21 (GEO-KOMPSAT-2A) Foorprint
GK-21 (GEO-KOMPSAT-2A) Footprint

You might ask why bother receiving these satellite images directly, when you can get the exact same images from NOAA at https://www.star.nesdis.noaa.gov/GOES/index.php. Well, you might want to set up your own station to be independent from the internet, or you live in a remote location without internet, or maybe just for the fun and learning of it.

To set up a receiver for GOES 16/17 HRIT or GK-2A LRIT you'll need to purchase a dish antenna such as a cheap 2.4 GHz WiFi antenna, an RTL-SDR, GOES LNA, and a Raspberry Pi if using goestools, otherwise a Windows PC can be used. The total cost could be anywhere from $150 - $200 depending on what pieces you already have available.

Before we start the tutorial, you might want to use an augmented reality Android app like "Satellite-AR" to get a rough idea of where either GOES 16/17 or GK-2A (GEO-KOMPSAT-2A) is in your sky, and if receiving them is even feasible for your location. You'll need to find an area on your land where you can mount a small satellite dish with an unobstructed line of sight view to the satellite (no trees or buildings can be blocking the signal path). If the satellite is low on the horizon (below 25 deg elevation), then things get a little more difficult as you have more obstructions and a weaker signal. But it can still be done, and we're able to routinely get good results at 24.5 deg elevation.

Note that for Europe and Africa, unfortunately there are no satellites that can be received easily with an SDR and LNA. But you might instead be interested in the EUMETCAST service, which can be received from EUTELSAT 10A (Ku band), Eutelsat 5 WEST A (C Band) and SES-6 (C Band) . To receive this service you'll need a DVB-S2 receiver and a satellite dish with appropriate band LNB. You also need a license keys and software which all together cost €100. EUMETCAST reception is not covered in this tutorial, instead see this video.

Continue reading

XRIT Decoder Updated: Improved Image Quality and IR Enhancements

USA-Satcom is the programmer of XRIT Decoder, which is a popular (paid) Windows decoding application for GOES weather satellites. With a WiFi grid dish antenna, LNA and SDRplay, Airspy or even an RTL-SDR, high resolution full disk images of the earth can be downloaded from these geosynchronous satellites. Browse through our previous GOES posts for ideas and various tutorials about setting up a receiver.

Recently, XRIT decoder has been updated and now has improved image quality and an antenna alignment helper tool. A further update also adds improved processing for IR images. Over on the SDRplay forums RSP2user has been testing the updates and writes:

USA- Satcom has just released version 1.4.6985 of the XRIT Decoder software package. New features include:

1) Improved image clarity.

2) An antenna Align Mode feature.
3) And a Viterbi and Eb/No (Energy per Bit to Noise Power Spectral Density Ratio akanormalized SNR) graph over time feature. 

The improved image clarity reduces image artifacts at the Earth-space boundary of the image and improves the overall aesthetics of the colorization of the full disk images. The images are quite amazing. The resolution is far better than what can be shown here due to image size limitations for this site. Below is a full disk GOES 16 image from February 17, 2019 and a corresponding zoomed in portion to get an idea of the resolution and clarity (the actual full disk images are approximately 40MB PNG images each which are much greater resolution than the below image)

The antenna Align Mode is a great new feature that allows users to view the Signal Quality, Viterbi FEC, and Eb/No from a distance using large numeric values. This mode enables users to better view these values when fine tuning adjustments to GOES receiving antennas. The Eb/No and Viterbi graphing enables users to see how well their receiving system is doing throughout the day (e.g., over temperature and while the sun is in alignment with the receiving path).

GOES 16 Received by RSP2User
GOES 16 Received by RSP2User

More updates from USA-Satcom to the XRIT Decoder software with a new patch from today. The XRIT file manager now provides IR image enhancements for GOES Bands 8 and 13. Here are some examples:

G16 CH13 & G16 Band8 Enhancements . Images received by RSP2user.
G16 CH13 & G16 Band8 Enhancements . Images received by RSP2user.

See the post on the SDRplay forums for further details, higher res images and the full update history.

Receiving GOES Weather Satellite Images with GNURadio and XRITDecoder in Windows

Thank you to ON7NDR as well as CM2ESP for submitting and figuring out a way to get GOES 16 decoding working with RTL-SDR using the free XRITDecoder, Xrit2Pic software and GNU Radio for Windows. 

ON7NDR's story is that he wanted to be able to receive GOES 16, but not being familiar with Linux he wanted a Windows based solution. He writes that the credit to finding the solution goes to CM2ESP who has written up a tutorial (pdf) explaining how to set everything up in Windows. ON7NDR has also written a separate complimentary tutorial (docx) that explains some steps in CM2ESPs tutorial a little further and provides a few tips on choosing correct the correct version of GNU Radio. He's also provided a screenshot showing what the correct config file looks like for an RTL-SDR dongle.

We note that for Windows there is also USA-Satcom's XRITDecoder, however this is closed source software which costs $100 USD.

GOES Full Disk Image of the Earth
GOES Full Disk Image of the Earth