Search results
Query: abs d decoder
Links: 2 | Categories: 0
-
Demonstrates an online **CW** audio decoder tool, currently under active development, designed for analyzing and decoding Morse code. Users can upload audio files containing Morse code or record live audio input via a microphone, with processing handled entirely in JavaScript using the Web Audio API. The software analyzes the audio, attempting to determine the pitch and speed, and then decodes the message, providing options to compare the decoded output against a predefined message or a perfectly timed version. The interface allows for setting optional comparison messages, character speed in WPM, and Farnsworth speed. It also features interactive charts for visualizing the audio analysis, where users can zoom with the mouse wheel and pan by dragging. Specific buttons highlight different element types such as intra-character space, inter-character space, extra elements, missing elements, and replaced elements, aiding in detailed signal analysis. Built-in test files are available for immediate analysis, allowing users to quickly evaluate the decoder's performance. The tool is noted to work with specific browsers and is presented as a testing platform for user feedback, indicating ongoing refinement of its decoding algorithms and user interface.
-
The project details the construction of a small, portable **CW decoder** built around an Arduino Nano and an LM567 tone decoder circuit. It integrates an OLED display for output and is powered by a 1200 mAh Li-Po battery. The Arduino Nano is programmed with a modified version of the OST Morse Box firmware, originally based on Budd, WB7FHC's work, provided as a HEX file for flashing. The LM567 output connects to Arduino pin D2, while pins A6 and A7 are grounded due to the absence of potentiometers, simplifying the circuit. Standard I2C connections are used for the OLED: SDA to A4 and SCL to A5. The entire assembly, including the Arduino, OLED, and decoder circuit, is mounted on a perfboard to fit precisely within an old cassette tape box. This design emphasizes portability and compact form factor. Parameters for the decoder can be adjusted using a dedicated Windows Control program, offering flexibility in operation. The resource provides practical insights into adapting existing firmware for specific hardware constraints and achieving a self-contained, battery-powered **Morse code** decoding solution.