Could satellite-beaming planes and airships make SpaceX's Starlink obsolete?
High-Altitude Platform Stations: A Viable Alternative to Satellite Internet
In recent years, the world has witnessed a significant shift in the way we access the internet. With the advent of satellite megaconstellations, such as SpaceX's Starlink, the notion of internet connectivity has become increasingly accessible. However, these satellite-based systems have their limitations, particularly when it comes to scalability and cost-effectiveness. Enter high-altitude platform stations (HAPS), a relatively new technology that promises to revolutionize the way we connect to the internet.
The Problem with Satellite Internet
Satellite internet, although convenient, has its drawbacks. The most significant limitation is the cost. With prices ranging from $40 to $100 per month, satellite internet is not a viable option for many people, especially in rural areas. Moreover, the number of users that can be supported by a single satellite is limited, making it difficult to scale up to meet the growing demand for internet connectivity.
HAPS: A Viable Alternative
HAPS, on the other hand, offer a more cost-effective and scalable solution. These high-altitude platforms, typically flying at an altitude of 20-30 kilometers, use a combination of solar panels and batteries to generate power. They can support a wide range of applications, including internet connectivity, cellular networks, and even Earth observation.
World Mobile Stratospheric: A Leader in HAPS Technology
World Mobile Stratospheric, a UK-based company, is a leading developer of HAPS technology. Their Stratomast aircraft, powered by liquid hydrogen, can stay aloft for up to six days and provide internet connectivity to a large area. The company claims that their system can support up to 500,000 users at a time, making it a more scalable solution than satellite internet.
Sceye: Another Player in the HAPS Market
Sceye, a US-based company, is another player in the HAPS market. Their airship-like HAPS, powered by solar energy, has already completed several successful test flights. The company claims that their system can provide internet connectivity to a large area and is working on increasing the endurance of their airship.
NASA's Interest in HAPS
NASA has taken notice of the potential of HAPS technology and has partnered with Sceye to host Earth-observation payloads. The agency sees HAPS as a viable alternative to traditional satellite-based systems and is interested in exploring its potential for a range of applications.
The Future of HAPS
The future of HAPS looks promising, with several companies already working on developing this technology. World Mobile Stratospheric plans to conduct flight tests with their antenna at a lower altitude next summer and hopes to begin stratospheric test flights in 2027. Sceye, on the other hand, is working on increasing the endurance of their airship and hopes to commence commercial service in 2027.
Conclusion
HAPS technology has the potential to revolutionize the way we access the internet. With its scalability and cost-effectiveness, it offers a viable alternative to satellite internet. As the technology continues to develop, we can expect to see more companies entering the market and providing internet connectivity to a wider range of users.
Code Blocks
import math
def calculate_distance(altitude):
# Calculate the distance from the ground to the HAPS
distance = math.sqrt(altitude**2 + 6371000**2)
return distance
altitude = 25000 # meters
distance = calculate_distance(altitude)
print(f"The distance from the ground to the HAPS is {distance} meters.")
function calculateDistance(altitude) {
// Calculate the distance from the ground to the HAPS
let distance = Math.sqrt(altitude**2 + 6371000**2);
return distance;
}
let altitude = 25000; // meters
let distance = calculateDistance(altitude);
console.log(`The distance from the ground to the HAPS is ${distance} meters.`);
References
- World Mobile Stratospheric. (2022). Stratomast Aircraft.
- Sceye. (2022). HAPS Technology.
- NASA. (2022). High-Altitude Platform Stations.
Source: https://www.space.com/space-exploration/satellites/internet-from-stratosphere-could-replace-starlink




