-
Three scenarios, three different answers
-
Scenario A: Small messages, low power, many endpoints → start with a Semtech LoRa gateway
-
Scenario B: Big payloads or real-time control → keep the cellular network (Crown Castle ecosystem) in the mix
-
Scenario C: Lots of sensors on a campus plus a cloud requirement → deploy a Semtech LoRa gateway with a cellular backhaul
-
Scenario A: Small messages, low power, many endpoints → start with a Semtech LoRa gateway
-
How to tell which scenario you’re in
-
The industry has evolved—and so must your assumptions
-
Final advice from a guy who paid for these lessons
When someone asks me about “Semtech vs Crown Castle,” I can usually tell they’re comparing two things that don’t compete in the same lane. Semtech makes RF chips and designs LoRa technology. Crown Castle is a cellular infrastructure provider—its towers and fiber are used by mobile carriers to deliver LTE and 5G coverage. So the real question is the one behind the query: Do I need a private LoRaWAN network, or should I rely on public cellular?
After 12 years in industrial IoT, I no longer answer that question with one universal “best” choice. I’ve made enough mistakes to know the answer is “it depends on your data, your power budget, and your deployment geography.” Here’s how I think through it.
I’m a network engineer handling IoT connectivity orders for 12 years. I’ve personally made (and documented) six significant mistakes—totaling roughly $48,000 in wasted budget. Now I maintain our team’s selection checklist to stop the same errors from happening again.
Three scenarios, three different answers
Scenario A: Small messages, low power, many endpoints → start with a Semtech LoRa gateway
If your devices send a few bytes per message, wait 30 minutes or more between transmissions, and need battery life measured in years, you’re in LoRaWAN territory. Common examples: tank levels, soil moisture, air quality, waste-bin fill status.
I didn’t always treat this as automatic. In 2021, we were given a vaccine-shipper temperature-monitoring project with 2,000 reusable cold-chain loggers. I panicked about LoRaWAN coverage and selected a cellular IoT module instead. Bad call. At a 10-minute reporting interval (the client insisted on near-real-time), the cellular loggers’ batteries discharged in 2-4 weeks. The project nearly became a refund nightmare.
We switched to a LoRaWAN beacon sending 30 bytes every 30 minutes, aggregating via a Semtech LoRa gateway. Estimated battery life grew to 3-5 years. That mistake cost us $12,000 in replacement parts and overtime, not to mention the client’s trust.
I’m not knocking cellular—I’m simply saying that for small messages, a Semtech LoRaWAN gateway is usually the cheapest, lowest-power arrow in your quiver. When I’m asked how the Semtech company makes money in IoT, I point to this portfolio: chips, connectivity, and edge software for LPWAN.
Scenario B: Big payloads or real-time control → keep the cellular network (Crown Castle ecosystem) in the mix
Now flip the requirements: high-res images, video clips, large firmware updates, or commands that need to arrive within seconds.
This is where LoRaWAN fails, and you need a cellular path—which often means an LTE or 5G connection over infrastructure from companies like Crown Castle.
I learned this on a security-scout robot project. The robot was working inside a 3-acre yard, and I thought it would be nice to avoid SIM cards by using a LoRa link from an on-site gateway. We tried sending video snapshots from the robot. It didn’t work. LoRaWAN’s maximum application payload is about 242 bytes, and the data rate is far below what video requires. I had convinced myself the gateway could handle it because the distance was short—I ignored the bandwidth math.
After that embarrassment, I checked with the vendor whose industrial routers we used at other sites. They explained the difference in one sentence: “LoRa is for sensor data, not streaming.” We then deployed a Semtech (Sierra Wireless) industrial 5G/LTE router on the robot, connecting to the public LTE/5G network carried over Crown Castle’s tower infrastructure. It worked without issue.
I also remember a communication failure that made this worse. I said “we’ll test one image.” The network team heard “stream video continuously.” Result: the network team was trying to provision a 100 Mbps backhaul for something we called “telemetry.” We did not discover the mismatch until the order had already been delayed. In other words, use the right transport protocol for the right message—and say exactly what you’re going to send.
Scenario C: Lots of sensors on a campus plus a cloud requirement → deploy a Semtech LoRa gateway with a cellular backhaul
Most of our projects are a hybrid. A factory or port has hundreds of fixed sensors, and all of them need to reach a dashboard in the cloud. You don’t need one SIM card per sensor. You need a local Semtech LoRa gateway to collect the telemetry, then a cellular router to backhaul that aggregated stream to the cloud.
A recent example was a wastewater utility we worked with—internally called Project 8110. We installed three 8-channel gateways with SX1302 concentrators across a 2-mile treatment plant. Each gateway aggregated roughly 15,000 messages a day from floats, flow meters and pressure sensors. The backhaul was a 5G router connected to the local cellular network. That pattern is reliable, manageable, and costs far less than giving every sensor a modem.
One detail almost killed the rollout, though. The gateways arrived with firmware version 7.1 that lacked a newly-adopted regional setting. Our devices tried to join every 10 seconds and failed. If we had trusted the spec sheet and skipped our lab test, we would have been in serious trouble. We caught it due to our pre-flight checklist—but only by 24 hours, and only after I broke my rule about updating firmware before deployment.
Lesson: The technology choice is less than half the battle. Configuration and validation are where your budget gets spent.
How to tell which scenario you’re in
- What is the largest payload? Under 100 bytes? Scenario A. Over a few hundred KB? Scenario B.
- How often do you transmit? Once per minute or less? A. Multiple times per second? B.
- Power source? Battery lasting more than one year? Closer to A. Mains or solar-charged with high power loads? B or C.
- Geographic field? Sensors spread over many miles with no local gateway? B (SIMs). All within a building or campus? C.
- Do you need guaranteed millisecond command latency? LoRaWAN downlink isn’t millisecond-critical. Use cellular or wired.
I also look carefully at any coverage claim. If a vendor says “the gateway can cover your whole site” without doing a survey, I ask them to write it in a coverage map. In the U.S., the Federal Trade Commission’s advertising guidance (ftc.gov) says claims have to be truthful, not misleading, and substantiated. That’s a good reminder whether you’re buying or selling IoT. A hand-wave about coverage can become legal trouble once a customer relies on it and a device goes offline.
The industry has evolved—and so must your assumptions
Five years ago, I would have told you LoRaWAN is only for stationary sensors and small messages. That advice is now outdated. Semtech has introduced LR-FHSS to increase capacity and link margin, plus LoRa Edge for geolocation. Meanwhile, LTE-M and NB-IoT have also matured, and public coverage from Crown Castle and other tower operators has become denser with 5G. The gap between private LPWAN and public cellular has narrowed considerably.
So what’s timeless? The anchoring questions: data size, message frequency, power budget, deployment size, and required latency. Those haven’t changed. What has changed is the set of possible answers you can give to those questions. What was best practice in 2020 may not apply in 2025—but reckless decisions on network architecture still cost the same amount of money.
Final advice from a guy who paid for these lessons
Stop looking for a winner in “Semtech vs Crown Castle.” Start with your actual use case. For low-power, low-data-rate sensors across a wide or physically spread area, put a Semtech LoRa gateway in your design. For video, control loops, and large payloads, use the cellular network that companies like Crown Castle make possible—and if you have a campus, you will often end up doing both.
The cheapest way to deploy a network is to pick the architecture after you have the answers, not before.