I2C Differential pressure sensor with dashboard


We had an interesting problem pass across the desk recently, which was the measurement and visualization of differential pressure in an operating theater.

The device needs to alert occupants to any absence of pressure differential when doors are closed, but not alarm when the doors are open (as there is no differential obviously).

This is itself is not overly complex, but the requirements of the request was that it provided a “web based” dashboard that could be used from anywhere in the department.

We suggested our client engage their BMS contractor, which they did but they were unable to provide a digital system at an appropriate price with a page that could transmit to a segment of an intra-net only, but not require a log-on to view.

Never ones to shy away from a problem, we set to work to assist.

What we came up with is a JSON-Javascript based page that allows connections from a known gateway only and shows data collected from an I2C differential pressure sensor. If the doors are closed, and the pressure does not reach an acceptable level within a pre-set time, the system both alarms and interfaces with a paging system/emailer to make sure the problem is known.

We have done this using Atmel microprocessors, initially prototyped using Arduino with Html/Javascript served by system on chip ARM-Linux.

The system contains a modbus stack for integration with standard scada systems, but we intend to try a JSON interface using a http-get method on a network segment. If that works well, we’ll write a post about it 🙂

Our role in all this was to make the sensor, we can’t wait to see what the installation looks like when its finished.

 

 

 

 

 

Leave a Reply

Your email address will not be published.