What Is An Accessible Radio? – Part 3

Part 3

So with the clunky command structure and its output. I decide that some accessibility is better than not enjoying my favourite brand of radio, as I document the FT-991A road to accessibility. As most people use Windows, this guide will use Windows 11 to control the radio. Links and commands will be put on a single line so that they can be copied to the clipboard, Control + c, and paste, Control + v, where possible. To my knowledge the given commands are also true for Windows 10.

I have already provided the link to the hamlib GitHub stable release in part one but here it is again.

https://hamlib.github.io/

On this page use the screen reader search function, (Typically modifier key + “f”) for the words “Current Stable”. Just below that is a link to the current stable release page. At the time of writing it is hamlib 4.5.4. After activating the link of the latest stable release. Again use the search function of the screen reader for w64 if the PC has a x64 processor, or w32 if the processor is a 32 bit processor. Consider downloading the .exe option so that unzipping is not required. If the system allows the downloading of executable files.

As with many open source projects, it is possible to obtain new features that are under active development. Sourceforge hosts daily snapshot builds. I would recommend these builds if the radio is newly supported by hamlib and it is suspected that its support is actively developed. In my case, the FT-991A is marked stable and its support is probably mature. In this case choosing the stable version makes sense.

Here is the bleeding edge builds sourceforge link:

https://n0nb.users.sourceforge.net/

Again use the search function of the screen reader to find w64 or w32 as appropriate for the system being used. Consider downloading the .exe option so that unzipping is not required. If the system allows the downloading of executable files.

Having downloaded a copy of hamlib just press enter and run the downloaded installer. I have not found it necessary to change any of the options and just accepted the defaults of this simple accessible installer.

Now I need to gather some information for rigctl to communicate with the desired radio. Basically the command is rigctl with 3 switches, these are mrs. Which are defined by a preceding dash and I will explain the 3 pieces of information in turn that is required and their correct syntax below.

The installer did not add hamlib to the path so Windows does not know where rigctl.exe is located. So I need to navigate to its location and run the commands from the same folder as rigctl.exe manually. Knowing I will be able to automate the process later.

I Pressed Windows + r.
I typed cmd
I pressed enter
I typed cd c:\
I typed cd prog
I pressed the tab key (Knowing it will auto complete)
I typed ham
I pressed the tab key (Knowing it will auto complete)
I typed bin
I pressed enter.

Notes:
1) I knew if the install has been placed in the Program Files )x86) folder. After pressing tab so that program files appears, I would need to backspace once. Then I would press the spacebar, then the tab key again to auto complete.
2) cmd.exe the program I am using here has a problem with its own back slashes. Therefore, I had to write it out in stages.

Having installed hamlib and navigated to the installed program folder. . I need to find the model number of the radio, to be controlled. Which is for the model switch expressed as “-m”. So that hamlib knows what radio is connected to the computer. By typing “rigctl -l”, the program will return with a complete list of all the radios hamlib supports. As the list is long it is necessary to filter the results by using the pipe symbol sending the output to the find function of Windows. Just like this:

rigctl -l | find “991”

This will list all the listed radios with the string 991. Note that the string needs to be in quotes. Typically there are 2 lines of output giving the model number and its status. Note where the model number 1035 is presented from this example:

1035 Yaesu FT-991 20221104.14 Stable
RIG_MODEL_FT991

Now I have the model number the command looks like this so far. Note the dash before the switch and the spaces between the switch and argument.

rigctl -m 1035

The remaining 2 switches are down to the computer and radio’s configuration. The “-r” switch is the radios location on the computer i.e. what com port has been assigned to the radio. I Made sure the correct driver had been installed, as instructed by the manufacturer of the 991A.

To find the radios com port i.e. its location, I did this:

Ensuring the radio is powered on and connected to the computer with the right cable.
I tabbed until the screen reader spoke “Start Button”.
I pressed the Applications Key alternatively I could have pressed Shift + F10.
Then I pressed the letter m.
Then I pressed tab.
Then I pressed p.
Then I pressed the Right Arrow Key
Then I press Cursor Down through the list of ports in order to observe what com ports have been assigned to the radio and made a note of the port number.

Now the command is looking like this:

rigctl -m 1035 -r com1

If I had wrote the wrong com port number rigctl will just refuse to load. and return me to the desktop.

Now for the final piece of information the speed switch “-s”. This is the baud rate of the radios serial port configuration.

By typing the following command, I was able to establish the range of baud rates the 991 supported as stated in the caps_dump output.

rigctl -m 1035 -u | find “serial”

The find command returned: Serial speed: 4800..38400 bauds, 8N2 CTS/RTS

I found that the wrong baud rate causes Rigctl to take some time to present the “Rig Command” prompt and radio commands will not work.

I simply pressed q and quit rigctl. Then I pressed Up Arrow which displayed the previously entered command. Then I just back space over the baud rate and tried another value from the list below. Guided by the command above caps_dump for the 991 and observed that the baud range was 4800 – 38400. The caps_dump will be explained in the next part of this guide.

I notice immediately when I had the correct value as the “Rig Command” was immediately displayed. I pressed the letter ‘f’ and the radio returned the current frequency. I made a mental note of the successful baud rate of 4800.

Standard Baud Rates include:
1200
2400
4800
9600
14400
19200
38400
57600
115200

These were taken from:
http://www.ece.northwestern.edu/local-apps/matlabhelp/techdoc/matlab_external/baudrate.html

Now my command is complete and looks like this:

rigctl -m 1035 -r com1 -s 4800

In the next part I will generate a few useful files and write a batch file to automate the process so that pressing enter on a batch file starts rigctl and connecting to the 991A, right from the desktop.

What Is An Accessible Radio? Part 2

Why not use Rig control and Seek Another Option

As discussed in the opening blog entry on accessible radios. I pointed to the HamLib Libraries as a means of using the CAT interface. Well there are a number of drawbacks to using rigctl.

For a portable situation extra power source and a laptop is required. Adding to weight and bulk.

For me the major drawback is the values that are returned. As yet, I can get a signal strength reading but it is not in ‘S’ readings but in dB values. Typically a non active part of a band might be something like -22DB. Some values such as those for Noise reduction are given as 0.0256. So it is not immediately obvious how to set these values as the range of adjustment is not always clear. RF Power is 0 – 1 for the FT-991A. These are the raw values that are returned by the radio. These ranges should be recorded on the caps_dump for each radio supported by hamlib. However, such documentation has been left behind in some cases.

What Is An Accessible Radio?

Blind radio hams (sometimes known as White Stick Operators) often discuss what is an accessible radio. It is great to have radios like the Kenwood TS-590SG with the additional voice chip. Which is a welcome addition to the blind hams’ shack. If that ham has an interest in HF of course. There is so much going on on UHF and VHF we are really spoilt for choice now-a-days. Having a fragmented choice of DMR, C4FM, D-Star and AllStar are just a few to mention.

There have been development of open source projects that have added voice prompts which started with the Open GD-77 Project. There is hope that such projects spread out and voice prompts are considered a necessity for an inclusive design. We are eager to see how the open RTX project develops providing us with even more choice.

But this post is about an option that very few blind hams use or even know about. The HamPod was a great product and loved by its users. The HamPod used the ability to control a radio, not from the front panel but from a computer aided transceiver (CAT) interface. Usually a socket on the back panel. There are many commonly used programs that take advantage of this CAT interface behind the scenes. Commonly known as the back end. An open source project called “HamLib” provides an interactive console program called rigctl (Rig Control). Therefore, by using this program we can control a wider range of radios than those with speech support as long as the manufacturer provides a CAT interface and of course, the extent of that control is designed and implemented by the manufacturer. In addition, firmware updates might improve or even extend the capabilities of the CAT interface.

There is another advantage to the blind ham using the CAT interface. That is that of continuity. With rigctl running and I press the letter ‘f’ as a lower case letter. Irrespective of the radio that is connected the response is the same. The current frequency is returned and spoken by the blind ham’s favourite screen reader. The interface is not pretty with many colours. It is a simple command line interface and so easy to use without strange things happening on different parts of the screen. It just sits at the rig command prompt waiting to receive a setting or to give a setting at the users request.

Hamlib is available on several platforms and actively being updated to include new radios and rotators. I believe some scanners are supported too but that would need checking by those interested in such things. As the ham has more of a need for a computer in the shack because of new satellites, Weak Signal applications etc. manufacturers are pushing the boundaries of the serial protocol with enhanced serial ports to respond with agility to demanding applications. All this new found use of CAT control is an advantage to the blind ham. In the following posts I will show examples of what can be done as I work with my new Yaesu FT-991A which is widely considered as an inaccessible radio with a touch screen.

If in the future hamlib doesn’t provide all the control I need. Yaesu have published the CAT command sets. So I could develop my own program should I choose to do so.

The next post will be a demonstration of rigctl in action. Watch this space.

If I have wetted your appetite and you want to get hamlib immediately, here’s a good starting point:
https://hamlib.github.io

Accessibility Evaluation of Gemini HF-1K

Accessibility evaluation of the Linear Amp UK Gemini HF-1K

By Kelvin Marsh M0AID

September 2019

Background

The Linear Amp UK brand is well known in the UK, and reading their history on http://www.linearamp.co.uk reveals they have quite a heritage.

I was having ALC compatibility issues between my previous amplifier and radio, and was actively looking at replacement options. The solid state Gemini HF-1K seemed to tick all the boxes, but as a blind operator I initially had concerns that the amplifier was controlled with a non-accessible touch screen.

New Amplifier Requirements

The primary requirement for my new amplifier was to easily switch between Standby and Run mode. It is necessary to make certain checks and adjustments with low power, and it is best to set the amp to Standby when these are done. I did not want to be poking around a touch screen that gave me no aural feedback when performing such a frequent task.

Having previously used a switch in the PTT line with other amplifiers, I knew there was likely to be an easy way of stopping the amplifier from transmitting. reading the manual, I saw that the HF-1K could be started in Run Mode, and thus having a physical switch to effectively put the amplifier into Standby seemed an ideal solution to toggle between the modes.

A huge plus point for the blind operator is that the HF-1K senses the operating frequency, and has automatic band changing. No need to manually turn knobs, or have electronic interfaces between amplifier and radio.

High on my wish list was the need to have some proper confirmation that the correct band and antenna had been selected. In the past I’ve used an Icom IC-PW1, and this time I wanted more feedback than just listening for relay clicks and other noises. Some kind of voice guidance was desirable.

My final concern was about error handling. The manual explained how the HF-1K handles error trips, and how the resulting messages need to be cleared using the touch screen. The amplifier enters a protection mode when errors are caught, and the operator cannot continue without taking action. In practice my amplifier has never tripped while in normal operation, but it seemed sensible to make sure I could clear messages without using the touch screen.

To summarise my concerns, I didn’t want to be prevented from using the amplifier because there was no way to perform a simple but mandatory step.

Speech Support

Before buying the Gemini, I read the Eham reviews, and saw that Simon G4ELI had written the remote software for the amplifier. After speaking to Roger GW4WND, who builds the HF-1K, and having an offer from Simon G4ELI to add Speech Support to his software, I felt confident to place an order.

The amplifier took about 2 weeks to arrive, and Simon G4ELI sent me the first version of the Speech Support software on the same day. Fantastic!

Gemini HF-1K Front Panel

The Gemini HF-1K Amplifier front panel

Gemini HF-1K touch screen

Close up of the front panel touch screen, simple, logical and concise

Audio Demonstration

I’ve now had the Gemini HF-1K for a couple of months and I am delighted with it. You can hear my audio review and demonstration by clicking the following link:

Gemini HF-1K MP3 Audio Demonstration

Full Speech Command List

===============
Ctrl+’A’ Select antenna A
Ctrl+’B’ Select antenna B
Ctrl+’C’ Select antenna C
Ctrl+’D’ Clear trip
Ctrl+’1′ Select band 1.8 MHz
Ctrl+’2′ Select band 3.5 MHz
Ctrl+’3′ Select band 5 MHz
Ctrl+’4′ Select band 7 MHz
Ctrl+’5′ Select band 10 MHz
Ctrl+’6′ Select band 14 MHz
Ctrl+’7′ Select band 18 MHz
Ctrl+’8′ Select band 21 MHz
Ctrl+’9′ Select band 24 MHz
Ctrl+’0′ Select band 28 MHz
Ctrl+’X’ Select band 50 MHz
Ctrl+’O’ Toggle speech support
Ctrl+’P’ Report peak power
Ctrl+’S’ Report status
Ctrl+’W’ Report SWR
Ctrl+’T’ Report temperature
Alt+’R’ Switch mode to Run
Alt+’S’ Switch mode to Standby

A Description of Yaesu FT-M100DR/DE for the blind – Not Technical but Tactile

Let’s start with the front Panel Button Layout

Top Left On / Off / Lock

Below Volume control

Below are a row of buttons easily identified because of the casing either side of them. From left to right they are;
1 Band A / B, 2 TX Power, 3 VFO / Memory, 4 Mode, 5 Group Monitor, 6 Squelch / Digital Voice, 7 Back, 8 Settings DSP.

Top Right, 1 Megahertz step.

Below a ratchet selection knob.

At first unpacking the transceiver I thought it to be quite odd. The top has a raised area that contains the speaker. The front panel feels like a bolt on being considerably taller than the height of its body. Further more the body is metal wile the front panel is a plastic box. I haven’t seen a radio before also that has a power cord fixed to the radio. Although, this is a short wire with a connector at the end. In the box was a long power lead to connect to this pigtail. Considering the back panel. I have never seen a radio with a fan housing sticking out of the back. This design has the advantage of providing a recess so that antenna, headphones and data plugs and leads cannot be crushed against anything behind the radio.

Included in the box was an extension lead for the front panel. By pressing a hard to find button on the left front side of the radio the front panel can be removed. In fact, this is necessary to do in order to attach the microphone. Critics have argued that Yaesu should have also included an extension lead for the mic as if the extended front panel lead is used the mic is likely to require an extension too. There are three other metal parts in the box. One bracket that saddles the radio body and a 3 sided bracket that is for the front panel. There is the traditional mic clip too. In addition there are other little odds and ends such as an adapter to be used if using a mono extension speaker.

The FT-M100 dimensions are 165mm from front to back, 135mm across the front and 40mm tall.

So How Accessible Is The FT-M100?
Sadly, the first time the radio is turned on or a factory reset has been performed. The radio demands the entry of a callsign. This process is not intuitive nor does it speak. I did complete it with support from an AIRA agent via an internet video link. However it was painfully slow owing to the brightness of the LED panel. The default is max brightness. I have turned the brightness down to about half way (Settings Menu 1) and agents don’t have difficulty reading the screen via an iPhone camera. The app seeing AI provides some useful feedback but not enough to change settings in the menus independently.

The manual suggests that if the FVS-2 voice board is fitted the frequency will be read on demand. This may be true if menu 12 voice guide is set to manual however, the other buttons don’t speak. The default is auto. Which means that the two buttons VFO A / B and VFO/ Memory read the new state. Using the mic to input a frequency or a memory number are spoken too. Because of the variety of tones used many of the buttons provide useful orientation. e.g. the TX Power button provides three tones the high power tone is higher in pitch than the other two tones.

Yaesu provide software to clone the radio settings and write them back to the radio free of charge. The software appears to be quite accessible. My Windows 7 machine assigns a com port and I can set it within the software. The lead is provided and my Windows machine did not require a driver. I understand that when I use a Windows 10 PC I will need to use a dedicated driver as it uses a Prolific driver, which Windows 10 replaces with a universal driver I can read from the radio and fill a data sheet with current settings. By loading the software and after checking the com port settings are correct I select read from radio. A dialog appears stating the steps that need to be taken. Select menu 13 then 7 for clone. The radio asks for direction i.e. from radio to other. Then the insecure nag are you sure with the default on cancel. One click anti-clockwise of the selector knob moves focus to OK. There isn’t much time after pressing enter on the PC’s keyboard and then quickly finding the Settings / DSP button on the radio I can start the read from radio process. After the write to PC the screen returns to the main screen having exited the menu system. NVDA reported an error although there was no dialog on the screen. By pressing the right arrow it moved focus from VFO A to VFO B and a simple press of the tab key enabled me to curser through those frequencies I had programmed into the radio. I am going to spend some time amending my data and try to write it back to the radio.

Regarding the supplied six pin mini din USB data lead, SCU-20. Thee socket is on the back panel left-hand side of the fan and underneath the power cord which is not the easiest of locations. By exploring the six pin plug I can feel a flat on the shroud and opposite that flat is a groove. This flat is at twelve o’clock and the groove at six o’clock orientation to go into the socket.

I believe the SD card slot is behind the front panel as well as a selector switch for firmware updates. There is also a reset button and another firmware switch under a rubber bung on the top left-hand side near the front of the radio’s outer casing. Also behind the front panel is where the mic socket is located mentioned earlier. Menu item 13 is where the current versions of firmware are stated.

In summary:
This differently shaped transceiver is the most accessible Yaesu I have looked at. Sadly there is a lot of room for improvement to match the competition, in terms of accessibility. The radio is quiet usable on a day to day basis. But when a blind user needs to set up a new or reset radio. Or even a simple adjustment to a menu setting sighted support is a must. Having said which, I have always been a Yaesu fan and I love this radio I think it is great value for money and is a keeper.

My sincere thanks to John KD8PC who created an audio demonstration of the FT-M100 which can be found on the blind hams archive. I would suggest anyone seriously considering this transceiver to listen to John’s demo. Thanks John for your support and for taking the time to create your audio demonstration because I would not have known about this little beauty.

73

M0EBP

Assembling the Tigertronics SignalLink USB with a Plug ’n’ Play module without sight!

Things have been a little hectic in the shack lately. Today I took delivery of a Tigertronics SignalLink USB. This device is what is needed to engage with digital data modes. If you don’t have a TNC or such device. The SignalLink is a sound card for the PC or Mac to handle digital data modes. Because it is a box that is hooked up to a radio. Various jumper configuration settings have to be made appropriate to the radio being used. Included is a bag with small coloured bits of wire to configure these jumpers. Alternatively, Tigertronics have created Plug ‘n’ Play modules for specific radios and it is recommended to purchase a module at the same time as the SignalLink USB. Thus there’s some assembly to do. There are plenty of warnings of how delicate these jumper modules are and need careful handling. With the help of a sighted friend I was able to assemble my device myself using a plug ‘n’ play module for my radio.

I have rushed this recording because I did not want to forget any detail. In the hope that it will be of use to anyone who takes pride in doing things for themselves when they can and this is easy to do to those who can be gentle. Tigertronics module site: http://www.tigertronics.com/slmodules.htm

Wednesday 13 March 2019 with more to come.

Listen to a description of the Tigertronics SignalLink USB and assembling it with a Plug ‘n’ Play module. Enjoy!

M0EBP

Radioddity GD-77S Introduction and Demonstration Using A Hotspot

Radioddity GD-77S and the Sharkk RF OpenSpot 2
An Introduction To DMR by Gena, M0EBP, from a blind person’s perspective!

February 2019

Background

I hope you enjoy these recordings that I have put together after exploring DMR for a few weeks within early 2019. The GD-77S software is V1.1.10, Windows 10 and Jaws 2018..

The zipped bundle is available to download in the Related Downloads section below, and a description of the audio files and some useful DMR links follow:

Apologies for unwanted background noises during recording.

Audio Recordings included in the bundle

001_GD-77S_OS2.mp3
As an introduction Gena describes the Radioddity GD-77S and more.

002_GD-77S_OS2.mp3
Gena opens the software and creates a code plug with just one analog repeater keeping it simple to get started.

003_GD-77S_OS2.mp3
Incomplete! Gena opens GB3PP using the GD-77S.

004_GD-77S_OS2..mp3
Gena adds talk groups to the code plug. TG9 and TG 9999 for the OS2 and TG91 World Wide talk group. Not forgetting to unlink..

005_GD-77S_OS2.mp3
Gena struggles with the OS2 interface using the Chrome browser and Jaws. Hopefully it is clear that important settings should match in the modem and connectors sections of the interface. Remember to save after making changes.

006_GD-77S_OS2.mp3
Gena takes a tour of the code plug and discusses Brandmeister and Phoenix servers and how 2 different numbering systems are linked for UK users.

Additional Files included in the bundle:

demo4-v1.dat
Minimal entries: GB3PP TG 91 WW TG 9999 Echo and TG 4000 Unlink.

Demo6-v1.dat
the UK Brandmeister talk-groups listed below. Unlink is on channel 1 of mode 2. GB3PP and GB3RF are 2 & 3 of mode 2 and are untested as yet.

These are the 2 code plugs observed in this project. Having removed my ID.

Useful URLs: (Obtained 6 February 2019)

Essential JAwS Scripts:
http://www.dlee.org/dmr/

Radioddity software download.
https://radioddity.myshopify.com/blogs/all/gd-77s-update-software-v1-1-10

Brandmeister UK, includes a link to get registered
http://www.bm-dmr.uk/dash/

Phoenix UK
http://www.dmr-uk.net/index.php/phoenix/

Open DMR, Phoenix UK and Europe DMR network
https://www.opendmr.net

Northern DMR Cluster
https://www.northerndmrcluster.com/talkgroups.html visit here if you want to view a collection of DMR Plus links i.e. 2350 linked to 4400.

To extend my coverage, view this youtube video
https://www.youtube.com/watch?v=3BPsLLChhlE

Brandmeister Talk-Groups UK: (6 February 2019)
TG 2350 United Kingdom 4400 listen live
TG 2351 Chat listen live
TG 2352 Chat listen live
TG 2353 Chat listen live
TG 2354 Ireland listen live
TG 2355 Scotland listen live
TG 2357 Wales listen live

23500 S.West listen live
TG 23510 S.East listen live
TG 23520 N.West listen live
TG 23527 UK Mil & Vet listen live
TG 23528 UK Hackspace listen live
TG 23529 Bracknell ARC

Disclaimer:

I am still learning about DMR and while I am glad to share my findings I cannot and do not suggest that my understanding is completely accurate. These are my findings as of February 2019.

Enjoy!

Gena

Call: M0EBP
DMR ID: 2346259
Loc: IO83PS
73

Related Downloads

D77S Introduction and demo bundle (download file and unzip)

Kenwood TH-D74 MCP JAWS Scripts

Joe VK5JKS has written JAWS scripts for the TH-D74 MCP program. JAWS is a popular PC screen reader used by many blind amateurs. The JAWS scripts improve the accessibility and usability of the Memory Control program for voice and Braille output. The script file, including instructions, can be downloaded from the following link:

TH-D74 MCP-D74 JAWS scripts.zip by Joe VK5JKS

or the Related Downloads section of the Kenwood TH-D74 page on the Active Elements site.

The script installation instructions are as follows:

Kenwood MCP-D74 Memory Control Program scripts for JAWS for Windows 18 and 2018

Install the contents of this zip file into your JAWS User Settings folder.
TO find this folder on your system:
* Press Windows key.
* Type Utilities.
* Choose Utilities JAWS 2018 (or 18) from the search results.
* Choose Explore My Settings.
* Copy the contents of this folder into the folder which opens.

The path of this folder is typically something like:
C:\Users\YourName\AppData\Roaming\Freedom Scientific\JAWS\2018\Settings\enu

Start the MCP-D74 program.
Use JAWSKey+f1 for screen sensitive help in the application.

Please note that comboboxes in this program are only accessible if expanded. this means that once focus lands on a combobox, you must use alt+down arrow to expand it, and then press Enter once you’ve made your selection.

To report a bug, please write to Joseph Stephen VK5JKS
Joe’s contact details are included in the script documentation

Go4lo Accessibility and Construction Review

Go4lo Audible SWR and Power meter Building and Accessibility Review

By Kelvin Marsh M0AID and Neil Robertson G0ORG

April 2017

Background

IT is a fairly good bet that a radio amateur will, at some stage, want to know if their

antenna is a good match for a given frequency. You could just rely on the internal ATU to make sure the radio sees a 50 ohm match, but the time will come when this is not enough. Therefore, an SWR meter will become an essential item to have in the amateur’s toolbox .

Photo showing the finished boxed unit with foam packing added to keep the battery from moving

The finished boxed unit with foam packing added to keep the battery from moving

A sighted amateur may have several SWR meters, either inserted into the feedline to the antenna, or built into the radio itself. Whilst some modern radios will verbally announce the SWR reading to a blind operator, many will not, and so an external meter giving audio feedback is needed.

There have been some reasonably priced ‘accessible’ meters produced over the years, (See the evaluation of the LDG TW-1 Talking SWR/Power meter), but these have been discontinued. There are also units such as the Power Master 2 from Array Solutions that will read SWR and power when combined with a HamPod, (See the Power Master 2 review), and whilst a terrific solution, it is an expensive option and will set you back the equivalent price of a small amateur transceiver.

My interest was therefore peaked by the Go4lo SWR/power meter from SOTABEAMS. The Go4lo is supplied as a kit and plays audio tones to indicate SWR. LEDs also show power ranges below 5 watts, 5 to 25 watts and from 25 to 100 watts.

SOTABEAMS offer the name of an amateur willing to assemble and calibrate the meter, for anyone unable to do it themselves or find a friend with the necessary skills.

Neil G0ORG offered to assemble and calibrate a Go4lo for evaluation by Active Elements, and describes his experiences building the kit, below.

The kit

Photo showing the many components

The many components

The kit arrived in a Jiffy bag and was well packed. The version of the kit PCB was 2.0 and marked May16. No instructions were supplied with the kit, however a full printable guide was available from the SotaBeam website. The optional hardware pack was well protected and well thought out. A small packet of sweets were included from SotaBeams proprietor Richard Newstead G3CWI, which was a nice touch.

Photo showing the kit parts and enclosure

The kit parts and the enclosure

The size of the finished meter is 110mm wide x 80wide x 40mm deep. It weighs approximately 190 grams when fitted with a 9 volt battery. The box is black and has a transparent lid, the PCB mounted LEDs are viewable through it, the only protrusions are the two BNC sockets and one momentary push switch. The transparent lid is etched with the labelling of the LEDs, the sockets, switch and other details.

Building and testing

The kit was relatively easy to construct and alignment was simple, just requiring an accurate volt meter and a good quality 50 ohm dummy load with a 5 watt transmitter. A small potentiometer is adjusted for correct voltage at two test points, the accuracy of this set up determines the overall later performance. The volt meter needs to have good resolution as the tolerance when aligning is plus or minus 0.05 of a volt. All components are conventional with no surface mount. The Microprocessor is a pre-programmed Pic device.

Go4lo The fully assembled PCB

Photo showing the fully assembled PCB

The PCB is unusually thin, approximately 1 mm, but is of good layout and well annotated. Some of the ¼ watt resistors where a little tight to fit as the resistor component hole spacing is minimal. I had to be careful not to stress them when fitting them. From a previous career spent in the Electronics industry I have experience of fractures that can be caused to components if leads are bent to close to the component body, to make sure I did not do this I formed the leads using needle nose pliers to allow a slight return on the leads.

The fiddly bits are the Toroid transformers and the sampling coax assemblies that pass through them. These form the basis of the SWR Bridge, one for forward and one for reflected power sampling. Each toroid has a specified number of turns and the coaxial cable has to be carefully prepared as per the drawings. Once assembled I opted to hold each of the transformers in place with a blob of hot melt glue.  One component to be careful with when soldering is a voltage converter marked as U1. The legs of this device are very close together and the solder pads are very, very close together.

Photo showing the LEDs during Testing

The LEDs lit during Testing

The PCB mounts on the lid and the PP3 battery is inside the unit, it has a typical battery snap connector lead which is directly soldered into the PCB. Careful removal of the battery when changing it is needed otherwise over time the soldered wires may break at the solder joint.

It may have been better for SotaBeams to have supplied a Molex type two pin connector and header to help with durability here when changing the battery. Care is needed to do so and is quite fiddly.

The battery is located between the PCB and the end of the enclosure to this end the battery has space to rattle around (and jiggle the connector wires). As the device is also intended to be used portable I think a small piece of foam between the top panel and the battery side is a worthwhile addition.

Observations and further ideas

For those with sight difficulties the recommendation would be to get help changing the battery although for permanent use I don’t see why a 9v regulated mains adaptor cannot be used. There is enough space to add a power connector to the enclosure if required.
If the PCB were added to a different hardware box then coaxial leads could be used to connect to SO239 connectors, if required.

There is scope to add a further sound modification if required in place of the 3 power LEDs for the sight impaired, this could be a further tone to indicate some approximation of power level however the levels would remain an approximation as the power resolution between each LED is quite large.

For those who want to measure power exceeding the 110w level (400w for example) there is scope to make a new SWR sampling head and modify to the PCB. The only restriction is that careful modification will need to be made to handle the plus or minus voltage within the maximum voltage tolerances required to create the comparison error measurement. As it is a microprocessor circuit then it would probably be prudent to shield the PCB from the SWR sampling head and use feedthroughs for the voltage measurement connections at these power levels.

Conclusions regarding building and testing the kit

The kit does require a level of skill to construct, especially the transformers and sampling coaxial cable. Some solder joints are close together so good soldering techniques are required. If in doubt I recommend the use of a test meter to check for any solder bridging.

Audio Demonstration

You can hear an audio demonstration of the Go4lo in action here.

Click here for Go4lo MP3 audio demonstration

Overall Conclusions

I think Richard Newstead from SotaBeams has provided a great little item here that has visual impaired accessibility built in, possibly without realising it.

Although aimed at the portable market for SOTA it is ideal for visually impaired Amateurs as the sound is the most important element in this instance. The kit is priced correctly and has been well thought out. All items are of good quality and it was a pleasure to construct. As the clever bit is the Microprocessor there is scope to modify it if needed for further ease of use by visually impaired Amateurs.

The device is useful to any Radio Amateur, during testing I appreciated how quick it was to find a drop in SWR when using an antenna tuner. The unit is very accurate and overall a pleasure to use.

Further notes on usage

Holding the oblong box with the BNCs at the top, the left one is Transmitter and the right is the Antenna.  Just below the two BNC in the middle of the box is a power switch, the unit powers on with a dit dah and powers off automatically with a dah dit a few seconds after no use or if it has not seen any RF.

The power up time can be short if the transmitter is not activated but if it goes off a simple button press puts it back on again.  On power up the red SWR LED blinks then goes off, nothing else is displayed. When power is applied the appropriate power LED, green for 0.25 to 5 watts, orange for 5 to 25 watts or red for 25 to 110 watts light. The red SWR LED flashes in line with the beeps of the measured SWR. Sotabeams claim that the pp3 9v battery will last over a year as in standby it only draws a few micro amperes.

From Sotabeams product information:

Our latest product is something that I have wanted to develop for a long time: it’s an audible SWR-Power Meter. Unlike conventional SWR meters, the Go4Lo indicates SWR by sound. Basically the worse the SWR, the faster it bleeps.

This type of user-feedback makes it much easier to adjust antennas than using conventional SWR meters. If you want to know actual SWR, it is just half the number of bleeps per second (e.g. six bleeps per second = an SWR of 6/2=3:1). To make tuning even easier, the tone of the bleeps reduces below an SWR of 2:1 too giving additional feedback: this SWR meter really lives up to its “Go4Lo” name.

In addition to the audible feedback, we built in two types of visual feedback. Firstly the SWR is indicated by a flashing LED which flashes at the same interval as the SWR bleeps. But that’s not all as we incorporated a three-stage power meter showing 0.25-5 Watts, 5-25 Watts and 25-100 Watts. The transition at 5 Watts is especially useful for QRP operators as it makes setting your power level accurately to 5 Watts, simple.

Power Master 2 and HamPod Accessibility Review

 

Power Master 2 watt meter and HamPod Accessibility Review

By Kelvin Marsh M0AID December 2016Photo of PM2 front panel

Background Photo of Hampod

I have been using the Power Master 2 watt meter (PM2), from Array Solutions, and a HamPod, from Rob K6DQ, for a couple of years. The PM2 and HamPod combine to give a blind operator a talking Power and SWR meter.

Initially, the purchase could be seen as an indulgence, particularly as I also own the LDG TW-1 talking watt meter, but I had a particular requirement, as I wanted to automatically and instantly stop the amplifier from transmitting if there was a mismatch or high VSWR in the system.

The PM2 meets this safety requirement, by being inserted into the electrical PTT loop to the amplifier. If the loop is broken, the amplifier is prevented from transmitting. I have several items in the loop and if any one of them is adjusting or has a problem, the electrical circuit is broken. My PTT loop includes the PM2, the amplifier, the auto ATU and the SteppIR antenna. When a predefined power or SWR value Is exceeded, the PM2 issues an alarm and the loop immediately goes ‘open circuit’.

As I use a SteppIR antenna, the elements automatically adjust to the correct length, and there is normally no need for an ATU. I wanted to be able to switch from band to band, have the antenna adjust, the amplifier automatically switch to the correct band and then be able to transmit without further thought. The PM2 gives me the confidence to do this. I know that if I’ve made a mistake or there is a mismatch or technical issue, the alarm will sound and the amplifier will be by-passed.

Operating

Of course, as well as the safety features of the alarms, the PM2 also gives you accurate readings for Forward and Reflected power and SWR. It is also highly configurable. In practise, I find I am using the PM2 continuously while I am operating. It is a real pleasure to have accurate measurements available, and as the RF power output from the amplifier will vary slightly from band to band, it is great to be able to make sure I’m transmitting up to the power limit, but not over it.

The PM2 is not accessible to a blind operator without the addition of the HamPod. This accessibility evaluation is therefore about how the HamPod interacts with the PM2 and how the visual alarms and configuration are converted to aural tones and speech output.

Visual Description

Chris M5AGG adds further description here and some additional detail of what he sees on the display, from the perspective of a sighted user:

“The pm2 display indicates swr and power simultaneously. Power is displayed by a fast moving bar graph and numerical displays above this show power and swr.

The bar graph is ideal for tuning as peaks in power can be easily followed. The coupler can be sited remotely from the meter connected via a screened audio jack lead. Photo of PM2 coupler

Two couplers can be used with the meter ranging from 3 to 10KW maximum power. Each is supplied with calibration offsets which when set up in the meter menu ensure accurate results. Despite the high 3KW of the lower power coupler, the meter senses maximum power in use, to ensure the bar graph always displays a high resolution, with many segments illuminated whether the power is 50 watts or 3kw.

Also on the front panel are two leds that light up when swr or power exceed preset settings.

The alarms can also break the ptt line to avoid any damage that may occur. Settings can be adjusted via the menu button on the front panel.
The owner’s callsign can also be displayed too, but as soon as RF flows this is replaced by the bar graph.”

Audio Demonstration

Writing this review, it seemed like a very good idea to reread the documentation for the PM2 and HamPod, and the first thing that struck me was the joy of having the HamPod manual in text format! Quite refreshing not to have to convert documentation, so it can be read by a PC screen reader.

I’ve recorded a series of short demonstrations, looking at different aspects of the PM2 and HamPod, and you can download the zipped MP3 files here:

PM2 and HamPod audio Demonstration

The MP3 tracks are:

1 General Description 3:04
2 Basic Operation 8:24
3 Audio Tuning Mode 8:16
4 PM2 Configuration 13:25
5 HamPod Configuration 7:34

Conclusions

The Power Master 2 is a useful addition to the shack, and highly desirable for anyone running high RF power from an amplifier. When combined with the HamPod it becomes very accessible for a blind user, and Rob K6DQ has again done an amazing job in making the meter ‘talk’. I know that Array Solutions were very helpful in tweaking their firmware, so Rob could have full compatibility between the devices. The result is superb! I would encourage you to listen to the audio demonstration to learn if the PM2 and HamPod combo will meet your requirements, and if it does, you have the knowledge that it can be fully used by a blind amateur.

Kenwood TH-D74 Accessibility Review

Accessibility Review of the Kenwood TH-D74

Close up photo of the th-d74 Rig

By Kelvin Marsh M0AID

December 2016

Background

I was contacted by Jim MI0JPC in September 2016, asking if I had any accessibility information on the new Kenwood TH-D74 handheld. The model had been discussed on the Active Elements email group a few weeks earlier, but despite the radio’s obvious potential, no one had any firm details.

The TH-D74 had the prospect of being the first handheld with full speech output and accessibility to D-Star. I have very limited experience of using handheld portable radios, and the low cost handheld I reviewed a few years ago only ’spoke’ the key that had just been pressed. It could not be interrogated further to learn the current frequency, and it left me feeling that only part of the accessibility job had been done.

The Kenwood TH-D74 had the potential to be fully usable by a blind amateur, and the spec was impressive. It is a 2m and 70cm Dual Band handheld with full voice Guidance and D-Star. It has GPS, APRS, wide band coverage, including SSB on 2m and 70cms, and FM broadcast coverage. It would offer a plethora of programming possibilities, without a blind operator having to remember a set number of beeps or clicks.

Basically, the radio sounded like an ideal unit to review for accessibility. I asked Mark M0DXR of Kenwood UK if he would loan me a unit, and I have to say a big thank you to Mark for sending me the review radio for a couple of weeks. To make sure I could get onto the D-Star system I was also loaned a Digital Voice Access Point DVAP by Jeremy G4JZL.

Preparation

Before receiving the radio, it seemed a good idea to prepare myself by grabbing the PDF manual from the Kenwood site. While 99.9% of the manual was easily read by using PC screen reading software, some buttons, such as the arrow keys, are shown graphically as pictures of arrows. When read with a screen reader, a picture is ignored. So, for example, when I read the PDF manual, I learnt that you turn on the power by pressing [ ]. OK, you can work this one out, but if the command involves presses of several buttons that include the arrow keys, and these are being ignored, you cannot learn how to operate the radio.

I can fully appreciate the PDF manual will refer to a button as Menu, because Menu is written on the actual button. Likewise, if an arrow is printed on the real button, it makes perfect sense to show a picture of the arrow symbol in the manual. Sighted readers naturally expect this kind of consistency.

When you consider the tremendous effort Kenwood have gone to in making this radio accessible for blind operators, it is such a shame the manual is so hard to use. It would be incredibly helpful if Kenwood would produce a separate text only manual. The graphics being ignored are a very small number, but nevertheless, crucial!

To get over the immediate hurdle, I extracted the text from the PDF manual into a document, and Steve M6HFH went through it, replacing the blanks with text labels, such as ‘Right Arrow’ and ‘Power On/Off’. Jim MI0JPC has subsequently divided it into separate TXT files for easier navigation.

Discussing this with blind amateurs on the Active Elements email group, folk indeed like using text manuals, particularly for the ability to rapidly navigate and search them. There is general agreement that both PDF and HTML documents work extremely well, if properly structured.

D-Star Operation

I was able to rapidly establish that as a standard analogue multi-mode handheld the D74 has excellent accessibility, but the handheld also offered unparalleled access to D-Star. As primarily an HF operator, I only had a notional idea about D-Star, and I had found it easy to overlook. Having now used it, I’ve come to the conclusion that it is just another way of communicating, but with some great benefits. For one thing, you can talk and exchange greetings and ideas anywhere in the world, do so in audio comfort, and without the need for a large antenna system. This could be a great way of continuing with the hobby if you have severe antenna restrictions or even if you go into a residential home.

Getting D-Star working is a great deal easier if you already know someone using it. Rob G0WSC has been using D-Star for a while, and was able to answer many of my questions. There is a fair amount of new terminology to learn and initially the plethora of connection methods is daunting. This is not just initially daunting for the blind amateur, but seemingly for many operators. Like many things in amateur radio though, the picture becomes much clearer and simpler the more you use it.

As I’m a long way from a D-Star repeater, and very unlikely to be able to access one with a handheld, G0WSC suggested I use a Digital Voice Access Point or DVAP, and connect directly into the D-Star backbone. This means I could bypass the Repeater system. This inevitably means my review of using the D74 might well be different from your experience!

A quick note about the DVAP. I was loaned a 2M DVAP by G4JZL for the period of the evaluation. The DVAP connects via USB to a computer, in my case a Windows PC, and the appropriate software is installed. The Th-D74 then transmits and receives on a simplex frequency, in DV mode, using the DVAP.

The DVAP Windows software is not without accessibility issues. I found the setup screen did not give any feedback , using any of my screen readers. There is a second screen and you can switch to this with Alt+Tab. This screen can be read by screen readers and will show the setup screen, but you must switch back to the first screen to change the input parameters and switch back to the second screen to read any changes!

The salvation of the DVAP software is that once setup is complete, no further changes are needed. I just ran the software, tabbed twice on the unreadable screen, and pressed Enter. The connection was opened. I could then switch to the second screen and get feedback if required.

Audio Demonstration

In previous accessibility evaluations I’ve written a lot, and recorded a little. This time it seemed sensible to record as much of the Voice Guidance of the TH-D74 as possible, and this actually became a collection of short recordings that now total about 80 minutes. I have placed the separate MP3 tracks into a zipped file, available from the following link:

TH-D74 MP3 Audio Demonstration

The separate MP3 tracks are:

1 General Description 5:57
2 Introduction to Menus 3:12
3 Frequency Input 2:32
4 Squelch 1:21
5 Power Adjustment 0:40
6 Dual Band Operation 6:47
7 Memories 7:01
8 Programmable Function Keys 4:14
9 FM Repeater setup 3:39
10 DVAP 9:22
11 D-Star through DVAP 28:0
12 D-Star through Repeaters 8:10

The only key combination I will mention here is how to turn on the Voice Guidance. Simply hold the Hash key when you power on the radio.

Conclusion

If you haven’t listened to the audio tracks, you’ll still want to know if the radio is accessible. With some minor accessibility exceptions, the radio is brilliant. Not only does it give unparalleled feedback to the usual analogue operation, it includes full access to D-Star. I was unable to try APRS and the MCP programming software in the limited time I had the radio. I switched on the GPS function so I could use the Nearby Repeaters list, but I did not pursue further investigation of GPS features, beyond this.

The review radio had version 1.0 of the firmware, and at the time of writing, version 1.04 is available. Future firmware updates hopefully also give the possibility of further accessibility improvements.
Once again, Kenwood have approached accessibility very seriously for the blind operator, and done an impressive job.

Related Downloads

TH-D74E Tactile Layout and RTF Manual with Replacement Text Labels
TH-D74E Separated Text Manual

TH-D74 Menus from Ivan ZL1IA
TH-D74 MCP-D74 JAWS scripts written by Joe VK5JKS
TH-D74 Accessibility Guide written by Joe VK5JKS

TS-590SG MP3 Manual recorded by Ian DJ0HF

An unabridged MP3 recording of the Kenwood TS-590SG operating manual has been added to the Active Elements site. You can find the manual in the Recordings/Manuals section or at the foot of the TS-590 accessibility review under the Related Documents Heading. The recording has been narrated and produced by Ian DJ0HF, and each chapter has its own individual MP3 track. Just download the Zipped archive and listen to the tracks using your favourite MP3 player.

JJRadio Accessibility Review

Review of JJRadio Rig Control and Monitoring Program

By Richard B. McDonald KK6MRH

December 2014

Overview

This is a review of the JJRadio rig control and monitoring program created by Jim Shaffer KE5AL. Presently, JJRadio is designed for the Kenwood TS-2000, Kenwood TS-590 and the Elecraft K3. The program allows control of frequency, mode, memories and many other features of these transceivers. In addition, it provides accessible S-meter, SWR and other readouts. JJRadio works with Windows Vista, Windows 7 and (although not tested) Windows 8. The program is entirely operational with the keyboard. F1 lists all of JJRadio’s keyboard commands.

As a new (and blind) ham, I find JJRadio extraordinarily easy to use and powerful. Jim is blind, and so the program has specifically been written with accessibility paramount. Also, instead of trying to accomplish many rig control and monitoring functions, JJRadio focuses on the primary rig control and monitoring functions. That is, instead of trying to be a jack of all trades, JJRadio is a master of the rig control and monitoring functions hams commonly use. I have both the Kenwood ARCP-2000 (for rig control and monitoring) and the Kenwood MCP-2000 (for memory management) programs. JJRadio is way more intuitive, accessible and useful than those programs.

For this review, I am using a Kenwood TS-2000 connected to my PC running Windows 7 Professional 64-bit. JJRadio does not use Braille or speech directly. Instead, it relies on your screen reader to manage those devices. I use JAWS 13, and do not read Braille.

Finally, this review focuses on the rig control and monitoring features of JJRadio. While the program also has logging, CW, Pan Adapter and other features, these are not reviewed here. However, below in the “Related Links” section is a link to a complete help webpage where these and other program features are completely covered. There is also a link to an extremely accessible TS-2000 manual Jim created in HTML format.

Setting Up JJRadio

After installing JJRadio, the first time you start the program a few configuration screens appear. Basic information like your name, call sign, QTH and license class are entered here. Passing through the Log Characteristics and Braille options, add yourself as the Default Operator. Next comes the Rig Information dialogue.

For rig information, first enter a rig name (merely as an alias to reference your radio). Then, choose your rig model from the list box. The model selection determines the communication parameters. Although you can change many of these communication parameters, I just went with the defaults. Note that the only thing you can do with a “Generic Rig” is send commands to the radio and observe the raw output from the rig.

Finally, select a com port from a list of ports available on your system; which should already be set up. If it is not, you can cancel out and come back to this later from the Actions menu. Again, unless you changed the baud rate at the rig, use the default value. Typically, the first rig you enter will be the default rig. Tab to and press the “Last one” Button. That’s it, you’re done!

JJRadio’s Main Window

The Main Window is composed of several fields. These vary according to the operating mode (e.g., USB, FM, etc.). The first two (and always present) fields are 1) the S-meter and frequency display and 2) the operating mode. These fields are followed by several other fields, which depends on the mode you are in. For example, if you are in FM mode, you will have other fields for Offset, Tone and so on. You will not find these fields if you are in, for example, USB mode. These other fields are discussed below.

At the bottom of the Main Window there are always four fields: 1) SWR, 2) Receive Text, 3) Sent Text and 4) Status. The SWR field displays the SWR value. The Received Text field is only used to display direct commands output from your rig. When in CW mode, typing text into the Sent Text field will send the characters. The last field is the Status field, which displays information JJRadio reads from your rig.

The S-Meter and Frequency Display

The S-meter and frequency display is the first item in the main window. No matter where you are in the Main Window, F2 takes you here. Actually, it is one text box with several fields. This is where you will want to be for most operations. Basically, there are two blank spaces separating each field within this display. Below is a table schematically showing how this display is laid out for the Kenwood TS-2000:

 

RECEIVER S-METER SPLIT Vox VFO/Mem FREQUENCY OFFSET
xx yy T t A, B or M mm.kkk.hhh + or –

 

The Receiver field indicates which receiver you are on, main or sub. These are the two left-most characters within this display. The first character is PTT and the second character is control. “mm” would indicate that both PTT and control are on the main receiver. It would show “ss” if PTT and control were on the sub receiver. Toggling PTT also changes control, but control toggles independently of PTT. Note that these 2 characters are rig dependent, and are different (like for the Elecraft K3) or not present at all (like for the Kenwood TS-590).

The next field to the right is a numeric value for S-meter. It typically ranges from zero to nine, but a read of 10 means 10db over S-nine and so on.

Moving again to the right, the next field indicates if you are in split mode. If you were, it would indicate “T.” If you were not in split mode, this field is not present at all. JJRadio fully supports split operations, but I will not get into all that here. However, the help webpage goes into this thoroughly.

The next field to the right is the vox setting, “v” if on, blank if not.

Then comes the VFO/memory field, “A” or “B” for the VFO, or “M” for memory mode. See the Tips and Tricks section below for more about the “M” setting.

Next, just to the right of the VOX field is the frequency field. It is shown in the format mm.kkk.hhh; MHZ, KHZ and HZ respectively. I really like that I can adjust my frequency down to the hertz level so easily here. I cannot do this at all with the main tuning dial. Also, the frequency rounding that occurs if I use the TS-2000’s MFC knob cannot help either if I am trying to tune anywhere between the rounding steps.

Finally, the right-most field is the offset direction. It is either a plus (+) or a minus (-). If you are not in FM mode, this field is not present at all.

What makes JJRadio so powerful, easy and accessible is how all these fields are adjusted. You can use your keyboard to change any of the fields within the S-meter and frequency display. For example, if you place the cursor on any digit of the frequency and use the up and down arrow keys, it will change that digit one at a time. Try placing the cursor on the “A” (for VFO A). Press the space bar and notice you switch to the next VFO, “B” for my TS-2000. The up and down arrow keys also rotates between the VFOs. If I move the cursor to the left-most field and character within the S-meter and Frequency Display, I am on “M”: meaning PTT of the main receiver. Pressing “S” or using the arrow keys toggles me over to the sub receiver.

Other Screen Fields

Within the Main Window, tabbing from the S-meter and Frequency Display lands you on the Mode field. This shows the operating mode, which can be changed with the arrow keys. Most of the fields that follow the Mode field are modified with pull-down boxes by using the arrow keys. Among these fields are TX Tuner, RX Tuner, Antenna Tune, Antenna (HF 1 or HF 2), RX Antenna, RF Attenuator, Preamp, Mic Gain, Speech Processing, Processor Input/Output Levels, Low/Hi Filters, Noise Reduction and Power Output Level – to name a few. Many of the fields that follow the Mode field are themselves mode dependent; meaning that only fields relevant to the selected mode are shown. Also, these fields may be accessed directly by using JJRadio’s Screen Fields menu.

Memories

When you start JJRadio, the rig’s memories are loaded. The program has a memories dialogue accessed by pressing ctrl+M. This dialogue cannot be accessed until all the memories are loaded. The Status field, the last field in the Main Window, displays “memories are all loaded” when that is the case. If you try to use the memories dialogue beforehand, you just see a message telling you the memories aren’t loaded. Loading the memories typically takes about 10 seconds.

The memories dialogue displays a list of the memory numbers on the left and a bunch of memory fields on the right. You are initially placed in the memories list, at the memory your radio is set to, or was last set to. At the top of the screen is a button that initially says “Include empty memories”. You can get there easily with a back-tab. By default, only used memories are shown. If you click this button though, it’ll then say “Only used memories”, and all memories, used and empty, are displayed. If you want to add a new memory, you must show empty memories.

You can navigate the memory list with the arrow keys or the page up/down keys. Each list item shows the memory number and either the memory’s name, or the frequency if it has no name, or the word “empty” if it’s empty. The fields displayed to the right reflect what’s in the currently selected memory, and you can tab through them.

On the bottom of the screen are some buttons. Press “Change” if you have modified data in the memory’s fields. If you go to another memory or exit the dialogue without pressing the “change” button, no change is made. As the name implies, “Set from VFO” sets the selected memory to whatever the VFO is on. “Delete” empties the selected memory. “Done” exits the memories dialogue as if Escape were pressed. Also, if you are focused on a list item, just press enter to go to that memory. You will leave the memories dialogue, and the rig is set to memory mode at the selected memory. See the Tips and Tricks section below for a nifty way to access memories directly from the S-meter and Frequency Display.

TIPS AND TRICKS

I have purposely not gone through the program menus for JJRadio itself because they are so simple and intuitive. There are only three: Actions, Screen Fields and Help. The Screen Fields menu can move you quickly to the selected field of the Main Window. Frankly, I almost never use these menus.

Switching between VFO and Memory Mode

If you are in the S-meter and Frequency Display, and have the cursor on the VFO field (e.g., “A”), pressing “M” switches the rig to memory mode. This field will then show “M.” Then, just to the right of the “M” is the memory number, which you can scroll through with the arrow keys. Likewise, having the cursor on the “M”, and pressing “V” switches back to VFO mode.

RIT and XIT

Not discussed in the section above about the S-meter and Frequency Display (and not shown in the schematic table there) are the RIT and XIT values. These only appear if the RIT and/or XIT is on. The JJRadio help webpage goes into all this.

Scanning

JJRadio provides an excellent scanning feature that allows you to scan between a start and end frequency. It is access with ctrl+S. You can specify the scan step size (in KHZ) and the scan speed (in tenths of a second). The scan speed is the number of tenths of a second to spend on each frequency. While scanning, if you hear something you want to investigate, pressing the “Pause/Continue scan” key (F2) will pause the scan. You can then investigate with the VFO. Pressing F2 resumes the scan where you left off. Ctrl+Z stop the scan. You can also save your scan for later use. This is done from the dialogue where you entered the scan parameters. When saving a scan, you name the scan for future use. Ctrl+shift+U lists the saved scans. Note that if you are using a VS-3 chip, you will want to set the TS-2000’s menu 15 value to “Off” (see next).

Descriptive Menus

Among the handiest features of JJRadio is descriptive access to the Kenwood TS-2000’s menus. That is, you get words like “On” or “Off” instead of “0” or “1.” The rig’s menus are accessed with ctrl+U. This is not to be confused with JJRadio’s menus. Like the memories dialogue, this puts up a list of menu items on the left which you can navigate with the arrow keys. When an item is selected, its possible values are shown on the right; which you can get to by tabbing.

Automatic Frequency Readout

If you are using JAWS 14 or above, you will need to uncheck “Enhanced Edit Support” to get the frequency display to read-out in real time as the BFO changes. Versions prior to 14 don’t have this problem. To uncheck this, use JAWSKEY-F2 and select “Settings Center”. Search for the word “Enhanced”, and uncheck “Enhanced Edit Mode”.

Related Links

JJRadio Download Webpage

JJRadio Installation Instructions

JJRadio Help Webpage

Kenwood TS-2000 HTML Manual

New Kenwood TS-590 Evaluation Section

We have added a new section to the Kenwood TS-590 evaluation page, called ‘Assigning voice parameters to the PF buttons’.

 

Andor PA9D describes how to use the 590’s Menu to assign each of the 3 available voices to the Programmable Function buttons, both on the radio front panel and microphone.

 

The new section has a level 2 heading, for the convenience of screen reader users.

Recent Additions

Thanks to Curtis Delzer K6VFO, we have recently added a fully indexed version of the Kenwood TM-V71A/E manual. The DAISY conversion has added over 600 index markers, and allows easy navigation at 3 levels, Section, Sub Section, and Steps.

The above DAISY recording can be found on the TM-V71E Evaluation page, and from the Manuals page, accessed from Recordings.

You can also use the Search field at the top of each page to find items of interest!

Yagi Multiple Element Comparison

Yagi Multiple Element Comparison

By Kelvin Marsh, M0AID

November 2013

Back in October, following a discussion on the Active Elements reflector, I thought I would try an experiment gradually reducing the number of elements on my beam, and recording the results. I looked for the most distant station I could find, and it happened to be V6P in Micronesia on 20 metres.

The bearing was 22 degrees, and the distance was 8000 miles. Also, this was in the middle of the afternoon, and I would expect him to perhaps be stronger at other times.

The recording starts with the SteppIR antenna using 3 elements, and this is marked on the recording with 3 beeps. I then fully retract the Director, and the result has 2 beeps. Finally, I pull in the Reflector and this has one beep. I then repeat the sequence, but this time pull in the reflector first, followed by the Director. The final 3 beeps indicates a return to 3 elements.

I have to say, the difference is not huge between each retraction, but the difference between 1 and 3 elements is probably the difference between making a successful contact within a reasonable time, or spending significant time calling him without making yourself heard.

By the way, the signal strength on 3 elements was 7, and the signal strength on a single element was about 4. You can judge the readability for yourself!

The MP3 recording can be heard by clicking the following link:
V6P on 20 metres

The following day, I conducted a similar test with KH0M, but this time on 12 metres. The bearing was 30 degrees, and the distance 7500 miles. The entity is the Mariana Islands.

This time I worked him quite comfortably using 400 watts before making the recording. The difference between 1 and 3 elements is much more noticeable. Again, you will hear 3 beeps for the 3 elements, and so on. In the first few seconds you will also hear how I reduce the HF hiss by turning back the RF Gain, and during the two and single element recording you can distantly hear a Brazilian station calling on the frequency from behind me. Using the Director and Reflector dramatically reduces any signal from the back of the beam. Whilst KH0M was actually working split in the recording, attenuating unwanted signals from behind you can be extremely useful.

The MP3 recording can be heard by clicking the following link:

KH0M on 12 metres

Recent Additions

Thanks to the recording skills of Ian DJ0HF and Bill Laurie, we have recently added MP3 manuals for both the Kenwood R5000 and MFJ-998 auto tuner.  We have also added the TS-440S manual in Word document format.

The above MP3 audio and TS-440 document can be found on the Manuals page, accessed from Recordings.

You can also use the Search field at the top of each page to find items of interest!

Accessibility Review of Amateur Contact Log 4.2

Accessibility Evaluation and Demonstration of Amateur Contact Log 4.2

By Kelvin Marsh M0AID

Updated Decemmber 2013

I have been using Amateur Contact Log version 3, better known as A C Log, for about 5 years. The three great features that make AC Log stand out for me, are the integrated Cluster spots, the seamless Log Book of The World transfers, and the automatic callbook lookup.

Scott N3FJP has rewritten A C Log using C#, pronounced as C Sharp, and added several new features. Thus, Amateur Contact Log version 4 was born. In A C Log 4.2, Scott has added vital short-cut commands for blind amateurs using screen readers, and made many changes to greatly enhance the experience for those relying on speech output. Whilst I normally just comment on Ham accessibility on the Active Elements site, it was a privilege to work with Scott, and actively contribute to the AC Log accessibility project.

The Short-Cuts

AC Log is a Windows program, and a screen reader user will now be very comfortable moving through the Menu Bar, and navigating the setup dialogs. In addition, Scott has added several short-cut keys to enhance the operation of the logging area itself.

To access the Main List, use control+Q. This places the focus in the listview, and you can move through the previously logged QSOs with the use of the arrow keys. The Main List speaks perfectly, with column headings ahead of each item, and as a bonus, will read the complete line, even beyond the visible screen. While in the Main List, press the tab key to be shown various options for the selected QSO, including editing and Deletion. Again all of the options have dedicated short-cut keys. Important note, if you are a Window-Eyes screen reader user, you must have version 8.4 or later to read the Main List information in the correct order.

To access the Cluster area, use control+Z. This places the focus in the listview, and you can use the arrow up and down keys to move through the incoming cluster spots. Even though the spots are continually scrolling visually, the keyboard focus remains on the selected spot, even though it may disappear from the display. Again, all of the information for each spot is announced by the screen reader, with column headings. Simply press Enter to move the spot to your logging form, and have your radio automatically change to the frequency and mode.

There are many other accessibility benefits of the V4 rewrite, including the easy access to the Awards tables, and the ability to ‘Tab’ into the Help text in the setup dialogs. These are covered in the Overview recording below.

Usage overview

So far, we have had positive results testing A C Log with Window-Eyes, NVDA, System Access, JAWS, and ZoomText. I usually got a lockup using System Access when Calculating my Award totals, in September 2013, but I think more testing is needed by more experienced SA users.

As always, I would recommend that every user sets up a short-cut from the Desktop, to automatically run A C Log as Maximised. There may still be a need to re-label some fields, depending on the screen reader, and I think we are pushing some of the screen reader boundaries, but I have no doubt any issues can be addressed.

The one thing I’ve seen with my testing, Is that all the screen readers handle the same situation slightly differently. Scott actually installed NVDA to help with his testing, so if you are getting unexpected results, try it with NVDA to figure out what is happening.

Below, you will find three recordings. The first is an Overview looking at the screen reader accessibility of AC Log ‘out of the box’. The second shows some of the basic configuration options offered by AC Log, and how I personally use Window-Eyes to monitor areas of the screen with User Windows and Hot Spots. The third dips a bit further into how you setup User Windows and Hot Spots in the Window-Eyes screen reader.

Although I have used some advanced functions of my screen reader in the third demo, you may find the recordings give you ideas of how to customise your own access software.

Scott also offers many N3FJP contesting programs. These are being rewritten in C# at the moment, and Scott is currently incorporating many of the accessibility changes developed in AC Log.

Finally, if you want to use the integrated Voice Navigation feature offered by AC Log, Scott recommends the latest Wave files are downloaded for the C# programs. There is a link to the files in Related Downloads below.

Amateur Contact Log can be downloaded from:

http://www.n3fjp.com/aclog.html

Related Downloads

AC Log 4.2 Voice Navigation Wave Files (zipped archive)
AC Log 4.2 Overview MP3
AC Log 4.2 Configuration MP3

AC Log 4.2 Window-Eyes Extra MP3