Search results
Query: q codes
Links: 55 | Categories: 2
-
How do you know that Fox is the real DX? If they are transmitting a verification code, use this website to see if their codes matches what they should be. Enter the DX callsign and you will get last five minutes of verification codes for the dx station callsing.
-
This is a basic Arduino project for decoding Morse code. This is an Arduino program that decodes Morse code from an I/O pin and display in to an LCD screen
-
INTERCOM is a freeware application designed for remote control of KENWOOD TMD700/710/V-71 transceivers, as well as other transceivers equipped with UP, DOWN, and PTT commands. Compatible with Windows XP and higher (32 & 64-bit), INTERCOM offers multilingual support in English and French, and can be used on Linux, Ubuntu, or Android platforms via WINE 1.0 or CROSSOVER. The software enables users to send basic commands—such as selecting TX, VFO, memory channels, or power levels—either through manual inputs or over a TCP/IP link. INTERCOM is tailored for SIMPLEX setups, facilitating the interconnection of VHF/UHF repeaters with nearby repeaters. Remote commands are transmitted using DTMF codes, which are decoded by SIMPLEX and forwarded to INTERCOM via TCP/IP. This functionality makes INTERCOM an ideal tool for radio enthusiasts and operators seeking seamless remote management of supported transceivers in simplex configurations.
-
The resource provides a technical installation guide for _MeshCom 4.0_, an amateur radio mesh networking project utilizing LoRa hardware modules. It systematically covers the setup process for several supported devices, including the RAK Wireless LoRa WisBlock Core RAK4631, T-Beam T22 V1.1, T-Lora T3 V1.6.1, HELTEC WiFi ESP32 LoRa 32 (V2 and V3), HELTEC E290, ESP32 / E22 modules, and the T-deck from Lilygo. The guide specifies support for the **EU433** frequency band, ensuring amateur radio compatibility, and details the use of an online flash tool for ESP32 modules and an embedded drive for RAK modules. It further describes accessing the MeshCom 4.0 Dashboard and Map functionalities, crucial for network visualization and management. Firmware configuration for ESP32 modules is meticulously outlined, covering essential parameters such as setting callsigns, country codes, and gateway parameters via a serial console like PuTTY. Commands for activating gateway mode, setting internet IP addresses, and configuring WLAN SSID and password for modules with WLAN capability are provided, enabling modules to function as either clients or gateways within the MeshCom network.
-
The Meshtastic documentation outlines critical LoRa configuration parameters for node operation, emphasizing regulatory compliance. It details settings such as Region, Modem Preset, Max Hops, Transmit Power, Bandwidth, Spread Factor, Coding Rate, and Frequency Offset. A comprehensive table provides region codes, frequency ranges (e.g., US **902.0 - 928.0 MHz**), duty cycles, and power limits (e.g., EU_433 **12 dBm**) for numerous countries, including the US, EU, China, and Japan, alongside a 2.4 GHz band option. It explicitly states that devices within a mesh must share identical _Region_ and _Modem Preset_ settings for full communication. Modem Presets, like _LONG_FAST_ (the default), optimize for either speed or range, directly impacting network congestion and message delivery delay. For instance, SHORT_TURBO offers the fastest speed and shortest range, while VERY_LONG_SLOW provides the longest range but is less reliable for mesh formation. The document also highlights specific duty cycle limitations, such as the 10% hourly limit for EU_433 and EU_868 regions, and provides command-line interface (CLI) examples for configuring these parameters.