Establishing a stable wireless connection over a distance of half a kilometer is a task that requires a professional approach and specialized equipment. Standard home routers won't handle this task, as their antennas and transmitters are designed to cover indoors, not open spaces. You'll need to create Point-to-Point (PtP) a link that will ensure data transfer with minimal losses.
Before purchasing equipment, it's important to understand the physical nature of radio waves. At the 2.4 and 5 GHz frequencies used in Wi-Fi, the signal propagates in a straight line and is highly susceptible to attenuation when encountering obstacles. Even tree foliage or light haze can significantly reduce channel throughput. This is why Ubiquiti And MikroTik dominate this segment - their solutions take these physical limitations into account.
To implement the project, you'll need to address three key challenges: choosing the right frequency range, ensuring line of sight, and properly configuring the equipment. Mistakes at the planning stage can result in expensive equipment operating inconsistently or failing altogether. In this article, we'll cover all the technical details that will help you build a reliable 500-meter bridge.
Choosing a frequency band: 2.4 GHz or 5 GHz?
The first and most important question that an engineer faces when planning a network is the choice of operating frequency. The range 2.4 GHz It has better penetration and is less sensitive to small obstacles, but it is extremely congested in residential areas. Neighbors' routers, microwaves, and Bluetooth devices create constant "noise" here, which can reduce the actual connection speed to a minimum.
At the same time, the range 5 GHz (and higher, such as 60 GHz) offers significantly wider channels and less congestion. For a range of 500 meters, this is an ideal choice, provided there is a clear line of sight. The signal at this frequency fades more quickly when passing around obstacles, but in clear air, it provides a much more stable and high-speed communication channel. Modern standards 802.11ac And 802.11ax work right here.
⚠️ Caution: Using high-power 2.4 GHz transmitters in open areas may interfere with neighboring networks and violate radio frequency regulations. Always check the EIRP limits for your area.
When choosing equipment, look for MIMO support. It allows for the simultaneous transmission of multiple data streams, which is critical for maintaining speed in the presence of light interference. For ranges of 500 meters, it's preferable to use highly directional antennas operating at 5 GHz to avoid interference.
Line of sight and Fresnel zone requirements
Many newbies believe that simply seeing the receiving point with the naked eye is enough for Wi-Fi to work. This is a dangerous misconception. Radio waves propagate not like a thin laser beam, but in an ellipsoid shape known as Fresnel zoneFor a stable connection over 500 meters in the 5 GHz band, this area must be at least 60% free of obstacles.
If there's a tree, a building, or even a dense fence between the antennas, the signal will be reflected and dispersed. This leads to multiplex distortion, where the reflected signal cancels out the primary signal. As a result, you might see a signal level of -60 dBm, but the actual speed will be close to zero due to constant packet retransmission.
To calculate the mast height, use the formula for the radius of the first Fresnel zone. At a range of 500 meters and a frequency of 5 GHz, the zone radius is approximately 6-7 meters at its widest point (mid-path). This means that antennas should rise above any obstacles not just a few meters, but take this ellipsoid into account.
How to calculate installation height?
For precise calculations, use online link calculators. Enter the point coordinates, frequency, and height of obstacles. The system will display a route profile graph and the percentage of Fresnel zone overlap. If the overlap is greater than 40%, the connection will be unstable.
Pay special attention to future vegetation growth. A tree that doesn't interfere with the signal today may become overgrown with foliage within a year and completely block the channel. Always allow for additional height when mounting antennas on roofs or masts.
Selecting equipment for a 500-meter link
The market for wireless outdoor networking (WISP) equipment offers a variety of solutions. While high-power professional equipment isn't required for a 500-meter range, even cheap Chinese-made alternatives may not meet expectations. The market leaders remain Ubiquiti AirMAX, MikroTik Wireless Wire And TP-Link CPE.
The table below compares popular models suitable for building a half-kilometer bridge. Note the antenna gain and maximum speed.
| Device model | Range | Gain (dBi) | Max. speed |
|---|---|---|---|
| Ubiquiti LiteBeam 5AC | 5 GHz | 23 dBi | 450+ Mbps |
| MikroTik SXTsq 5 ac | 5 GHz | 13 dBi | 800+ Mbps |
| TP-Link CPE510 | 5 GHz | 15 dBi | 300+ Mbps |
| Ubiquiti NanoBeam 5AC | 5 GHz | 19 dBi | 450+ Mbps |
When selecting equipment, it's important to consider not only the advertised speed but also the actual throughput. Manufacturers often specify a theoretical maximum PHY, which is unachievable in real-world conditions. For 500 meters, devices with an antenna array (MIMO 2x2 or 4x4) and protocol support are the optimal choice. TDMA, which eliminates packet collisions.
Also check for PoE injectors included. Rooftop equipment is powered via an Ethernet cable, and the quality of the injector directly impacts the stability of the entire system. Cheap power supplies often fail due to power surges or lightning strikes.
Antenna installation and lightning protection
Proper installation is 80% of success. Antennas must be firmly secured to prevent wind from shaking the structure. Even minimal movement over 500 meters can put the link out of range. Use strong brackets and stainless steel clamps to prevent corrosion.
Pay special attention to the cable. Only specialized Ethernet cables with markings are suitable for outdoor use. Outdoor or CMXA standard indoor cable will quickly deteriorate under the influence of ultraviolet radiation and temperature fluctuations, resulting in packet loss. The cable length between the antenna and the switch should not exceed 80-90 meters.
⚠️ Caution: Lightning protection is essential! Installing an antenna on the roof without grounding and lightning protection devices (GDTs) is tantamount to Russian roulette. During a thunderstorm, induced currents can destroy not only the router but also all connected devices in the house.
It's best to align the antennas with two people. One person monitors the signal strength in the web interface, while the other smoothly rotates the antenna. Move the antenna slowly, pausing every 2-3 seconds, as there's a delay in updating the data on the screen. Lock the antenna in place when the signal strength (RSSI) is at its maximum and the noise floor (Noise Floor) is at its minimum.
☑️ Installation checklist
Setting up a Point-to-Point Bridge
After physical installation, comes the software configuration stage. By default, many devices operate in Access Point mode, but for a one-to-one link, one of the devices (or both, depending on the vendor) must be configured in Station or Bridge mode. In terminology Ubiquiti this is a mode Station, V MikroTik — bridge with the appropriate wireless network profile.
The key parameter is the channel width. For maximum speed and stability over a distance of 500 meters, it is recommended to use a width 40 MHz or 80 MHz, if the air is clear. If you see a lot of interference, narrow the channel to 20 MHz or even 10 MHz may improve connection stability at the expense of peak speed.
Be sure to change the default passwords and network names (SSIDs). Using default security settings makes your network vulnerable to hacking. Encryption is recommended. WPA2-AES or WPA3It's also worth disabling unnecessary services, such as UPnP or remote access via HTTP, leaving only HTTPS.
# Example of channel width setting (pseudocode)
set wireless-config channel-width = 40MHz
set wireless-config frequency = 5500
set wireless-config tx-power = auto
Updating your firmware to the latest stable version is an important step. Manufacturers regularly release updates that fix bugs and improve broadcast algorithms. Never interrupt the firmware update process. - this can turn the device into a "brick".
Diagnostics and speed optimization
After setting up, you need to check the actual channel throughput. Don't rely solely on signal strength indicators. Use tools like Speedtest or built-in speed tests in the hardware interface (for example, Tool > Speed Test (in MikroTik). The actual speed is usually 60-70% of the theoretical one.
If the speed is lower than expected, analyze the noise floor. High noise levels indicate interference. In this case, changing to a less crowded frequency will help. Use the Spectrum Analyzer built into most professional access points to find a clear window.
Also, check the CPU load on your devices. If the CPU load is at 100%, the device may be struggling with traffic encryption or NAT. In this case, you should simplify your firewall rules or consider installing more powerful hardware.
FAQ: Frequently Asked Questions
Is it possible to penetrate 500 meters through a forest or trees?
It's theoretically possible, but highly discouraged. Tree foliage, especially when wet, significantly absorbs Wi-Fi signals (especially at 5 GHz). Speeds will drop significantly, and the connection will be unstable. In such cases, it's better to use lower-frequency radio relay systems (e.g., 900 MHz) or install fiber optic cables.
Do you need a license to install such antennas?
In most countries, using equipment in the 2.4 GHz and 5 GHz bands with a power of up to 100 mW (20 dBi EIRP) is license-free for personal use. However, commercial use or high-power transmitters may require regulatory approval. Always check local regulations.
Why does the speed drop in the evening?
In the evening, airwaves become more congested: neighbors turn on Wi-Fi, TVs, and other devices. This creates interference, especially in the 2.4 GHz band. Solutions include switching to 5 GHz, changing to a less congested channel, or using highly directional, high-gain antennas.
Which cable is best to use for connection?
Only copper cable category Cat5e or Cat6 with markings OutdoorAluminum conductors (CCA) are absolutely not suitable for PoE power supply over long distances, as they have high resistance and can overheat.