Introduction
This circuit stores a single morse code message as bits in an EPROM chip, the message is sent to a relay which can key a CW transmitter. The keyer can output either a one-shot message such as "CQ DX DE CALLSIGN", or a continuous message. The continuous mode is useful for making low power (QRP) beacons. A One-shot message is controlled by the start/stop buttons, a continuous message is sent by turning on the free run switch. EPROMs other than the 2732 can be used if suitable changes are made to the circuit. For larger EPROMs, just ground the higher order address input lines on the EPROM chip, and wire the appropriate chip select pins for outputs enabled and chip selected.It is also possible to store more than one message in different banks of a larger EPROM, for instance, if a 2764 part were used, the A12 address line could be used to select the upper or lower message.
Theory
The clock oscilator causes U2, a binary counter, to step through some of an 11 bit binary count. This sequence is used to step through the addresses on EPROM U3. Morse code data is stored in the EPROM d0 bit, it is used to turn on and off Q1 and RL1, the keying relay. At the end of a one-shot message, a single 1 bit arrives on U3 pin d1, causing the run/stop flip-flop to turn off, and resetting the U2 counter to zero. D1, C2 and R4 cause U2 to reset when the power is applied. R5 is used to prevent the U3 d1 line from being shorted to +5v when the stop switch is pressed.
Programming the EPROM
The C source code and Unix Makefile are in the file cw2hex.tar.gz (tar.gzip). A DOS executable version of the code is available as cw2hex.exe. It should be possible to compile cw2hex.c on any machine with a C compiler. The C program source files are available if you want to look at the code from your web browser.
C program cw2hex source files in text form for other platforms
(http://www.solorb.com/elect/hamcirc/beacon/source)
cw2hex.exe DOS binary of cw2hex
(http://www.solorb.com/elect/hamcirc/beacon/cw2hex.exe)
No comments:
Post a Comment