Latest / Internet of Things with Fexingo: Connected Devices, Sensors, and Industrial IoT / How IoT Sensors Detect Carbon Monoxide in Parking Garages
Transcript
- Lucas: So you're driving into a parking garage — concrete ramp, fluorescent lights, that faint smell of exhaust. You find a spot, grab your bag, head for the elevator. You don't think about the air you're breathing. But in that enclosed space, carbon monoxide from idling engines can accumulate fast — and it's odorless, colorless, and potentially lethal. Luna: And most parking garages aren't airtight — they're open on the sides. But in a multi-level enclosed garage, especially one attached to a hospital or office building, CO levels can spike dangerously. Lucas: Right. And historically, the safety approach has been pretty dumb. You install a wall-mounted CO detector that triggers an alarm, and maybe it's wired to a ventilation fan. But those detectors are often standalone — they don't talk to each other, they don't log data, and they only alert locally. Luna: So if the fan fails, or if nobody's in the maintenance office to hear the alarm, you've got a silent hazard. That's where IoT comes in. Lucas: Exactly. Let me give you a specific case. A mid-sized hospital in Ohio — I'm not naming them because they operate under a larger health system — they have a four-level parking garage attached to the main building. About eight hundred spaces. They were using four ceiling-mounted CO detectors, each wired to a local alarm panel. No central monitoring. Luna: Four detectors for eight hundred spaces? That seems thin. Lucas: It's typical for code compliance — most local building codes just require one detector per zone, and a zone can be an entire level. But the problem is coverage: CO is heavier than air, so it sinks, but it also disperses with air currents. A single point detector might miss a pocket of high concentration twenty feet away. Luna: So what did they do? Lucas: They retrofitted the garage with a wireless mesh of forty-two LoRaWAN-based CO sensors. LoRaWAN stands for Long Range Wide Area Network — it's a low-power protocol that can transmit data over a mile or more through concrete. Each sensor is about the size of a deck of cards, battery-powered, with a ten-year life. They mounted them on ceiling beams and support columns, spaced about every fifty feet. Luna: And these sensors aren't just alarming — they're sending data continuously? Lucas: Yes. They report CO concentration in parts per million every five minutes. The data goes to a gateway on the roof, then over the hospital's existing network to a cloud dashboard. The hospital's facilities team can see real-time readings for every sensor. They set a threshold at fifty parts per million — that's the OSHA permissible exposure limit averaged over eight hours, but for short-term spikes, they wanted an alert at that level. Luna: Fifty PPM is actually pretty conservative. The immediate danger level is more like four hundred parts per million. Lucas: True. But in a garage with patients and visitors — some of whom might have respiratory issues — the hospital wanted a buffer. And here's the key: when any sensor hits fifty PPM, it doesn't just trigger a local alarm. It sends a signal that automatically activates the garage's exhaust fans — not just the fan in that zone, but all fans on that level. The system also sends a text alert to the facility manager and logs the event. Luna: So the response time goes from 'when someone notices' to essentially instant. Lucas: Exactly. Before the retrofit, if a detector triggered an alarm, a security guard would have to go check the panel, then manually turn on the fans. That process took anywhere from ten to twenty minutes. With the IoT system, the fans kick on within ninety seconds of the sensor hit — because the cloud dashboard processes the data and sends a command to the building management system via a simple API. Luna: And I imagine they also got data on patterns — like which times of day CO levels peak. Lucas: That's the real value. After a few months, they noticed that between 7 and 9 AM, and again between 4 and 6 PM, CO levels on the first level routinely hit thirty-five to forty-five PPM — just below the alert threshold. That's when people are circling for spots, idling, waiting. So they adjusted the ventilation schedule: the fans now run on a timer during those peak hours, which keeps baseline levels below twenty PPM. Luna: So they went from reactive to proactive. That's a classic IoT win. Lucas: Right. And the total cost for the sensor mesh, gateway, and two years of cloud service was about eighteen thousand dollars. That's less than the cost of a single hardwired detector replacement in a modern building, where you have to run conduit and pull wire through concrete. Luna: And the hospital avoided a much bigger expense — a full building management system upgrade, which would have run into the hundreds of thousands. Lucas: Exactly. This is a retrofit approach. You're layering IoT onto existing infrastructure without ripping out walls. And this isn't just for hospitals — any enclosed parking structure can benefit. Airports, shopping malls, office towers, even residential buildings with underground garages. Luna: What about sensor accuracy? CO sensors can drift over time, especially electrochemical ones. Lucas: Great question. The sensors they used are electrochemical cells — they do drift, about two percent per year. But the LoRaWAN protocol allows for over-the-air calibration. Once a month, the system sends a self-test command — the sensor applies a known voltage to simulate a CO reading and reports back. If the reading is off by more than five percent, the system flags it for recalibration or replacement. The hospital also does a manual bump test with calibration gas every six months, as required by code. Luna: That's smart. And I assume the data is stored for compliance reporting? Lucas: Yes. The cloud dashboard keeps a three-year rolling log of readings, alerts, and fan activation events. If an inspector or fire marshal asks, the facilities team can pull up a report showing that CO never exceeded fifty PPM for more than five consecutive minutes. That's a huge liability shield. Luna: It also helps with insurance premiums. Some commercial property insurers now offer discounts for IoT-enabled life safety systems. Lucas: I've heard that too. It makes sense — fewer false alarms, faster response, documented compliance. And here's another angle: some municipalities are starting to require real-time CO monitoring in new garage construction. I think we'll see it become standard within five years. Luna: So for the hospital, the ROI came not just from safety, but from operational efficiency and risk reduction. Lucas: And from peace of mind. The facility manager I spoke with said his phone used to ring at 2 AM with a CO alarm from the old system — and he'd have to drive in to check. Now he gets a text, checks the dashboard, sees it's a false alarm from a delivery truck idling too long, and goes back to sleep. Luna: That's a quality of life improvement you can't put a price on. Lucas: And I think that's the quiet promise of a lot of these IoT applications — they don't just prevent disasters, they eliminate the constant low-grade anxiety of not knowing. Luna: If today's conversation gave you something usable — maybe you're a facility manager or just someone who thinks about the air in your parking garage — consider supporting the show. It keeps us independent and ad-free. Our listeners make that possible at buy me a coffee dot com slash fexingo. Lucas: And that support genuinely lets us dig into cases like this one — specific, technical, and practical. So thank you to everyone who's already contributed. Luna: Alright, back to the tech. Lucas, you mentioned LoRaWAN — can you explain why that protocol was chosen over Wi-Fi or cellular? Lucas: Sure. Wi-Fi would have been a nightmare in a concrete garage — signal penetration is poor, and you'd need dozens of access points. Cellular would work, but each sensor needs a SIM card and a data plan, which gets expensive at scale. LoRaWAN uses the 915 megahertz ISM band — that's unlicensed spectrum — and the signal can travel through several concrete floors. The gateway can handle thousands of sensors within a two-mile radius. So for forty-two sensors, one gateway was plenty. Luna: And the battery life — ten years — that's a huge maintenance saving. Lucas: Massive. With wired detectors, you're paying an electrician to run conduit and install junction boxes. With battery-powered LoRaWAN sensors, you just screw them into the ceiling with a bracket. The hospital's maintenance team installed all forty-two in a single day. Luna: What about interference? Parking garages have a lot of metal — rebar, cars — that can block signals. Lucas: That's a real concern. The installers did a site survey with a handheld LoRaWAN tester to map signal strength. They found that the gateway — placed on the roof — covered all four levels, but the lowest level had marginal signal. So they added a second gateway at ground level, which cost about four hundred dollars. Problem solved. Luna: So the total hardware cost was still under twenty grand, including the extra gateway. Lucas: Yes. And the cloud subscription is about two hundred dollars a month, which includes the dashboard, alerts, and data storage. Compare that to the cost of a single ER visit for a CO poisoning case — which can run tens of thousands — and the system pays for itself the first time it prevents an incident. Luna: And there's the legal angle. If someone gets sick in a garage that doesn't have adequate monitoring, the liability is enormous. Lucas: Right. And that's why I think we'll see this become best practice. The technology is cheap, reliable, and easy to install. The only barrier is awareness. Most building owners don't know that a forty-two-sensor mesh can be installed in a day for under twenty grand. Luna: That's a powerful number to take away. So if you manage a parking garage, or you're on a building committee, that's the case you can make. Lucas: Exactly. And if you want to dive deeper, the LoRa Alliance publishes case studies on their website. The hospital's story is anonymized, but the technical specifics are there. Luna: I think this is a great example of how IoT doesn't have to be flashy to be valuable. It's just quietly making the air safer. Lucas: That's the best kind of technology — the kind that works so well you forget it's there.