21/09/2026 : waiting to validate a later iteration of the PCB before a full description is published.


nb. Prototype version shown
A 2m micro transmitter for casual ARDF events, demonstration or training.
The transmitter is incorporated into the hub of a cross dipole with plug-in antenna elements, and then ready to hang from a tree branch.
Accessible battery which can be removed when unused.
Approximate output 20mW.
Tested range at 2km , audible S5 across a clear path using a simple ARDF receiver.
Sends MO continuously, or either MOe, Moi, MOs, MOh, MO5 in a 1 minute slot. Specific MO ident, is set in eeprom memory, and can be user changed.
Default output is 144.65Mhz from a ICS501 8x multplier using a standard 18.08Mhz crystal.
OFF 5 TX classic format. Transmitter on for 1 minute every 5 minutes. Option to automatically synchronize 5 transmitters sequentially.
ON 2 TX training format. Transmitter on for 1 minute every 2 minutes. (no synchronize option)
(5T and 2TX modes) The transmitter starts immediately. For multiple transmitters, manually switch on each transmitter in order every 1 minute, or switch on using an accurate time piece.
The delay allows the event planner to seed each transmitter without revealing its location before the start of an event.
Requirement- A daisy chain of 2.1mm power plugs, (widely available pre-made). Install a switch on the female socket end, so it can can short and open the lead.
Can be MO, MOe, MOi, MOs, MOh or MO5
By default, the end-of-transmit callsign is set to ‘ARDF’ and is held in EEprom memory. There is no function to enable manual user editing of the callsign. It can however be edited using a PIC programmer.
EEprom memory location 0 stores the MO ident. (eg. MO=0, M0h=04).
EEprom memory location 1 onwards stores the callsign up to a final bit value of ff.
See below for the Morse encloding (HEX), with acknowledgment to VE2EMM for the source code.
eg. G3ZOI is :- 0b 38 13 0f 04 ff
MORSE ENCODING
One morse character per BYTE, bitwise, LSB to MSB.
0 = dit, 1 = dah. The byte is shifted to the right bit by bit, until the last 1 is left, this 1 is an END OF CHARACTER indicator. A maximum of 7 elements can be encoded, (error) is excluded.