The Connectivity Decision That Makes or Breaks Your Water Monitoring Project
You have surveyed the site, counted the tanks, and selected your sensors. Now comes a choice that will determine the reliability, maintenance burden, and total cost of ownership of your system for the next five to ten years: which wireless technology should your sensors use to talk to the cloud?
For water tank monitoring in India, the two dominant contenders are LoRa/LoRaWAN (Long-Range Low-Power Wide Area Network operating at 865--867 MHz in the Indian ISM band) and Wi-Fi (IEEE 802.11, operating at 2.4 GHz and 5 GHz). A distant third option, 4G/NB-IoT, is relevant for isolated single-tank scenarios but rarely makes economic sense at scale.
Getting this decision wrong is expensive. We have seen apartment societies in Pune rip out their Wi-Fi water sensors after eight months because battery replacement costs and connectivity dropouts made the system unmanageable. We have also seen a corporate office in Gurugram reject a LoRa proposal and save Rs 40,000 by simply plugging five sensors into their existing enterprise Wi-Fi network. Context is everything.
This guide gives you the technical depth to make the right call. We cover range, power consumption, network architecture, cost analysis in INR, real deployment case studies from Indian cities, and a practical decision framework you can apply to your specific situation.
Quick Decision Matrix
If you are short on time, use this table. For the detailed reasoning behind each recommendation, read on.
| Your Situation | Best Choice | Why |
|---|---|---|
| Apartment building, 3--8 tanks, existing Wi-Fi | Wi-Fi | Leverage existing infrastructure; fast setup; AC power available |
| Multi-tower society, 15--30 tanks spread across 200+ metres | LoRa | Long range covers all towers from a single gateway; battery-powered sensors on terraces |
| Industrial campus, 20+ tanks over 5--10 hectares | LoRa | Only viable option for the distances involved; scales to 200+ sensors per gateway |
| Single remote farm tank, cellular coverage available | 4G/NB-IoT | No infrastructure to install; SIM card gets you online immediately |
| 500+ flat complex with 20+ tanks | LoRa | Cost-effective at scale; no impact on resident Wi-Fi |
| Hospital or hotel with enterprise-grade Wi-Fi and UPS | Wi-Fi | Reliable powered infrastructure already in place; BMS integration via same network |
| Municipal water distribution, city-wide ESRs and GLRs | LoRaWAN | Purpose-built for massive urban-scale deployments; licence-exempt in India |
| IT park with multiple buildings, existing strong campus Wi-Fi | Hybrid | Wi-Fi for buildings with coverage; LoRa for rooftop and remote tanks |
Technical Deep-Dive: LoRa vs Wi-Fi Across Seven Dimensions
1. Range and Penetration
This is the single most decisive factor for most Indian water monitoring deployments.
LoRa (865--867 MHz in India)
- Line-of-sight (open area): 5--15 km
- Urban environment (buildings, trees): 2--5 km
- Indoor penetration (through concrete walls and floors): 500 m to 1.5 km
- Basement to rooftop (6--8 floors of RCC): Reliable at -105 dBm (LoRa sensitivity goes down to -140 dBm)
The physics are straightforward. At 865 MHz, the wavelength is approximately 35 cm, which passes through concrete walls and rebar far more effectively than higher-frequency signals.
Wi-Fi (2.4 GHz / 5 GHz)
- Open space: 50--100 m (2.4 GHz), 20--40 m (5 GHz)
- Through one concrete wall: 20--50 m (2.4 GHz), 10--20 m (5 GHz)
- Through two or more walls: signal drops dramatically; expect 10--25 m at best
- Vertical penetration: 1--2 floors reliably
At 2.4 GHz, the wavelength is 12.5 cm -- absorbed far more readily by building materials. At 5 GHz, it is even worse.
Real-world example from a deployment in Noida:
A 12-tower housing society needed sensors on all rooftop tanks (average inter-tower distance: 150 m, maximum: 400 m). With LoRa, a single gateway on the tallest tower covered all 12 buildings. With Wi-Fi, the engineering estimate was 6--8 outdoor access points with directional antennas and weatherproof enclosures -- a Rs 2,40,000 infrastructure investment just for connectivity, before a single sensor was installed.
Verdict: LoRa wins decisively for any deployment where sensors and gateway are more than 100 metres apart. Wi-Fi is adequate only when all tanks are within a single building footprint with existing router coverage.
2. Power Consumption and Battery Life
Water level sensors transmit small data packets (typically 10--50 bytes) every 5--30 minutes. The critical metric is not peak power draw during transmission but average current over 24 hours, because that determines battery life.
LoRa Power Profile
- Transmit current: 80--120 mA for 1--2 seconds per reading
- Sleep current: 1--5 microamps (with proper deep-sleep implementation)
- Wake-up and sensor reading: 10 mA for 500 ms
Calculation for 15-minute transmission interval with 3 x AA lithium batteries (9,000 mAh):
| Phase | Current | Duration per Cycle | Daily Cycles | Daily mAh |
|---|---|---|---|---|
| Wake + sensor read | 10 mA | 0.5 sec | 96 | 0.13 |
| LoRa transmit | 100 mA | 1.5 sec | 96 | 4.0 |
| Sleep | 0.005 mA | 14.97 min | 96 | 1.15 |
| Total daily consumption | 5.28 mAh |
Battery life = (9,000 mAh x 0.7 safety factor) / 5.28 = 1,193 days = 3.3 years
With industrial-grade LiSOCl2 batteries (19,000 mAh), this extends to 7+ years.
Wi-Fi Power Profile
- Connection establishment: 200--350 mA for 3--8 seconds (DHCP, authentication)
- Data transmit: 200--300 mA for 1--2 seconds
- Active idle (maintaining connection): 50--100 mA continuous
- Deep sleep: 10--100 microamps (but reconnection on wake takes 3--8 seconds)
Calculation for 15-minute interval with same 3 x AA batteries:
| Phase | Current | Duration per Cycle | Daily Cycles | Daily mAh |
|---|---|---|---|---|
| Wake + Wi-Fi connect | 250 mA | 5 sec | 96 | 33.3 |
| Sensor read + transmit | 200 mA | 2 sec | 96 | 10.7 |
| Sleep | 0.05 mA | 14.88 min | 96 | 11.9 |
| Total daily consumption | 55.9 mAh |
Battery life = (9,000 x 0.7) / 55.9 = 113 days = 3.7 months
That is a 10x difference in battery life. For rooftop-mounted sensors where running AC power is impractical, this difference is the entire argument for LoRa.
Verdict: LoRa wins by an order of magnitude. If your sensors must run on batteries (rooftop tanks, remote locations, farm ponds), LoRa is the only viable option. Wi-Fi works only when AC power or PoE is available at the sensor location.
3. Network Architecture and Scalability
LoRa: Star Topology
``` Sensor 1 ---+ Sensor 2 ---+ Sensor 3 ---+--> [LoRa Gateway] --> Internet --> Cloud ... | (single device) Sensor N ---+ ```
- All sensors communicate directly with one gateway (single hop).
- Theoretical capacity: 500--1,000 sensors per gateway.
- Practical capacity: 200--300 sensors (accounting for collision probability with ALOHA-based channel access).
- Adding sensors does not require any network infrastructure changes -- just power on the new sensor and it joins the network via OTAA (Over-The-Air Activation).
Wi-Fi: Infrastructure Mode
``` Sensor 1 ---+ Sensor 2 ---+ Sensor 3 ---+--> [Wi-Fi AP] --> Switch --> Router --> Internet --> Cloud ... | Sensor N ---+ ```
- Sensors join existing Wi-Fi like any other client device (laptop, phone).
- Practical capacity per AP: 20--50 IoT devices (more aggressive than phone/laptop usage but still limited by channel contention).
- Scaling beyond one AP requires additional access points, potentially PoE switches, and network configuration.
Scaling comparison for a 50-tank deployment:
| Factor | LoRa | Wi-Fi |
|---|---|---|
| Gateways/APs needed | 1--2 | 8--12 |
| Network infrastructure cost | Rs 45,000--90,000 (gateways) | Rs 1,60,000--2,40,000 (APs + switches + cabling) |
| Configuration effort | Minimal (sensors auto-join) | Moderate (SSID, VLAN, DHCP scoping, firewall rules) |
| Impact on existing network | None (separate frequency band) | Potential congestion on resident/corporate Wi-Fi |
| Adding 10 more sensors next year | Power on and go | May need additional AP + cabling |
Verdict: LoRa scales far more gracefully. Wi-Fi works for small, static deployments but becomes a network management headache beyond 15--20 sensors.
4. Data Rate and Latency
LoRa: 0.3--50 kbps (depending on spreading factor). Typical payload: 10--50 bytes. End-to-end latency: 1--5 seconds.
Wi-Fi: 1--300 Mbps. Payload: unlimited for practical purposes. Latency: 50--200 ms.
For water monitoring, a typical data packet contains:
- Tank ID: 4 bytes
- Water level percentage: 2 bytes
- Battery voltage: 2 bytes
- Status flags: 1 byte
- Total: 9 bytes
This is sent once every 5--30 minutes. Both LoRa and Wi-Fi handle this effortlessly. The 1,000x speed advantage of Wi-Fi is irrelevant for sensor data -- it is like comparing a cargo ship and a bicycle for delivering a single letter.
When does Wi-Fi's speed matter? Only if you are adding a camera to the tank (visual level verification) or need sub-second control response (process industry with fast-filling tanks). For 99% of water monitoring use cases, data rate is not a differentiator.
Verdict: Tie. Both technologies are massively overkill for the tiny data packets water sensors generate.
5. Cost Analysis in INR (20-Tank Deployment)
This is where the numbers get concrete. Let us compare total cost of ownership over five years for a 20-tank deployment in a multi-building campus in India.
LoRa System (20 Tanks)
| Item | Unit Cost (INR) | Qty | Total (INR) |
|---|---|---|---|
| LoRa sensor node (with ultrasonic sensor, battery, enclosure) | Rs 8,000 | 20 | Rs 1,60,000 |
| LoRa gateway (outdoor, IP67, 8-channel) | Rs 45,000 | 1 | Rs 45,000 |
| Cloud platform subscription (annual) | Rs 1,500/month | 12 | Rs 18,000 |
| Professional installation | Rs 2,000/sensor | 20 | Rs 40,000 |
| Year 1 Total | Rs 2,63,000 | ||
| Year 2 recurring (cloud only) | Rs 18,000 | ||
| Year 3 recurring | Rs 18,000 | ||
| Year 4 recurring | Rs 18,000 | ||
| Year 5 recurring | Rs 18,000 | ||
| Battery replacement (Year 4, partial) | Rs 500 x 10 sensors | Rs 5,000 | |
| 5-Year Total Cost of Ownership | Rs 3,40,000 | ||
| Cost per sensor per year | Rs 3,400 |
Wi-Fi System (20 Tanks)
| Item | Unit Cost (INR) | Qty | Total (INR) |
|---|---|---|---|
| Wi-Fi sensor node (with ultrasonic sensor, battery, enclosure) | Rs 6,500 | 20 | Rs 1,30,000 |
| Wi-Fi access points (outdoor, if needed) | Rs 8,000 | 4 | Rs 32,000 |
| PoE switch | Rs 15,000 | 1 | Rs 15,000 |
| Ethernet cabling and installation for APs | Rs 8,000/AP | 4 | Rs 32,000 |
| Cloud platform subscription (annual) | Rs 1,500/month | 12 | Rs 18,000 |
| Professional installation (sensors) | Rs 3,500/sensor | 20 | Rs 70,000 |
| Year 1 Total | Rs 2,97,000 | ||
| Year 2 recurring (cloud + battery replacement for 20 sensors) | Rs 18,000 + Rs 30,000 = Rs 48,000 | ||
| Year 3 recurring | Rs 48,000 | ||
| Year 4 recurring | Rs 48,000 | ||
| Year 5 recurring | Rs 48,000 | ||
| 5-Year Total Cost of Ownership | Rs 4,89,000 | ||
| Cost per sensor per year | Rs 4,890 |
The LoRa system is Rs 1,49,000 cheaper over five years -- primarily because of the battery replacement burden with Wi-Fi sensors. If the Wi-Fi sensors are AC-powered (eliminating battery cost), the gap narrows, but then you must factor in the cost of running AC power to each sensor location (electrician, conduit, cable -- easily Rs 3,000--5,000 per sensor in an existing building).
Exception: If strong enterprise Wi-Fi already exists and AC power is available at all sensor locations, Wi-Fi can be cheaper. In that scenario, the Wi-Fi Year 1 cost drops to roughly Rs 1,48,000 (sensors + cloud + installation only), making it the more economical choice for small, compact deployments.
Verdict: LoRa wins on TCO for most real-world deployments. Wi-Fi wins only when leveraging existing infrastructure in compact, powered environments.
6. Reliability and Interference
LoRa (865--867 MHz)
- Operating in the sub-GHz ISM band, which is sparsely populated in India.
- Interference sources are minimal -- the primary concern is other LoRa devices on the same channels, which is managed through adaptive data rate and channel hopping.
- Typical packet delivery rate: 95--99% in well-designed deployments.
- Signal is robust against multipath fading due to the chirp spread spectrum modulation.
Wi-Fi (2.4 GHz)
- The 2.4 GHz band in any Indian apartment complex or office building is a war zone. Scan for networks on your phone right now and you will likely see 15--30 SSIDs.
- Interference sources: neighbouring Wi-Fi networks, Bluetooth devices, microwave ovens, cordless phones, baby monitors, security cameras.
- Typical packet delivery rate: 90--97% in lightly loaded environments, dropping to 70--85% in congested residential or commercial buildings.
- IoT devices using Wi-Fi must contend with smartphones, laptops, and smart TVs for channel access.
Real-world impact:
In a 500-flat apartment complex in Bengaluru where IoTMATE deployed Wi-Fi water sensors initially, 30% of sensors were frequently offline. Root cause: the 2.4 GHz band was saturated with over 200 residential Wi-Fi networks, multiple CCTV systems, and a society-wide broadband service. Migrating to LoRa on a separate 865 MHz band resolved the issue immediately -- uptime went from 70% to 99.5%.
Verdict: LoRa is more reliable in real-world Indian deployments due to the congested state of the 2.4 GHz band.
7. Security
LoRaWAN
- Dual-layer AES-128 encryption: network session key (NwkSKey) and application session key (AppSKey).
- Device authentication via unique DevEUI and AppKey during OTAA join.
- End-to-end encryption -- the network server cannot read application payloads.
Wi-Fi
- WPA2-PSK (personal) or WPA2/WPA3-Enterprise (corporate) for network encryption.
- Application-layer security via TLS/HTTPS for data in transit.
- Enterprise deployments can use 802.1X with RADIUS for certificate-based device authentication.
Both protocols offer strong security when configured correctly. The risk with Wi-Fi in residential settings is the use of weak pre-shared keys (the same password shared with all residents), which could theoretically allow a compromised device to sniff IoT traffic. This is mitigated by placing IoT devices on a separate VLAN with its own SSID.
Verdict: Tie. Both are secure when properly implemented. LoRaWAN has a slight edge in that security is mandatory and built into the protocol specification, whereas Wi-Fi security depends on correct configuration.
Detailed Use Case Analysis for Indian Deployments
Use Case 1: Apartment Society in Whitefield, Bengaluru (LoRa Win)
Profile: 5 towers, 20 tanks (4 per tower: 2 sump + 2 overhead), towers spread over 300 metres.
Why LoRa:
- 300-metre spread exceeds practical Wi-Fi range.
- Rooftop overhead tanks have no AC power nearby (only the motor starter panel, which is at ground level).
- Society Wi-Fi is consumer-grade and already congested.
- Battery-powered LoRa sensors on terraces with a single gateway on Tower C (tallest) covers all towers.
Architecture:
``` Tower A (4 sensors) --+ Tower B (4 sensors) --+ Tower C (4 sensors) --+--> [LoRa Gateway on Tower C rooftop] --> Fibre broadband --> Cloud Tower D (4 sensors) --+ Tower E (4 sensors) --+ ```
Investment: Rs 2,60,000 (20 sensors at Rs 8,000 + 1 gateway at Rs 45,000 + installation Rs 55,000)
Result after 12 months:
- 99.5% sensor uptime
- Battery replacement: zero (estimated first replacement at Year 4)
- Resident Wi-Fi completely unaffected
- Annual maintenance cost: Rs 18,000 (cloud platform only)
Use Case 2: Corporate Office in BKC, Mumbai (Wi-Fi Win)
Profile: Single 14-storey tower, 6 tanks (2 basement sumps, 2 terrace overhead, 1 fire tank, 1 HVAC makeup), enterprise-grade Cisco Wi-Fi on every floor with UPS backup.
Why Wi-Fi:
- All tanks are within the building, well within Wi-Fi range.
- Enterprise Wi-Fi is Cisco Meraki with per-device visibility, RADIUS auth, and dedicated IoT SSID.
- AC power available at every tank location (pump rooms in basement, electrical panel on terrace).
- IT team is familiar with Wi-Fi troubleshooting; LoRa would require new expertise.
- Integration with existing BMS runs on the same IP network.
Architecture:
``` 6 Wi-Fi sensors --> Enterprise Wi-Fi (IoT VLAN) --> BMS Server --> Dashboard + HVAC integration ```
Investment: Rs 52,000 (6 sensors at Rs 6,500 + installation Rs 13,000). Zero network infrastructure cost.
Result:
- 100% uptime (enterprise Wi-Fi with redundancy and UPS)
- IT team manages sensors alongside other network devices using familiar tools
- No battery concern (all AC-powered with UPS backup)
- Saved Rs 45,000+ compared to LoRa (no gateway needed)
Use Case 3: Industrial Campus in Chakan, Pune (LoRa -- Clear Winner)
Profile: Auto component manufacturer, 40 tanks across a 12-hectare campus (process water, cooling tower, ETP, domestic). Tanks range from 500 metres to 1.2 km apart.
Why LoRa:
- Distances are far beyond Wi-Fi capability.
- Many tanks are in open yards with no power access.
- Industrial environment has heavy electromagnetic interference from welding machines, CNC spindles, and VFDs -- devastating for 2.4 GHz Wi-Fi.
- Future expansion planned: 15 more tanks in Phase 2 of the factory.
Architecture:
``` [40 LoRa sensors across campus] --> [2 LoRa gateways at strategic high points] --> Factory LAN --> SCADA/ERP integration ```
Investment: Rs 5,20,000 (40 sensors at Rs 9,000 + 2 gateways at Rs 55,000 + installation Rs 50,000)
Result:
- Covered entire 12-hectare campus with just 2 gateways.
- Phase 2 expansion: simply ordered 15 more sensors -- no additional gateway or infrastructure needed.
- Battery life on outdoor tanks: projected 5+ years (15-minute interval, SF9).
- SCADA integration enabled automated ETP dosing based on holding tank levels, saving Rs 4,00,000/year in chemical costs.
Use Case 4: University Campus in Manipal (Hybrid Win)
Profile: 45 buildings, 90 tanks. Mix of new smart buildings (Wi-Fi everywhere) and old heritage buildings (no network infrastructure).
Hybrid approach:
- 30 tanks in new buildings: Wi-Fi sensors leveraging campus Wi-Fi (Aruba controller-based, IoT VLAN).
- 60 tanks in old buildings and open grounds: LoRa sensors with 3 gateways.
- Single unified cloud platform for all 90 tanks regardless of connectivity.
Architecture:
``` New Buildings: 30 Wi-Fi sensors --> Campus Wi-Fi --> Cloud Platform --+ | Old Buildings + Grounds: +--> Unified Dashboard 60 LoRa sensors --> 3 LoRa Gateways --> Cloud Platform + ```
Investment: Rs 8,50,000
Why hybrid:
- Installing LoRa sensors in buildings that already have excellent Wi-Fi and AC power would waste money on batteries and a gateway.
- Installing Wi-Fi in old buildings would require Rs 15,000--20,000 per building for access points and cabling.
- The hybrid approach optimised cost by using the right technology for each building type.
Overcoming Common Misconceptions
Myth 1: "Wi-Fi Is Faster, So It Is Better for Monitoring"
Water level readings are sent every 5--30 minutes. Each packet is under 50 bytes. Whether that packet takes 2 seconds (LoRa) or 0.2 seconds (Wi-Fi) to reach the cloud is irrelevant. The tank level does not change meaningfully in 1.8 seconds.
What matters is reliability, battery life, and coverage -- all areas where LoRa excels for dispersed deployments.
Myth 2: "LoRa Is Complicated and Unfamiliar"
Modern LoRa systems are as close to plug-and-play as it gets:
- Mount the gateway (connect to internet via Ethernet or 4G).
- Power on each sensor node.
- Sensors auto-join the network via OTAA.
- Data appears in the cloud dashboard within minutes.
Total setup time for a 20-sensor system: 2--3 hours. The complexity is handled by the gateway and cloud platform -- the installer does not need to understand chirp spread spectrum modulation or adaptive data rate algorithms.
Myth 3: "Wi-Fi Is Free Because We Already Have It"
True for the first 5--10 sensors. But hidden costs emerge at scale:
- Battery replacement: Wi-Fi sensors on batteries need replacement every 12--18 months. At Rs 1,500 per battery change (including technician time for rooftop access), 20 sensors cost Rs 30,000/year.
- Network congestion: Adding 20--30 IoT devices to a residential Wi-Fi network can slow down streaming and browsing for residents. The RWA committee will not be pleased.
- AP upgrades: Consumer-grade routers handle 15--20 simultaneous connections before becoming unstable. Adding IoT devices may require upgrading to enterprise-grade APs.
- Support burden: When sensors go offline, the IT team or network admin must troubleshoot -- is it a sensor issue, a Wi-Fi issue, or a cloud issue? With LoRa, the IoT system runs on a completely separate network, eliminating cross-domain troubleshooting.
Myth 4: "LoRa Does Not Work Indoors"
This is the opposite of reality. LoRa penetrates buildings better than Wi-Fi because of its lower operating frequency.
Measured test at a residential complex in Hyderabad:
- LoRa gateway on 10th floor rooftop
- Sensor in basement parking (B2), approximately 40 metres below and 60 metres laterally
- Signal strength: -108 dBm
- LoRa receiver sensitivity: -140 dBm
- Link margin: 32 dB -- rock solid
Try that with Wi-Fi. A 2.4 GHz signal from a rooftop router would not even reach B1, let alone B2.
Myth 5: "LoRa Cannot Do Real-Time Control"
For water tank monitoring, "real-time" means knowing the level within the last 5--15 minutes and being able to turn a pump on or off within a few seconds of sending the command.
LoRa Class C devices (always listening) can receive a downlink command within 1--2 seconds. Class A devices (battery-optimised, listen only after transmitting) receive commands at the next uplink window. With a 15-minute interval, worst-case command delivery is 15 minutes.
For motor control, most deployments use a separate local controller at the pump that makes autonomous decisions based on sensor data. The cloud sends schedule changes and configuration updates, not individual on/off commands. This architecture works beautifully with LoRa's periodic uplink model.
Indian Regulatory Considerations
LoRa Frequency Band in India
The Department of Telecommunications (DoT) permits licence-exempt operation in the 865--867 MHz ISM band with the following restrictions:
- Maximum transmit power: 1 Watt EIRP (30 dBm)
- Duty cycle: no formal restriction (unlike the European 1% duty cycle), but LoRaWAN protocol enforces fair-use policies
- No licence required for private or commercial use
This is a significant advantage. Unlike cellular IoT (which requires SIM cards and operator agreements), LoRa deployments in India incur zero spectrum cost.
Wi-Fi Regulations
Wi-Fi in the 2.4 GHz and 5 GHz bands is licence-exempt in India under the Delicensed Band Equipment regulations. No special permissions are needed for indoor or outdoor Wi-Fi deployments, though outdoor deployments above certain power levels may require WPC (Wireless Planning and Coordination) approval.
Practical Deployment Tips for India
LoRa Gateway Placement
- Height is king. Mount the gateway at the highest accessible point -- rooftop water tank platform, telecom tower, or building parapet. Every additional metre of height improves coverage.
- Internet backhaul: The gateway needs Ethernet or 4G to reach the cloud. Run a weatherproof Ethernet cable from the nearest switch, or use a 4G gateway with a Jio or Airtel IoT SIM (Rs 200--400/month for data).
- Power: Use a PoE-powered gateway if Ethernet is available. Otherwise, 12 V DC from a nearby electrical point with a small UPS for power-cut resilience.
- Lightning protection: In monsoon-prone areas (Kerala, Konkan coast, Northeast), install a lightning arrester on the gateway antenna mast. A direct strike will destroy the gateway -- Rs 45,000 gone in a flash.
Wi-Fi Sensor Deployment
- Separate SSID/VLAN: Never put IoT sensors on the same Wi-Fi network as resident or employee devices. Create a dedicated IoT SSID on a separate VLAN with restricted internet access (only MQTT/HTTPS to the cloud server).
- Static IP or DHCP reservation: Assign fixed IPs to sensors so you can identify them by address. Consumer routers with 50+ DHCP leases can become unpredictable.
- Signal survey: Before installing sensors, walk the site with a Wi-Fi analyser app. Note signal strength at each tank location. If below -70 dBm, add an access point or extender before installing the sensor.
- Band selection: Use 2.4 GHz (not 5 GHz) for IoT sensors. The range advantage of 2.4 GHz outweighs the speed advantage of 5 GHz, which is irrelevant for 50-byte packets.
LoRa Spreading Factor Optimisation
LoRa's spreading factor (SF) is the key trade-off between range and battery life:
| Spreading Factor | Range (urban) | Airtime per Packet | Battery Impact | When to Use |
|---|---|---|---|---|
| SF7 | 1--2 km | 40 ms | Lowest (best battery) | Sensor close to gateway, strong signal |
| SF8 | 2--3 km | 70 ms | Low | Moderate distance, clear line of sight |
| SF9 | 3--4 km | 120 ms | Moderate | Default starting point for most deployments |
| SF10 | 4--6 km | 240 ms | Higher | Through multiple walls, moderate obstructions |
| SF11 | 5--8 km | 500 ms | High | Challenging environments, basements |
| SF12 | 6--10 km | 1,000 ms | Highest (worst battery) | Maximum range, worst-case scenarios |
Start at SF9 or SF10 and adjust based on actual RSSI and SNR readings. Use adaptive data rate (ADR) in the LoRaWAN network server to automatically optimise the spreading factor for each sensor over time.
Migration Strategy: Wi-Fi to LoRa
If you already have Wi-Fi sensors that are causing problems (battery drain, dropouts, congestion), here is a phased migration plan.
Phase 1 -- Parallel Deployment (Month 1--2): Install a LoRa gateway and add 5--10 new LoRa sensors at the most problematic locations (worst Wi-Fi coverage, highest battery drain). Keep existing Wi-Fi sensors running. Compare data quality and uptime side by side. Investment: Rs 1,20,000--1,50,000.
Phase 2 -- Validate and Optimise (Month 3--4): Confirm LoRa coverage across the entire site. Identify any dead spots (move gateway or add a second one). Fine-tune spreading factors based on actual signal measurements.
Phase 3 -- Replace Wi-Fi Sensors (Month 5--12): As Wi-Fi sensor batteries die, replace them with LoRa variants instead of new batteries. This avoids the waste of discarding working Wi-Fi hardware -- you simply let it age out naturally. Cost: Rs 8,000 per sensor (incremental).
Phase 4 -- Full LoRa (Month 12+): All sensors on LoRa. Decommission Wi-Fi sensor infrastructure. Result: unified network, dramatically lower maintenance, and multi-year battery life.
Cost-Benefit Summary and Decision Framework
Invest in LoRa (Rs 45,000+ for gateway) when:
- You have 15+ sensors -- the gateway cost is amortised effectively
- Coverage area exceeds 100 metres -- Wi-Fi simply cannot reach
- Battery life matters -- no AC power at sensor locations
- Future expansion is likely -- gateway supports 200+ sensors
- You want zero impact on existing Wi-Fi networks
- Industrial or outdoor environment with EMI concerns
Save with Wi-Fi when:
- Fewer than 10 sensors in a compact area
- Strong enterprise Wi-Fi already deployed and managed
- AC power available at all sensor locations
- IT team prefers familiar technology
- BMS integration via IP network is required
- Budget is tight and existing infrastructure can be leveraged
Consider 4G/NB-IoT when:
- Single isolated tank (farm, construction site, remote pumphouse)
- No infrastructure exists and installing a gateway for one sensor is uneconomical
- Cellular coverage is available
- You accept Rs 200--500/month SIM cost per sensor
For large-scale LoRa deployments and gateway infrastructure, explore our LoRa technology portfolio. For building-level integration with Wi-Fi-based BMS, see our smart building solutions. For city-wide municipal water monitoring using LoRaWAN, visit our smart city solutions.
Conclusion: There Is No Universal "Best" -- Only the Right Choice for Your Site
The LoRa vs Wi-Fi debate is not about which technology is superior in the abstract. It is about which technology best fits your specific deployment: your building layout, your existing infrastructure, your power availability, your scale, and your operational team's familiarity.
Here is the distilled decision process:
- Count your sensors. Under 10? Lean Wi-Fi. Over 20? Lean LoRa.
- Measure your distances. Under 100 metres? Wi-Fi is viable. Over 300 metres? LoRa is required.
- Check power availability. AC at every sensor? Wi-Fi works. Batteries only? LoRa is the only option.
- Assess existing Wi-Fi. Enterprise-grade with spare capacity? Use it. Residential or congested? Avoid it for IoT.
- Plan for growth. Fixed number of tanks? Either works. Expanding over the next 3--5 years? LoRa scales painlessly.
And remember: hybrid deployments are not just valid -- they are often optimal. Use Wi-Fi where it makes sense, LoRa where it excels, and unify everything on a single cloud platform with one dashboard.
The technology is the means. Reliable water monitoring data is the end. Choose pragmatically, deploy professionally, and monitor actively.
Need help deciding? IoTMATE provides free site surveys for water monitoring deployments across India. We test Wi-Fi signal strength, LoRa coverage, and recommend the optimal technology mix for your facility. We deploy both LoRa and Wi-Fi solutions -- our recommendation is unbiased and site-specific. Contact us for a consultation.
