The project is to blend modern ESP8266 IoT /wiFi with existing MicroChip processors to create wearable gear suitable for use anywhere to detect, log, archive and alert both the wearer and remote monitoring sites (Industrial Control rooms) of unusual levels of airborne hazards such as petrogas, ammonia, Co2, CO, volatile alcohols, smoke and so forth. It interfaces sensors, processors, IoT Wifi , power management and handheld smart devices to do this. This creates Gestalt environmental monitoring with real time data availability wherever the gear is worn.
Using an ESP01 unit programmed by an arduino sketch to auto log in to the wifi I got the ESP to publish a webpage in Chrome on the android phone that triggers an alert when the gas sensor (LPG) signal goes logic low.
All wearable running off a phone power bank. Everything boots up in about 10 seconds.
I like the webpage approach as it means anyone on the wifi can be in the loop with a simple link.
A custom app to do graphing/gps and data logging etc. is being looked at.
Your endeavor is incredible. This endeavor has given me a lot to learn. I'd want to distribute it to the xnx xnx honeywell analytics team so they can read it and apply something fresh to our ongoing efforts.
Do you have any modular sensor kits in mind? I'm interested in that for my BotSpine project ( https://hackaday.io/project/9006-botspine ). We currently connect our radiation sensors. The ability to easily add chemical sensors would be great!
Th approach is a standard ADC/ uC back end with plugin modules for the different chemical sensors. For the moment I envisage perhaps allowing for up to 8 simultaneous sensor modules per unit to provide a variety of sensing and logging.
It may be reasonable to make each sensor module i2C compliant for simple scaling as the same bus can be used to store local data logs into i2C memory should the sensing device have to operate in a hazmat environment that disallows Wifi or RF signals. Once withdrawn from the hazmat area the memory can upload into the cloud or any secure devices as appropriate for more limited access.
I hope to permit the system to 'tag' NFC stickers (to be affixed at the site) with a code that matches the chemical data set for later forensic investigations. Thus just linking to the sticker with an app pulls up the archive record of the chemical event from the database for the investigator. Complete with secure time stamps and any images or video taken at the time. Can be useful for the legal documentation ramifications of emissions etc.
Your endeavor is incredible. This endeavor has given me a lot to learn. I'd want to distribute it to the xnx xnx honeywell analytics team so they can read it and apply something fresh to our ongoing efforts.