Showing posts with label 40m. Show all posts
Showing posts with label 40m. Show all posts

Thursday, April 4, 2013

WSPR service now added to ZR6AIC SDR receivers. (30m and 40m)

WSPR service now added to SDR receivers.

1) I  have added WSPR receivers for 40m and 30m.
You can now have a look at the map for ZR6AIC and all the reception reports.
The WSPR servers is running of the existing webSDR recevers using ALSA I/Q snoop feed split.


Here is some images from my first day of reception.
Last 24 hours for ZR6AIC

Last 10 minutes for the hole world
4/4/2013 at 10:10 GMT

5 Feb 2014 24 Hour ZR6AIC 30m and 40m band (20:36 GMT )

Saturday, January 12, 2013

Add the Asus Xonar D1 sound card to my websdr

Add the Asus Xonar D1 sound card to my websSDR server to widen the 40m Band with to 192Khz

Asus Xonar D1 192Kb Sampling (one A/D stereo input)
  1. The Sound Card has only one A/D input but it has drivers for Linux. (-;
  2. My existing M-audio Delta 44 cards has 4 mono inputs but can be link to give you 2 Stereo inputs. it has only 96Kb sampling capability. (Max webSDR band with would be about 96khz) Where the Asus Xonar D1 will give you the 192Khz band with but uses one PCI slot on your server there for you will run out of PCI slots in your computer if you want to upgrade all your Delta 44 cards to Asus Xonar D1 cards.
Here is my .asoundrc config file with the combination of my M-audio Delta 44, Asus Xonar D1 and on board IXP sound interface. (one IXP, two M-audio and one Asus card)
Here is the Simplified file below this one there is a more complex file with some remapping if you want.


#This configeration file is for sdr server pc.
#This pc has 3 sound cards
# 1) IXP motherboard (1 sterio input and 1 sterio output)
# 2) M44 M-Audio Delta 44 (4 mono inputs and 4 mono outputs)
# 3) Audiophile192 M-Audio Audiophile 192 (2 mono inputs and 2 mono outputs)
# 4) M44_1 M-Audio Delta 44 (4 mono inputs and 4 mono outputs)
# 5) D1 Asus Xonar d1 (1 Sterio input)
# 6) D1_1 Asus Xonar d1 (1 Sterio input)
#************************** pcm definition ************************************
pcm.sdrM44_card {# defining the card to be used
     type hw
     card M44 # this has to be done to force reboot to point to same card
}
pcm.sdrXonarD1_card {# defining the card to be used
      type hw
      card  "D1" # this has to the same as above to force reboot to point to the same card
}
pcm.sdrXonarD1_1_card {# defining the card to be used
      type hw
      card  "D1_1" # this has to the same as above to force reboot to point to the same card
}

#************************* controle section ***********************************
ctl.sdrM44_card {#defining the control interface
     type hw
     card M44 # this has to the same as above
     }
ctl.sdrXonarD1_card {#defining the control interface
     type hw
     card "D1"  # this has to be the same as above
     }
ctl.sdrXonarD1_1_card {#defining the control interface
     type hw
     card "D1_1"  # this has to be the same as above
     }
#******************************** channel dev *****************************
#        0 1   # front left
#        1 0   # front right
#        2 6   # rear left
#        3 7   # rear right
#        4 2   # center
#        5 3   # lfe
#        6 4   # side left
#        7 5   # side right

#****************************** dsnoop ***************************************
pcm.dsnooper_M44 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 4711
         slave {
         pcm sdrM44_card
        rate 96000
         }
}
pcm.dsnooper_XonarD1 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 42229
         slave {
         pcm sdrXonarD1_card
         rate 192000
         }
}
pcm.dsnooper_XonarD1_1 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 72329
         slave {
         pcm sdrXonarD1_1_card
         rate 192000
         }
}

#****************************** recording ***********************************
pcm.sdrM44Record12 { # input input 1 and 2
     type plug
     slave {
     pcm "dsnooper_M44"
     }
}

pcm.sdrM44Record34 { # input input 2 and 3
     type plug
     slave {
     pcm "dsnooper_M44"
     }
}
pcm.sdrXonarD1Record12 { # input input 1 and 2
     type plug
     slave {
     pcm "dsnooper_XonarD1"
channels 2
}
}
pcm.sdrXonarD1Record34 { # input input 3 and 4
     type plug
     slave {
     pcm "dsnooper_XonarD1_1"
channels 2
}
}



The config below also worked but used to much CPU. 

#This configeration file is for sdr server pc.
#This pc has 3 sound cards
# 1) IXP motherboard (1 sterio input and 1 sterio output)
# 2) M44 M-Audio Delta 44 (4 mono inputs and 4 mono outputs)
# 3) Audiophile192 M-Audio Audiophile 192 (2 mono inputs and 2 mono outputs)
# 4) M44_1 M-Audio Delta 44 (4 mono inputs and 4 mono outputs)
# 5) D1 Asus Xonar d1 (1 Sterio input)
# 5) D1_1 Asus Xonar d1 (1 Sterio input)
#************************** pcm definition ************************************
pcm.sdrMIXP_card{# interal sound card
type hw
card IXP #internal sound card
}
pcm.sdrM44_card {# defining the card to be used
     type hw
     card M44 # this has to be done to force reboot to point to same card
}
pcm.sdrM44_1_card {# defining the card to be used
     type hw
     card M44_1 # this has to be done to force reboot to point to same card
}

pcm.sdrAudiophile192_card {# defining the card to be used

     type hw
     card Audiophile192 # this has to the same as above to force reboot to point to same card
}
pcm.sdrXonarD1_card {# defining the card to be used
      type hw
      card  "D1" # this has to the same as above to force reboot to point to the same card
}
#D1_1
pcm.sdrXonarD1_card_1 {# defining the card to be used
      type hw
      card  "D1_1" # this has to the same as above to force reboot to point to the same card
}

#************************* control section ***********************************

ctl.sdrM44_card {#defining the control interface
     type hw
     card M44 # this has to the same as above
     }
ctl.sdrM44_1_card {#defining the control interface
     type hw
     card M44_1 # this has to be the same as above
     }

ctl.sdrAudiophile192_card {#defining the control interface
     type hw
     card  Audiophile192 # this has to be the same as above
     }

ctl.sdrIXP_card {#defining the control interface
     type hw
     card IXP  # this has to be the same as above
     }
ctl.sdrXonarD1_card {#defining the control interface
     type hw
     card "D1"  # this has to be the same as above
     }
ctl.sdrXonarD1_card_1 {#defining the control interface
     type hw
     card "D1_1"  # this has to be the same as above
     }

#******************************** channel dev *****************************
#        0 1   # front left
#        1 0   # front right
#        2 6   # rear left
#        3 7   # rear right
#        4 2   # center
#        5 3   # lfe
#        6 4   # side left
#        7 5   # side right

#****************************** dsnoop ***************************************
pcm.dsnooper_M44 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 4711
         slave {
         pcm sdrM44_card
channels 12
         format S32_LE
         period_time 0
         period_size 512
         buffer_size 4096
rate 96000
         }
         bindings {
                       0 0
                       1 1
      2 2
      3 3
         }
}
pcm.dsnooper_M44_1 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 4771
         slave {
         pcm sdrM44_1_card
         channels 12
         format S32_LE
         period_time 0
         period_size 512
         buffer_size 4096
        rate 96000
         }
         bindings {
                       0 0
                       1 1
                       2 2
                       3 3
         }
}

pcm.dsnooper_Audiophile192 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 47129
         slave {
         pcm sdrAudiophile192_card
         channels 4
         format S32_LE
         period_time 0
         period_size 512
         buffer_size 4096
        rate 96000
         }
         bindings {
                       0 0
                       1 1
         }
}
pcm.dsnooper_XonarD1 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 42229
         slave {
         pcm sdrXonarD1_card
         rate 192000
         }
}
pcm.dsnooper_XonarD1_1 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 42229
         slave {
         pcm sdrXonarD1_card_1
         rate 192000
         }
}

#****************************** recording ***********************************
pcm.sdrM44Record12 { # input input 1 and 2
     type plug
     slave {
     pcm "dsnooper_M44"
     channels 4
     }
ttable.0.0 1
         ttable.1.1 1
}

pcm.sdrM44Record34 { # input input 2 and 3
     type plug
     slave {
     pcm "dsnooper_M44"
     channels 4
     }
         ttable.0.2 1
         ttable.1.3 1
}
pcm.sdrM44Record_1_12 { # input input 1 and 2
     type plug
     slave {
     pcm "dsnooper_M44_1"
     channels 4
     }
         ttable.0.0 1
         ttable.1.1 1
}

pcm.sdrM44Record_1_34 { # input input 2 and 3
     type plug
     slave {
     pcm "dsnooper_M44_1"
     channels 4
     }
         ttable.0.2 1
         ttable.1.3 1
}

pcm.sdrAudiophile192Record12 { # input input 1 and 2
     type plug
     slave {
     pcm "dsnooper_Audiophile192"
     channels 4
     }
         ttable.0.0 1
         ttable.1.1 1
}
pcm.sdrXonarD1Record12 { # input input 1 and 2
     type plug
     slave {
     pcm "dsnooper_XonarD1"
channels 2
}
}
pcm.sdrXonarD1Record34 { # input input 1 and 2
     type plug
     slave {
     pcm "dsnooper_XonarD1_1"
channels 2
}
}

#*************************************linpsk************************************
pcm.LinPSK_Play {
        type plug
        slave {
#************defult atx card**********
pcm "pcm.sdrMIXP_card"
        }
}
#***********************************pnpsk pointing to 30m Band ****************
pcm.LinPSK_Record {
        type plug
        slave {
#************second delta 44 card ****
        pcm "pcm.sdrM44Record_1_12"
        }
}

Thursday, January 3, 2013

New 20m SDR receiver added to WEBSDR

 New 20m SDR receiver added to WEBSDR

(Softrock  receiver) Where can I get a softrock recever http://www.giga.co.za

I have build my first Softrock Ensemble RXTX for the 30m, 20m and 17m bands.
more details on the receiver and the assembly details can be found at http://www.wb5rvz.com/sdr/ensemble/.


Building the Softrock Ensemble RXTX
Testing the Local Oscillatory
Signal is pure sine wave
I had to add a command line utility to the Linux webSDR server to control the frequency of the receiver via usb port with the following program usbsoftrock.
The program can be found on Google code https://code.google.com/p/usbsoftrock/downloads/list
You will need to compile the code before you can use it.
here is the command that you could use after compilation

sudo usbsoftrock status
Version     : 15.12
USB SerialID: PE0FKO-0
Startup Freq: 14.210000 (x 4.00)
Xtall Freq  : 114.285000
Smooth Tune : 3500 PPM
Si570 I2C   : 55 Hex
  BPF Enabled: 0

Set the frequency you require
   sudo usbsoftrock set freq 14.210

The frequency was a few khz lower and I had to calibrate the frequency using the following command. You can retrieve the frequency at which your Si570's crystal oscillates with the command sudo usbsoftrock calibrate

Version     : 15.12
fXTALL = 114.207544

Calibrating the frequency with the value you got above.

sudo usbsoftrock -x 114.207544 set freq 14.125
Version     : 15.12


Checking the frequency. sudo usbsoftrock getfreq

Version     : 15.12
Frequency   : 14.089549 (x 4.00)


here is the command list

COMMAND is one of
  calibrate (may require -s option)
  getfreq
  getregisters
  interactive
  getptt                                 (-h option for Mobo only)
  getkeys                                (PE0FKO+TF3LJ+Mobo)
  gettone
  ptt {on|off}
  set bpf {on|off}                       (PE0FKO+TF3LJ+Mobo)
  set bpf_addr <band> <filter>           (PE0FKO >= 15.12+Mobo)
  set bpf_point <crossover> <f in MHz>   (PE0FKO+TF3LJ+Mobo)
  set lpf {on|off}                       (TF3LJ+Mobo only)
  set lpf_addr <band> <filter>                   "
  set lpf_point <crossover> <f in MHz>           "
  set freq <frequency in MHz>
  set si570_addr <i2c address in decimal>
  set si570_multiplier [band] <decimal factor>  (PE0FKO>=15.12+Mobo)
  set startup <frequency in MHz>         (PE0FKO+TF3LJ+Mobo)
  set xtall <frequency in MHz>           (PE0FKO+TF3LJ+Mobo)
  status

  where TF3LJ = Lofturs AtMega168 derivative
        Mobo  = Mobo 4.3 Project AT90USB162 Firmware

Thursday, October 4, 2012

Configuring the M-Audio (ICE1712 chip) Delta 44 for webSDR

Here is the steps I had to take to get my  M-Audio (ICE1712 chip) Delta 44 sound card working as a SDR input on a Ubuntu Linux computer.
Where can I get a Delta 44 sound cart interface for my SDR http://www.giga.co.za
or if you looking for softrock SDR you also can get it at  http://www.giga.co.za
Here is a picture of my configuration.






1) The Sound card has 4 input and 4 output ports but could only sample at 24-bit/96kHz full-duplex audio. This means I can only connect two softrocks lite II sound cards to my computer. 96kHz is a bit slow but this is all I can afford at the moment. (Need about 192kHz to display the full  40M band).

2) To configure the Delta 44 to be used for WebSDR was not so easy as I thought.

3) Ubuntu Linux is using  ALSA sound drivers for your sound-card interfaces and it took we a lot of reading to understand how it works.

4) My problem was that the webSDR server was only able to read ALSA devices defined as a 3 digit interface. (hw:[INT],[INT],[INT]) where INT must be replaced by integer values (0,1,2,3....) hw,[CARD],[DEV],[SUBDEV].

5) So I jumped right in and installed the Delta 44 card and needed to find out how to map the card input ports to (hw:[INT],[INT],[INT]) for the webSDR server to read the inputs. (to set the Delta 44 card audio levels run this command sudo envy24control) or a another good command is sudo pavucontrol

So the commands to list available ALSA sound input ports is as follows.



sudo arecord -l


**** List of CAPTURE Hardware Devices ****
card 0: M44 [M Audio Delta 44], device 0: ICE1712 multi [ICE1712 multi]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: IXP [ATI IXP], device 0: ATI IXP AC97 [ATI IXP AC97]
Subdevices: 0/1
Subdevice #0: subdevice #0

So the commands to list available sound output ports is as follows.

sudo aplay -l


**** List of PLAYBACK Hardware Devices ****
card 0: M44 [M Audio Delta 44], device 0: ICE1712 multi [ICE1712 multi]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: IXP [ATI IXP], device 0: ATI IXP AC97 [ATI IXP AC97]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: IXP [ATI IXP], device 1: ATI IXP IEC958 [ATI IXP IEC958 (AC97)]
Subdevices: 1/1
Subdevice #0: subdevice #0

So in my case the the M-Audio sound card is 0 and my build in motherboard card Card 1. So we need to find out what is the sub device for this card 0.(What I found is if you reboot your computer the cards mite swap but if you explicit name the card on it's name M44  and not 0 it will always use the correct card)
sudo arecord -L


Home directory /home/anton not ours.
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=M44
    M Audio Delta 44, ICE1712 multi
    Default Audio Device
front:CARD=M44,DEV=0
    M Audio Delta 44, ICE1712 multi
    Front speakers
surround40:CARD=M44,DEV=0
    M Audio Delta 44, ICE1712 multi
    4.0 Surround output to Front and Rear speakers
surround41:CARD=M44,DEV=0
    M Audio Delta 44, ICE1712 multi
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=M44,DEV=0
    M Audio Delta 44, ICE1712 multi
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=M44,DEV=0
    M Audio Delta 44, ICE1712 multi
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
iec958:CARD=M44,DEV=0
    M Audio Delta 44, ICE1712 multi
    IEC958 (S/PDIF) Digital Audio Output
default:CARD=IXP
    ATI IXP, ATI IXP AC97
    Default Audio Device
front:CARD=IXP,DEV=0
    ATI IXP, ATI IXP AC97
    Front speakers
surround40:CARD=IXP,DEV=0
    ATI IXP, ATI IXP AC97
    4.0 Surround output to Front and Rear speakers
surround41:CARD=IXP,DEV=0
    ATI IXP, ATI IXP AC97    
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=IXP,DEV=0
    ATI IXP, ATI IXP AC97
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=IXP,DEV=0
    ATI IXP, ATI IXP AC97
    5.1 Surround output to Front, Center, Rear and Subwoofer speakersSo the IXP sound card is the one on the motherboard.

Ok I now have all the sound card info and need to configure the ALSA sound system environment to expose my sound card inputs as a 3 digit device.(eg hw:0,0,0 .....) I also have a additional requirement where I want to have multiple audio clients connect to the same input.
I want my SDR server to read the audio inputs and I also want my beacon / PSK monitoring application to monitor the SDR output. The sharing of the SDR output will have to be done by Linux application called jack.

The jack server will have to be configured to read SDR audio output and and allow the webSDR and other applications use the same audio stream.

configuring the ALSA file ~/.asoundrc or the /etc/asound.conf to define hardware audio interfaces.
The following options need to be configured in this file.

1) ALSA devices (hardware) and ALSA plugins (software).
2)  Device hw: and plughw: plugin give you access to the physical hardware. Both have as parameters the card (ID string or numerical index)
2) Control interface for the card.
3) Additional plugins for the card.
3.1) mixer, snoop , rate , lost more ......



ALSA recording device name for my M-Audio delta 44 (pcm.sdrM44Record) all 4 inputs
ALSA Playback device name pcm.sdrM44Play all 4 outputs


Here is my configuration file  ~/.asoundrc

#This configeration file is for sdr server pc.
#This pc has 3 sound cards
# 1) IXP motherboard (1 sterio input and 1 sterio output)
# 2) M44 M-Audio Delta 44 (4 mono inputs and 4 mono outputs)
# 3) Audiophile192 M-Audio Audiophile 192 (2 mono inputs and 2 mono outputs)

#************************** pcm definition ************************************
pcm.sdrMIXP_card{# interal sound card
        type hw
        card IXP #internal sound card
}
pcm.sdrM44_card {# defining the card to be used
     type hw
     card M44 # this has to be done to force reboot to point to same card
}
pcm.sdrAudiophile192_card {# defining the card to be used
     type hw
     card Audiophile192 # this has to the same as above to force reboot to point to same card
}
#************************* controle section ***********************************
ctl.sdrM44_card {#defining the control interface
     type hw
     card M44 # this has to the same as above
     }

ctl.sdrAudiophile192_card {#defining the control interface
     type hw
     card  Audiophile192 # this has to the same as above
     }

ctl.sdrIXP_card {#defining the control interface
     type hw
     card IXP  # this has to the same as above
     }

#******************************** channel dev *****************************
#        0 1   # front left
#        1 0   # front right
#        2 6   # rear left
#        3 7   # rear right
#        4 2   # center
#        5 3   # lfe
#        6 4   # side left
#        7 5   # side right

pcm.sdrM44_channel1 {#(only has 4 mono inputs/outputs)
    type plug #
    ttable.0.0 1 # studio monitor ...Delta 1 L
    ttable.0.1 1 # studio monitor ...Delta 2 R
#    slave.pcm ice1712
     slave.pcm pcm.sdrM44_card
}
pcm.sdrAudiophile192_channel1 {#(Only has 2 mono inputs/outputs)
    type plug #
    ttable.0.0 1 # studio monitor ...Delta 1 L
    ttable.0.1 1 # studio monitor ...Delta 2 R
    slave.pcm ice1724
}

pcm.sdrM44_channel2 {#(only has 2 mono inputs/outputs)
    type plug
    ttable.0.2 1 # studio monitor ...Delta 3 L
    ttable.0.3 1 # studio monitor ...Delta 4 R
    slave.pcm ice1712
}

#******************************** dmixer ***************************************
pcm.dmixer_M44 { # slave plugin dmixer
     type dmix
     ipc_key 4714
     slave {
     pcm sdrM440_card
     format S32_LE
     period_time 0
     channels 2 # 4 input
     period_size 512
     buffer_size 4096
     }
#     bindings {
#             0 0
#             1 1
#     }
}
#****************************** dsnoop ***************************************
pcm.dsnooper_M44 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 4711
         slave {
         pcm sdrM44_card
         channels 2
         format S32_LE
         period_time 0
         period_size 512
         buffer_size 4096
        rate 96000
#       ttable.0.0 1 # studio monitor ...Delta 1 L
#       ttable.0.1 1 # studio monitor ...Delta 2 R
         }
         bindings {
                       0 0
                       1 1
         }
}
pcm.dsnooper_Audiophile192 {
     type dsnoop #This plugin splits one capture stream to more streams
     ipc_key 4711
         slave {
         pcm Audiophile192_card
         format S32_LE
         period_time 0
         period_size 512
         buffer_size 4096
         }
         bindings {
                       0 0
                       1 1
         }
}
#******************************* play ****************************************
pcm.sdrM44Play {# ouput
     type plug
     slave {
     pcm "dmixer_M44"
     }
}
#****************************** recording ***********************************
pcm.sdrM44Record { # input
     type plug
     slave {
     pcm "dsnooper_M44"
     }
}

pcm.sdrAudiophile192Record { # input
     type plug
     slave {
     pcm "dsnooper_Audiophile192"
     }
}


In webSDR I just add a device $pcm.sdrM44Record in place of $hw:0,0,0




I got the info from http://www.ruby-forum.com/topic/2162026


here is the jack configuration if you want to add jack.


pcm.jackplug {
 type plug
 slave { pcm "jack" }
}

pcm.jack {
 type jack
 playback_ports {
  0 pcm.sdrM44Play 

  
 }
 capture_ports {
  0 pcm.sdrM44Record

  
 }
}

I will add some more info as I get time.

Friday, August 3, 2012

My WebSDR on 2M Satellite and ISS frequency

I have disabled the 2M SDR until I can fix the adjacent channel interference.
I am only running the 40m SDR for now.



My WebSDR on 2M Satellite and ISS frequency seems to be stable with some adjacent channel interference.
I will try and make some change with a different antenna to reduce the interference.(Eggbeater antenna)
Here is the link http://zr6aic.giga.co.za:8901/
Here is also a very nice link to find out what is herd from a satellite point of view (live Sat DX spot)
 http://www.dxsummit.fi/CustomFilter.aspx?customCount=50&customRange=507

Beacons http://users.iafrica.com/z/zs/zs5s/bulls/BCNQRT.TXT

Tuesday, July 17, 2012

Building my first SDR (Software Defined Radio)

Wow my SDR on 40m is up and running. 

(Softrock  receiver) Where can I get a receiver kit http://www.giga.co.za
Here is the details
Here is the link to to the webSDR server http://zr6aic.giga.co.za:8901/
Add caption
I am starting to build a SoftRock Lite II SDR receiver for 40m Band and will publish my experiences with the construction and testing.
I will use my default Ubuntu sound card that could only sample 96Khz but will be looking for a internal or external sound card that would be able to sample 192khz/24 to replace the 96Khz card to give me bettor bandwidth on 40m.
Here is some pictures during the construction and testing process.




Sort all your components and measure and label them before you start assembly
Check the numbers on the Capacitors carefully


I used Solder paste to put on the surface mount components before I placed them on the board
Her is the PCB with solder paste on IC Pads
Transformer wound


Softrock lite II testing the local oscillator divider on 40m.
28,22 Mhz (40m) Mixer I and Q input signals on scope.



Testing your Local oscillator as in assembly document

Testing the Oscillator

Wounding the inductors. (Keeping track of the amount of wounding is important)



Following the test on the assembly instructions

And some more test





I am still waiting for some toroid rings to complete the Softrock kit but decided to expose my Funcube on the satellite part of the 2M band in the mean time.
I now have two softrock receivers on webSDR receiver (80,40,30,20M bands)
Here is the link http://zr6aic.giga.co.za:8901/

Friday, June 29, 2012

My beta Android Ham App for South African ham's.

My beta Android Ham App for South African hams.

1) Live SARL news
2) Band Plan.
3) Repeater frequency details.

You can download the South African Ham App HERE (for Android 2.2 +)



















Lots to come...

Wednesday, April 18, 2012

Botswana DX expedition

I am planning to go to Botswana from 25 April to 2 Mei and planning to do some DX from there.
I will try and operate on the following frequencies and times.(FT857D) (call sign A25-ZR6AIC)
  1. During the day I will be mobile with vertical on 20m.(On my Hilux)
  2. At night at 20:00 (SA time GMT + 2) I will be operating on PSK and PSKmail 10.148Mhz (Dipole). I will try and send APRS details via PSKmail so you could see my position.
  3. At about 20:30 I will be listening on 40m 7.07Mhz (Dipole)
  4. If PSKmail works you will be able to mail me in Botswana on zr6aic[AT]gmail.com
If I have Internet I will update this post.
http://www.blogger.com/blogger.g?blogID=682099895127146822#editor/target=post;postID=1489050289151511270
(Just waiting for final Approval from Botswana)
Got Approval from Botswana and everything is good, tested my 20M dipole last night and made some small adjustments. 
All went well and I did some contacts in the evening on 20M but had a problem with my audio cable and could not do any digital modes (psk, PSKmail).