Friday, April 12, 2019

Cosmonautics day/Yuri's Night

I managed to decode an image from the ISS tonight from the balcony. It was a reasonably high pass but the modulation was down. Nonetheless decoded.


Update 14 April: - The following certificate was received as recognition of the successful reception of the above image. 



Thursday, April 11, 2019

The truth about space junk

I'm a fan of 'Conversations' with  Richard Fidler (and now also Sarah Kanowski).  This week (10th April) Richard's guest was the a space archaeologist, Dr Alice Gorman.  It's a fasinating conversation with mention of Amateur Radio and the Australis-OSCAR 5 satellite.

You can listen to it here!

Richard Fidler and Sarah Kanowski

Monday, April 08, 2019

Out for a Walk

Non AR related but took the opportunity to go out for a walk with Chris this morning.  Darwin is just a great place to live!

Dripstone Cliffs 

Saturday, April 06, 2019

Azimuth and Elevation Rotator - Part 2


After some setup issues the rotator and Gpredict on the Raspberry Pi are now talking to each other.  All that remains is for the electronics to be tidied up, some mechanical work to be completed and then to work out how to mount it, on either a speaker stand or tripod.



Friday, April 05, 2019

Azimuth and Elevation Rotator - Part 1

Over the last few weeks I’ve been spasmodically working on a rotator for my Arrow 2m/70cm (satellite) antenna.  There are two sources of code available that will accomplish what I’m hoping to achieve. One from Anthony Good K3NG (no relation that I’m aware of) and the other is from much nearer to home.

The code that I’m currently using is from Julie VK3FOWL and Joe VK3YSP.  They seem to be heavily involved in the School Amateur Radio Club Network (SARCNET), which has comprehensive build instruction for the Mini Satellite-Antenna Rotator (in several versions).  As is generally the case, I have deviated a little from their plans by using a Arduino Uno rather that a Arduino Pro Micro Board.

The most expensive single component so far is the case (at $34).  The software has several menu items that allow you to test and calibrate the unit. And you can also manually control it by entering the AZ and EL (in degrees with a space between them).  You do this with a RS232 (TTL levels) interface to a PC running a terminal program like Putty or the equivalent on a Raspberry Pi.

One issue was that the USB to TTL fob that I was using, did not drive the Uno RX pin to ground (but only down to about 2.5v).  The RX and TX pins on the Uno are also used for the USB connector and so the RX input requires a little additional encouragement to pull it to Ground. (Note: this would not have been a problem if I had used the Arduino Pro Micro Board.)  I added a couple of  FETs (2N7000) with resistors (10k)  to get the +5 to 0 volts swing required.

Once the mechanical work is completed, I’ll use a Pi running Gpredict ver. 1.4 (already tested) to track the satellites and send the AZ and EL data to the rotator.  Gpredict can also control the radio (taking into account the doppler shift).  At least that what I’m aiming for!  So watch this space!



Note: - In the video, I firstly entered '270 0' before entering '270 45'. You can see this as the rotator does not start to elevate until the second entry is made.


Links