Search results
Query: q code
Links: 553 | Categories: 26
Categories
- Software > Decoders
- Operating Modes > Morse code > Learning Morse Code
- Operating Modes > Morse code
- Technical Reference > Arduino > Morse Code
- Technical Reference > Morse Code Decoder
- Software > Morse Code Decoders
- Technical Reference > Morse Code Oscillator
- Operating Modes > Morse code > Morse Code Practice Audio Files
- Software > Morse Code Training
- Operating Aids > Phonetics and codes
- Software > Android
- Operating Modes > Morse code > Clubs
- Radio Equipment > Contest Hardware
- Software > Developer Resources
- Software > Digital Voice
- Software > DSP
- Operating Modes > Morse code > High Speed CW
- Manufacturers > Memory Keyers
- Operating Modes > Morse code > Morse Key Collections
- Technical Reference > Morse Keys
- Operating Modes > Morse code > Morse operating guides
- Software > Legacy Systems > MS DOS
- Software > Legacy Systems > PalmOS
- Software > Legacy Systems > Pocket PC
- Radio Scanning > Police Scanning
- Operating Modes > QRSS
-
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.
-
Meshtastic utilizes _LoRa_ radio protocol for long-range, off-grid communication, functioning as a decentralized mesh network. The system allows users to send and receive text messages without reliance on existing infrastructure or a phone for mesh communication, leveraging inexpensive LoRa radios. Key features include encrypted communication, excellent battery life, and optional GPS-based location services, with radios designed to rebroadcast messages to ensure all group members receive them. The project has achieved a record range of **331km** and is 100% community-driven and open source, with its codebase available on GitHub. Unlike traditional ham radio, Meshtastic operates on LoRa, which is generally accessible without additional licenses. Each Meshtastic radio can be paired with one phone at a time for message exchange, and support is entirely volunteer-based.
-
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.