Tuesday, February 25, 2020

Wyong Field Day 2020

The Amateur Radio field day at Wyong this year seemed relatively quiet but had some very interesting gear on display.

All sorts of old gear was on display under the awning.


Commercial displays were in a large tent.


Tecsun Radio, who are mostly known for selling shortwave receivers, now have an amateur transceiver, the XIEGU G90, in their range.


The Amateur Radio NSW Home Brew Group had a wonderful display and here's John, VK2ASU, ready to explain the gear.


Recently, John and I, have been experimenting with LoRa transceivers and John showed a short message transceiver system.




Tuesday, January 14, 2020

Downsizing and moving

A few observations.

There is some sort of bag collecting addiction at work here. It became clear when all bags were removed from cupboards and placed on the bed, Kondo style.

After decades at this address in Sydney, we are downsizing, selling and then moving to Melbourne.

It’s been great, but the kids have both grown up and have ended up in Melbourne, so it makes sense that we go there too. I grew up in Melbourne so it will be great to re-connect with old friends there.

We’ve been rattling around in a house much too big for the two of us but of course, having lots of space makes it too easy to accumulate stuff.

Getting rid of things takes work and often costs. I’ve been selling some items on eBay but unless they’re going to fetch over $200 it’s not worth the time and frustration of dealing with buyers and shipping.

I sold an Apple laptop which I had been using as a test machine. The buyer, clearly a dealer, made low-ball offers but eventually won the auction. When he received the laptop, he wrote and said that he’d run the diagnostics and the RAM was bad so he wanted a reduction in price. I was suspicious and simply offered to fully re-fund if he returned it. When it came back, I ran the diagnostic and the RAM is fine. My conclusion is that this is a scam by the buyer to get a better price. This cost me two lots of postage and some mental anxiety.

The local tip won’t take paint. Council collection won’t take building materials or anything smaller than a bread box. Gas bottles can be left at the Swap n Go point at petrol stations. Books go to the local Vincent de Paul shop - who seem happy to have them. The skip bin is filling and happily a bloke turned up in a truck looking for metal.

It’s a weird feeling watching someone go through discarded possessions looking for things he can flip for metal or other value.

Going through all of my possessions, deciding what to keep and what to throw out, is strangely exhausting. Many items trigger memories of one kind or another. I’ve been taking photos of treasured mementos. At this stage of my life, a photo is enough.

There’s a sadness too, finding projects optimistically started but never finished. Clearly the joy for me is in the construction rather than the use of things. Many electronic projects have been left at a point that they just showed that the design was viable. I guess the challenge went out of it right then.

I will miss the big dipole cut for 40m we had here. Hung from a gum tree at the back of the block it had wonderfully low noise. I'll miss the shed, but the van is a decent alternative.

Having let go of most of my possessions I do feel lighter. If I haven’t touched something for years it’s clear I don’t need it. Right now, buying anything seems very un-attractive, I hope this feeling continues.

So many bags! Every size, every configuration. What madness is this?

Monday, December 30, 2019

Arduino Pro-Mini with 900MHz LoRa on board for environmental monitoring

Recently I started playing with LoRa modules for sending telemetry around. Last time I purchased a 433Mhz module and wired it up to an Arduino Nano Pro board but now I've found a board that has both the Arduino and the radio module on the same board. This is the 900Mhz version.


I'm using a temperature, humidity and air pressure sensor that is designed for the M5Stack system, but is easy to use on its own. The transmit side samples the environment and sends a packet with plain text containing the measurements.


One problem I ran in to was that the transmit side would re-boot when transmitting - the USB power isn't enough to handle the current on transmit. The solution is to lower the transmit power or attach a LiPo battery to the board. I turned the power down to 2dBm (from the default of 17).

Even on this very low power the packets can be reliably be received around my home block.


Here it is in action.


The code is simple and as always, my apologies for how it gets mangled by Blogger.

#include "DHT12.h"
//#include //The DHT12 uses I2C comunication.
#include "Adafruit_Sensor.h"
#include "Adafruit_BMP280.h"
#include "SPI.h"
#include "LoRa.h"

DHT12 dht12; //Preset scale CELSIUS and ID 0x5c.
Adafruit_BMP280 bme;

void setup() {
  // initialize both serial ports:
  Serial.begin(9600);
  Wire.begin();
 
  while (!Serial) {
    ; // wait for serial port to connect. Needed for native USB port only
  }

  Serial.println("Setting up LoRa...");
    if (!LoRa.begin(915E6)) {
      Serial.println("Starting LoRa failed!");
      while (1);
    }
    LoRa.setTxPower(2);
    Serial.println("LoRa ok.");
 
    Serial.println(F("ENV Unit(DHT12 and BMP280) test..."));

    while (!bme.begin(0x76)){
      Serial.println("Could not find a valid BMP280 sensor, check wiring!");
    }
    Serial.println("Env sensor ok");
}

void loop() {
    float tmp = dht12.readTemperature();
    float hum = dht12.readHumidity();
    float pressure = bme.readPressure();

    Serial.println("Starting LoRa packet");
    LoRa.beginPacket();
    LoRa.print("Temperature: ");
    LoRa.println(tmp);
    LoRa.print("Humidity:");
    LoRa.println(hum);
    LoRa.print("Pressure:");
    LoRa.println(pressure);
    LoRa.endPacket();
 
    Serial.print("Temperature:");
    Serial.println(tmp);
    Serial.print("Humidity:");
    Serial.println(hum);
    Serial.print("Pressure:");
    Serial.println(pressure);
    Serial.println();
    delay(1000);
}

Australian bush fires mapped

As you might have read, (particularly for international readers), the bush fires this summer in Australia are unprecedented. At the time of writing, more than 1,000 homes have been lost.

Waking in the morning either smelling wood smoke, or seeing the sun obscured by smoke makes me head to one of the maps showing where the fires are.

The most popular source is the Rural Fire Service's Fires Near Me site and app which looks like this.


There are other sites with good information such as the ArcGIS fire map which shows hot spots. This is interesting because the CSIRO is using infra-red data from satellites to map hotspots (which may or may not be from fires).


GeoScience Australia also has Sentinel Hotspots map.


To see smoke, we can use the Bureau of Meteorology's Sat-View site. This works even better if you play the animation.


Another good one is zoom earth.



When the smoke is really bad it turns up on the BOM rain radar site.


Here's some tourists taking a selfie in front of the Sydney Opera House.

(It's there very faintly).

Saturday, December 14, 2019

Australia - still calling 80 years later

This morning on ABC Radio National, Geraldine Doogue's Saturday Extra featured a fascinating panel discussion about what became Radio Australia - which recently celebrated its 80th birthday.


Photo by Mary Anne Waldren.

The panel includes:

Jemima Garrett, journalist and co-founder of Supporters of Australian Broadcasting in Asia and the Pacific

Ian McIntosh, veteran broadcast journalist, news executive and media consultant

David Hua, head of International Strategy at the ABC

Herve Lemahieu, Director of the Asian Power and Diplomacy Programme, Lowy Institute.

Kean Wong, Journalist and author (calling in from Malaysia)

You can listen here.

Sunday, December 08, 2019

WSPR Watch is back

There's a new version in the App Store that corrects the problem we've been having. I'm now working on improvements to the handling of data from PSKReporter and the Reverse Beacon Network.

WSPRnet has been a bit unreliable lately but the latest version of WSPRwatch will now correctly show if the network request times out. I set the timeout to 30 seconds.

Thanks to everyone who wrote in via the app with feedback and suggestions.


Friday, December 06, 2019

WSPR Watch is down

My free iOS app, WSPR Watch, is a convenient way to display data from WSPRnet.org and a few other ham radio sites. The app stopped working last night probably because something changed in the way the site works. I emulate a browser and for some reason this has stopped working.

I'm sorry about this, it was always on the cards. I'm working on a fix and will get it out as soon as I figure out this little puzzle.

Sunday, December 01, 2019

ABC celebrates 80 years of international broadcasting

80 years of international broadcasting by the ABC was celebrated this week at the headquarters in Ultimo, Sydney.

David Hua, ABC Head, International Strategy introduced the event.

Geraldine Doogue was the MC for the evening. She described the International division as “Taking Australian culture beyond its shores”. Doogue described ABC International as the very best of the ABC and said that the people who work in it have a sense of pride in Australia and work out how to present it to the world.

Ita Buttrose, ABC chair, said “The birth of Australia’s international broadcasting service came at a time of global upheaval, uncertainty and disruption. Australia seemed far removed from the epicentre of conflict in Europe, but the technology of cable and wireless brought the war in to living rooms across the country.”

As Ms Buttrose noted in her recent speech at the Lowy Institute, radio technology also gave Australia the opportunity to speak directly, for the first time, to its near neighbours, countering the propaganda and fake news of the day.

Buttrose referred to the book “This is the ABC”, a history by Ken Inglis, where the author noted that following World War II, when it looked like the ABC’s international service would be drastically cut, the government was warned that if Australia gave up its international frequencies, someone else, perhaps the Russians, would move right in. That was enough to change the Government’s mind and in the post war period, Radio Australia flourished as an integral part of the ABC and served as a vital and effective diplomatic tool.

“Just like the early days of international broadcasting, a disruptive world order, rapid technological change, the growing influence of super powers in our region, and the use of media as a geopolitical tool; are all still very familiar to us today.”

The ABC International service of today is quite different to its past. (Hint: much smaller, and lacking shortwave -editor). Some changes are a natural evolution due to technology and audience demographics, but the current form has primarily been brought about by necessity.

However, Ms Buttrose is optimistic about the future. “In recent weeks, both Prime Minister Morrison, and the Minister for the Pacific and international development, Alex Hawke, have spoken of the importance of marshalling resources to engage with and influence the region and the wider international community”.

“The Minister for Foreign Affairs, Marise Payne, has encouraged Australian communities and institutions to take Australian values to the world in the interests of promoting peaceful, open and inclusive international relations”.

Ita Buttrose went on to say “I believe the ABC has a fundamental role to play in achieving these objectives. We are Australia’s trusted voice in Asia and the Pacific. We have a proud record of achievement, telling Australian stories, reporting fairly and fearlessly, presenting Australian culture and education, and delivering valuable information in times of crisis, and we’ve done this for eighty years”.

“Crucially, our point of difference from state broadcasters and other international media is that the ABC has an independence from Government and the longevity to secure a foundation of mutual trust and respect. An unmatched expertise and understanding. We talk with, not to, our neighbours”.

Buttrose argued that if Australia is to step up in the region, the ABC is an existing platform from which to step up.

David Anderson, ABC Managing Director, has recently shown a commitment to international broadcasting by launching an international version of the iview video on demand platform last month.

“ABC’s international services are a national asset and they have been for a vast majority of the ABC’s history. They’ve been connecting with Australians overseas, sharing Australian stories with the world, and letting our neighbours in the Indo-Pacific region know that Australia is a trusted friend. We’ve done that over multiple generations”.

Anderson commented that the international TV service, “ABC Australia”, is available in 80 territories across the Indo-Pacific region. ABC Radio Australia is available via FM relays right across the Pacific. Digital stories published in four languages reach people all over the world through web sites, social media and apps.

“The importance and relevance of international media is as important now as it was on the 20th of December 1939 when Sir Robert Gordon Menzies’ voice echoed across the ionosphere. The more things change, the more they stay the same. Misinformation and fake news are a threat to the rules-based order that we have across the globe”.

Pressure on the ABC and public broadcasting continues.

“Let’s not forget our foreign correspondents who report to and from the region: from the legendary Sean Dorney, Jemima Garrett, Natalie Whiting, Melissa Clarke, and Liam Fox”.

Anderson said “I believe, with the right commitment the ABC can offer even more to the region than what we do now. The question shouldn’t be whether we can afford to have an international media service, but whether we can afford not to”.

My thanks to the organisers for inviting me.

Update

See also "Australia Calling: A look at 80 years of Radio Australia and ABC international broadcasting".

There is a documentary about the history of Australia's international broadcasting. There's even a story about the making of the documentary.

Wednesday, November 27, 2019

Beware of macOS malware

I've always felt pretty safe from malware by running macOS but recently three people I know have found that they have unwanted software on their Macs. In each case, they were tricked into installing software that claimed to be an update to Adobe Flash. I saw this scam recently and I think it was launched from an ad on the page. Here's a screen shot:


checkupdate.mainsourceofupgrade.best yeah right, that sounds legit.

This works I think because we've all been well trained to keep Flash up to date.

The most obvious symptom of the infections I've seen is that your default search engine is changed from Google to Bing. I've no idea why that might be done but perhaps the browser extensions it installs is able to intercept your searches to Bing to better target ads at you.

To check for, or get rid of, this unwanted software, I recommend Malwarebytes which will let you do a scan for free and only asks for money if you want it to remain and keep scanning. This seems very fair to me.

I ran it on my machine and am clean, my neighbour had 17 bad things.


If you choose not to purchase then you can remove it via the Uninstall item in the Help menu.



The malware I've personally seen is "Adware" which seems to install browser plugins to show you more or different ads. It's annoying but the terrifying thing is that once on your computer who knows what it might get a look at.

Apple's macOS is getting more secure with more limits on what applications, including browsers, can access and I support this, despite occasional pain with apps that have to ask for lots of permissions.

Be very skeptical of popups on web sites, or even emails, that ask you to authenticate to install anything.

Saturday, November 23, 2019

ESP32-CAM notes to self

Recently I purchased two ESP32-CAM modules from Banggood for under AU$10 each. There is lots of help on line including the excellent Random Nerd Tutorials site but I ran into a couple of problems. Here's the module I received:


I used the "video streaming face recognition" sample code but it reported that the camera found was not supported until I finally chose the CAMERA_MODEL_AI_THINKER.

Programming was done with an FDTI board running at 3.3V and powering the ESP32 board at 3.3V. When I disconnected the programming link and re-booted it would show "brownout detected". The solution was to set the USB serial board to 5V and power the board from the 5V line.

Finally I was up and running but the image was a terrible blur. Both boards were similarly bad. Close inspection showed that the lens is screwed into the sensor housing. In one case it was fully screwed in and glued. In the other case it was cross threaded and glued. Both were fixed with the help of some pliers.

The image quality is surprisingly good.


Face detection and recognition is pretty useless but amazing that it works at all on a tiny computer. The board also has a microSD socket and there's sample code to detect movement and save images to that card.

ESP32 is a great platform and is supported with the Arduino IDE or platformIO. I tend to get things going with straight Arduino and then move over to platformIO for better editing and features like code completion.

Monday, November 11, 2019

MLA-30 active receive loop antenna

After reading a glowing review of the low cost MLA-30 active receive loop antenna, I ordered one from Aliexpress for just AU$55. Here are my initial impressions.

The components are of good quality and you get a generous run of coax.


The phantom power box is good (although the power LED is very bright). It's powered from a micro USB socket which might add to the noise floor.


I installed it on the balcony on a PVC pipe. I haven't done a good job of getting the steel wire to be circular but it's a good start. At least it has a low wind profile.


Comparison here is rather unfair on 40m as I have an excellent dipole. Here's reception on the dipole.


Here's reception on the loop. The noise floor is certainly higher.


Of course, the benefit of the loop is that it covers all of HF so beats the dipole on bands like 80m.

Here's a snippet of the ARNSW Sunday broadcast received on 80m using the loop.



Connectors are SMA which works well with SDR receivers. Here is a recording of 9MHz shortwave using the loop. It's not as good as my big dipole but I'm really impressed with what you can hear with a small loop on the balcony.


I'm impressed with this receive loop. If you have space for a full size dipole then that's the way to go but if you only have a balcony then this is a great way to listen.

G8jnj has reverse engineered the circuit of the MLA-30 here.

Check out this comparison from "Scanner and SDR Radio" between several receive loops, some much more expensive.


The author has replaced the co-ax with better stuff and used a larger loop.

Thursday, November 07, 2019

13 Minutes to the Moon - interesting podcast

Thanks to talented friend Aidan Roberts, I've just listened to a fascinating podcast series from the BBC World Service called "13 Minutes to the Moon". You can get it by searching in your podcast player or downloading here.

The series tells the story of Apollo 11 but in particular examines the final descent to the moon and the things that went wrong, including communications failure and the 1202 (and 1201) overflow alarms from the flight computer.

As well as different versions of the audio from the mission, there are original interviews with some of those involved. I've read several books about the Apollo program and there was new material for me in this.

The music for the podcast is by Hans Zimmer and he's even interviewed about his memory of the landing. You've got to take podcasts seriously now that they have music composed by the guy who wrote themes for Interstellar and many others.

Saturday, November 02, 2019

First experiment with LoRa transceivers

LoRa is a fascinating radio system for low power but long range digital data communications. Low cost transceivers claim a range of 15km. John, VK2ASU, has been working with these for a few months with an application involving reporting activity at a remote site.

I also came across LoRa when talking with the City of Ballarat for a GovHack story. They put a LoRa Gateway up on the town hall and are using it to collect data from all over town including things like rubbish bins reporting their fullness.

Here's my hardware setup. (Receive and transmit sides look the same).


I'm using cheap Arduino Nano Pros. They need to be 3.3V to talk to the LoRa Module.

The modules I purchased are RA-01 SX1278 on 433MHz. They were AU$8.67 each (but cheaper if you buy 2 or more). For starters I'm using ones with the little spring antennas and obviously better antennas help them go further.



With one at the extreme end of the house to the other here's the received packets.


So none are being lost. I'm not sure if the protocol re-sends if there's no ACK.

The Arduino library is one of the ones available right in the IDE. It is by Sandeep Mistry and the source code and documentation is here. To get started I wired up to Arduino Nano Pros using the wiring diagram from this excellent tutorial. The examples titled "LoRaSender" and "LoRaReceiver" work well and the only change is to set the frequency to 433E6 (meaning 433MHz) on each end.

There are many levers to adjust with LoRa and you can trade of data rate for range. John ASU advises that he uses these settings:

TxPower (20,20);
Spreadfactor (12);
Bandwidth (62.5E3);

I'm just using the defaults for now.

The tutorial mentioned that the 3.3V supply from the Arduino wasn't sufficient and that may be the case at higher transmit power levels, but for me it's working from the VCC line on the board which is powered by the USB Serial board I use.

The LoRa physical protocol

LoRa is a proprietary protocol but, naturally, this puzzle has led to some excellent work to figure out how it works.


On a waterfall, the spectrum shows what people call "chirps", that is the frequency sweeps rapidly up or down. Here's a picture from the GRCon16 video above by Matt Knight.


The receiver looks for the regular header at the top and uses that to sync up with the transmitter before the data packet begins. Note that the image above is vastly expanded. I've tried to view this with an RTL-SDR dongle in SDR# and all you see is very brief signals for each packet.



Friday, October 25, 2019

Review of Australian Broadcasting Services in the Asia Pacific released



The long awaited review of Australian Broadcasting Services in the Asia Pacific has been released and is available here.

The 193 page report has been prepared for the Department of Communications and the Arts. The review was announced in September 2017.

I'm particularly interested in that it specifically includes the role of shortwave broadcasting. Australia has ceased shortwave broadcasts.

An interesting conclusion in the report on page 128 is that the authors estimate that shortwave broadcasts to the Asia and Pacific by Australia have a net economic benefit since 2007-08 of $40.3 million.


Supporters of Australian Broadcasting in Asia and the Pacific (SABAP) (I am a member). Has issued an initial response.

The ASPI Strategist has now published an excellent critique by Geoff Heriot titled "Asia-Pacific broadcasting review misses the point". It's well worth a read.

Thursday, October 24, 2019

ESP32 OLED display of power generated via Fronius inverter

This is a followup to an earlier post where I used an ESP8266 to connect to Wifi and call a JSON web service on my Fronius inverter to show the current power being generated by the solar panels here on the house.

Since then, I've moved on to marvellous little boards that combine an ESP32 with an OLED display.


(Yes, I'm rushing to finish this before the sun goes down).

The Fronius inverter joins the home wifi network and has a simple web service endpoint that returns JSON data.

To compile this you'll need:
Settings in the Arduino IDE are:

  • Board: WEMOS LOLIN32
  • Upload speed: 921600
  • CPU Frequency: 240MHz (WiFi/BT)
  • Flash Frequency: 80MHz
  • Partition Scheme: "Default"
  • Port: "/dev/cu.SLAB_USBtoUART" (Note that I'm on macOS)

Documentation is a bit of a puzzle and some of the examples are wrong for this board. The magic I needed to talk to the display on this board is:

SSD1306  display(0x3c, 5, 4);

To program the ESP32 board from the Arduino IDE, the trick is to click upload and wait until it starts showing "Connecting........_____.". Then hold the "Boot" button, and let go when it starts uploading code.

For my own future reference (and you never know, this might help someone else), here's my code. I was using Arduino 1.8.10 but have now switched to Visual Studio Code with PlatformIO. (Note that Angle Brackets don't work on Blogger so the include files have quotes in place of them). Don't forget to fill in your own WiFi SSID and Password.


#include "SSD1306.h" // alias for `#include "SSD1306Wire.h"`
#include "WiFi.h"
#include "ArduinoJson.h"
#include "HTTPClient.h"

// Fronius Inverter
const char *HOST = "192.168.86.23";
const char *SSID = "XXXXXX";
const char *PASSWORD = "XXXXXX";
const long kMaxPower = 3300; // maximum watt for the bar graph
const int16_t displayWidth = 128;
const int16_t displayHeight = 64;
  
// Initialize the OLED display using Wire library
SSD1306  display(0x3c54);
void connectToWiFi(const char * ssidconst char * pwd);

void setup() {
  // put your setup code here, to run once:
  //Serial.begin(115200);
  display.init();
  // display.flipScreenVertically();
  display.setContrast(255);
  display.setFont(ArialMT_Plain_24);
  display.setTextAlignment(TEXT_ALIGN_CENTER);
  connectToWiFi(SSID, PASSWORD);
}

void connectToWiFi(const char * ssidconst char * pwd)
{
    WiFi.begin(ssid, pwd);
    while (WiFi.status() != WL_CONNECTED) 
    {
        delay(500);
        //Serial.print(".");
    }
    //Serial.print("Wifi connected");
}

void displayThis(String textlong power
{
  display.clear();
  display.drawString(displayWidth / 216, text); // x,y
  const int16_t barHeight = 8;
  
  display.drawRect(0, displayHeight - barHeight, displayWidth, barHeight);
  long barWidth =  power * displayWidth / kMaxPower;
  display.fillRect(0, displayHeight - barHeight, barWidth, barHeight);
  display.display();
}

void loop() {  
  if((WiFi.status() == WL_CONNECTED)) {
        HTTPClient http;

        String url = "http://" + String(HOST) + "/solar_api/v1/GetInverterRealtimeData.cgi?Scope=System";
        http.begin(url);

        // start connection and send HTTP header
        int httpCode = http.GET();

        // httpCode will be negative on error
        if(httpCode > 0) {
            // HTTP header has been send and Server response header has been handled

            // file found at server
            if(httpCode == HTTP_CODE_OK) {
                String payload = http.getString();
                
                // Allocate the JSON document
                // Use arduinojson.org/v6/assistant to compute the capacity.
                //const size_t capacity = JSON_OBJECT_SIZE(3) + JSON_ARRAY_SIZE(2) + 60;
                DynamicJsonDocument doc(900);

                // Parse JSON object
                 DeserializationError error = deserializeJson(doc, payload);
                 if (error) {
                      //Serial.print(F("deserializeJson() failed: "));
                      //Serial.println(error.c_str());
                      return;
                  }

                  // Extract current power generated from the Fronius inverter
                  long generatedPower = doc["Body"]["Data"]["PAC"]["Values"]["1"];
                  String displayedPower = String(generatedPower) + " W";
                  displayThis(displayedPower, generatedPower);
            }
        } else {
          displayThis("HTTP Error"0);
            //Serial.printf("[HTTP] GET... failed, error: %s\n", http.errorToString(httpCode).c_str());
        }

        http.end();
    } else {
          displayThis("Wifi Error"0);
          connectToWiFi(SSID, PASSWORD);
    }
  delay(5000);
}

The sun has come out again!


I've added a bar that shows how much of the maximum output of the panels we're at. Not in the code above but it's pretty simple using the excellent display library.


Update: now building under PlatformIO

I prefer to develop using Visual Studio Code and PlatformIO but initially ran in to trouble getting it to work with the ESP32. This tutorial gave me the key, which is to use the "Espressif ESP32 Dev Module" as the board.

One reason why I prefer using VSC to edit is the excellent code completion:


The Arduino IDE has a lot of weirdness compared to what I'm used to.

Tuesday, October 22, 2019

Multiple Low Earth Orbit satellite service will soon offer global internet access

Low Earth Orbit (LEO) satellites are cheaper to launch than geostationary satellites and, with modern manufacturing, can be cheap enough to make in the thousands.

There are several companies currently launching experimental satellites and it seems that there will soon be ways to get internet access either directly or via a small ground station that relays via local WiFi.

If the satellites are in very low earth orbit, some as low as 200km, the latency can be comparable to ground based internet services.

SpaceX

SpaceX was granted permission to launch 7,000 satellites for Starlink internet provision back in 2018. The full plan involves 30,000 satellites. The plan is offer internet to every part of the earth by having at least one satellite visible at any time. Initial service might start as early as 2020.

There's a rather out of date FAQ here on Reddit.


Amazon

Amazon's Project Kuiper involves 3,236 satellites at various low earth orbit heights. "784 satellites at 367 miles, 1,296 satellites at 379 miles, and 1,156 satellites at 391 miles". Rather than covering the entire globe, they're going for a band north and south of the equator that covers 95% of the population. 

OneWeb

OneWeb provides internet for business jets. Their system is made up of both a swarm of satellites and ground stations.


OneWeb recently completed tests from Seoul, South Korea using just six satellites and showed they could deliver "high-speed, low-latency services at speeds of more than 400 Mbps, enabling the fastest real-time video streaming in Full HD". Latency is reported to be 40 milliseconds but with an average of just 32ms.

Swarm Technologies

Swarm has been granted permission for a constellation of 150 LEO satellites for provision of non-voice Mobile-Satellite Services (MSS). While targeting IoT customers, which suggests low bandwidth. Reportedly 1kbps initially, rising to 2.7kbps. Not much good for internet but useful for tracking and messaging.

New internet competition?

The big question with all of these new options is the price. If players choose to go after the elite end of the market, such as business jets, then it won't affect many of us. If players, as Amazon is reported to be doing, target advanced markets like the US, then this could threaten terrestrial providers.

My hope is that we get services that target under served markets such as outback Australia and the Pacific Islands. Particularly in developing countries prices will need to be low to be affordable.

The equipment needed to talk to low earth orbit satellites must have rapidly steerable directional antennas but just as GPS receivers have become small and cheap, this will also become affordable at scale.

Can satellite internet be blocked?

Some countries filter the internet. Australia is on this list as a surveillance state. Unlike bans on receiving satellite TV (which used to require large dishes that could be seen), it's going to be hard to detect users of satellite internet. Like jamming of GPS, presumably these satellites or the receivers could be overwhelmed by strong RF until they comply with local requirements.

Please let me know in the comments if there are other players I've missed.

Great documentary about "Stuxnet" - "Zero Days"

There's a great documentary made in 2016 called "Zero Days" that I watched on the recommendation of a daughter. It investigates the detection, effect and alleged origin of the internet work publicly called StuxNet but known to the authors as "Olympic Games".

StuxNet was modified to aggressively spread itself but was originally highly targeted at industrial controllers connected to computers running Windows. The specific controllers ran nuclear fuel refining centrifuges.

When activated, the malware would spin the centrifuges until they were physically damaged.

What's interesting about cyber warfare is that it is a new kind of weapon which does physical harm to an enemy without it being obvious what happened and who the attacker was. It's clear that developed countries, with highly connected industrial control grids are highly vulnerable to this new kind of attack.

If our power grid was disabled by an external attacker, (for example), would that prompt a "kinetic" response?

I rented the movie on iTunes and highly recommend it.

Monday, October 14, 2019

Weekend away in the van near Goulburn playing ham radio

Kevin, VK2KB, kindly invited me to stay on a friend's property near Goulburn, south of Sydney. On a hill near the homestead, Kevin had installed a wire dipole for 40m. We added an extra dipole (fan style) for 80m and later Kevin put up another dipole for 160m.

The site seems too close for communication on 40m but 80m and in the evening, 160m was excellent.

Having no mains power and distant neighbours promises low noise and it certainly is up on the hill but closer to the house we found that the power inverter for the home solar system created quite an RF racket.

We put up a 40m dipole closer to the house (and power) which we transmitted on WSPR using an Ultimate beacon 3 and were received widely.

On Sunday we listened to the ARNSW Sunday broadcast from Sydney. You can see some of the antenna work here.


On Sunday evening, reception on 160m was excellent as you can hear here:



Out here, the blocks seem to all be 100 acres and up. I slept comfortably in the van even though the overnight low was 3C.


It was wonderful to meet a few neighbours who have built wonderful houses tuned to their own comfort. Here's Nick's place.


Nick also has built a pizza over out of dirt from an ant mound.


Pretty much everything is re-cycled.

Another neighbour, Michael, (shown at the top right of this post), showed us very interesting VR180 and VR360 movies playing on a Samsung Gear VR.