Search results
Query: 433 MHz
Links: 13 | Categories: 0
-
A simple slim jim antenna for 433 MHz. Simple drawings and pictures of a simple Slim Jim antenna.
-
Analyzing 433 MHz radio signals from common wireless devices, such as temperature sensors and remote controls, involves understanding **On-Off Keying (OOK)** modulation. This resource details the process of capturing these signals using a Software Defined Radio (SDR) like Gqrx and then visually inspecting the captured audio data in a sound editor such as Audacity. It differentiates between **Pulse Width Modulation (PWM)** and Pulse Position Modulation (PPM) encoding schemes, illustrating how to identify and decode binary data by eye based on pulse and gap durations. The article provides a step-by-step walkthrough for decoding a wireless thermometer's data, correlating bit patterns with known temperature, humidity, and channel values. It also demonstrates decoding an RF remote control's button presses, highlighting the constant and varying parts of the transmitted packets. The content further introduces automated decoding using tools like RTL_433, explaining its capabilities in parsing various device protocols and showing how to interpret its output, including modulation type and decoded data. Specific examples include analyzing Prologue sensor protocol specifications from RTL_433's source code and noting common operating frequencies like 433.92 MHz in Europe and 915 MHz in the US.
-
10 Elements Cross-Yagi Antenna for 433 MHz. The base of the 10el antenna is the recalculated RA6FOO antenna.Circular polarization is realized - by a phasing quarter-wave line, matching of horizontal and vertical polarization antennas
-
Decoding 433MHz-transmissions with software-defined radio.
-
Send and receive wireless messages adding a small 433MHz radio to your Raspberry Pi, without the need of a WiFi connection and operate remote-control main sockets
-
The weather station described here uses a TTGO v3 1.6.2 module and various sensors. It displays the data on an OLED screen and transmits them among a choice of protocols to the APRS, APRS-IS, Wunderground servers or via an MQTT broker. APRS data is transmitted on 433.775 MHz (can be changed) using the LoRa protocol. APRS beacons picked up by iGate gateways are then transmitted to APRS servers.
-
Setting up a Lora APRS tracker using the ESP32 Lora32 TTGO-T T-Beam 433/470Mhz Module.
-
This article describes the phases for the construction of a Yagi antenna. The calculations of the parameters are made using 4NEC2 software. This type of antenna is used for transmissions and receptions of electromagnetic waves. The project shown here refers to the frequency of 433.92 MHz.
-
he LoRa-APRS-iGate was developed in cooperation with the Austrian HAM Radio Association. With this software and the LoRa GW Shield, devices transmitting on LoRa, frequency 433 MHz can be integrated into the APRS network. The transmitter can then be displayed on the website https://aprs.fi.
-
The resource details the construction of a 433 MHz LoRa APRS iGate and a tracker, both built around _TTGO T-Beam v1.1_ microcontroller boards. Each board integrates an OLED screen, WiFi, GPS, and an SMA antenna connector, powered by an 18650 3.7 V lithium-ion battery or microUSB. The iGate operates on 433.775 MHz, with its status verifiable on aprs.fi, demonstrating practical implementation of LoRa-based APRS solutions. The methodology involves programming the modules using Visual Studio Code with the PlatformIO plugin. This process loads the necessary firmware and a JSON configuration file, which includes the operator's callsign and WiFi credentials for the iGate. The guide emphasizes the ease of programming and provides specific steps for configuration. Initial testing of the iGate and tracker, including smart beaconing configuration, is documented. The low power output of approximately 200 mW from the LoRa board's transmitter is noted, with suggestions for range extension through improved antennas or RF amplification. The author, N4MI, plans to deploy a higher-gain 70cm antenna for the iGate.
-
This article describes the implementation and testing of a low-power GPS tracker using LoRa technology in the 433MHz amateur band. The system, built with AIThinker RA-02 modules and Arduino controllers, demonstrated successful communication over non-line-of-sight distances up to 5km. Operating with a 125kHz bandwidth and spreading factor of 11, the tracker achieves a data rate of 500 bits/sec. Powered by a LiPo cell with power-saving features, the final compact design operates for approximately 1.5 weeks between charges with 3-minute reporting intervals, consuming just over 1mA in idle mode.
-
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.
-
For amateur radio operators seeking resilient, off-grid communication, the _MeshCom_ firmware provides a robust solution for text-based messaging over a mesh network. Utilizing LoRa modulation and the APRS protocol, this firmware is designed for low-energy consumption and cost-effective hardware, primarily operating in the 70cm band. Nodes, identified by amateur radio callsigns, can send short text messages to all participants or directly to specific callsigns, functioning as repeaters to extend network reach. The system supports automatic status and position messages, with optional sensor data for WX-Data and Telemetry. MeshCom nodes can be configured as gateways to HAMNET or the internet, enhancing connectivity options. The project emphasizes a self-building and self-healing mesh network architecture, crucial for emergency communication scenarios. Operating frequencies include 433.175 MHz (EU, USA, Africa), 439.9125 MHz (UK), and 433.925 MHz (Norway). The firmware is compatible with hardware platforms such as ESP32/LoRa modules, RAK-WISBLOCK, and ESP32-DEV4/E22-LoRa, offering a flexible deployment for various amateur radio applications.