ITP WC: The System Is Alive
|
ITPWC is a phytoremediation device based on the Eco-Machine systems developed by Dr. John Todd* and research done by the ITPWC team on aquaponics systems. Built in the men’s bathroom on the ITP floor, our inspiration for this project was to create a system that made a positive impact on air quality while also improving the overall ambiance of the space. Aquaponics is the combination of aquaculture and hydroponics. Aquaponic systems are designed to grow plants and fish symbiotically in one integrated system. The fish waste provides a food source for the growing plants and the plants provide a natural filter for the water that the fish live in. A large scale aquaponic system build on the Eco-Machine paradigm has been designed to filter human-created wastes from water, so that water can be recycled for human usage. This system lives at the Omega Center in upstate New York. Two members of ITPWC team had an opportunity to visit Omega, and get a tour of this new inspirational creation. To track the impact that this system had on the air quality in the men’s room, we installed sensors that measure changes in the level of methane and solvent vapors. These sensors were attached to an Arduino that uploaded average readings every five minutes to data feed onPachube. Here is an overview of how the different components in this system work together to create a symbiotic ecosystem and to remediate the water:
I want to thank the ITP WC team for all the hard that they devoted in building this system. We all wore many hats on this project but I want to give credit where it is due. Macaulay took the lead on the physical design and production of this living system, while Adib became our resident aquaponic/eco-machine expert, and Marko led the way in creating the communications for to system. Here are some pictures from the installation itself:
STEP 2: Building the Installation and Fixing the CodeDuring this past week we continued to make good progress on the ITP WC project. Our main objectives were to continue working on building the physical structure for the aquaponic installation and to fix issues with the sensors to ensure that we are able to get valid readings from the bathroom. The Physical Build The Bathroom Layout – Overhead View The Aquaponic System – Close-Up View Now here are a few pictures of Adib, Marko and Macaulay working on building the installation earlier today. Air Quality Sensors Here is a brief overview of the changes that we incorporated into the code for the Methane and Carbon Monoxide sensors. Working with gas sensors is usually tough. One of the main reasons is that gas sensors need to run for several days before they are able to provide accurate readings (usually they need to run for 4 to 5 days). Since we set-up our sensors we had been encountering problems with the readings readings and the feed. Based on information that I found out from conversations with Melissa Clarke last week I became aware that we needed to set-up our sensors differently. Carbon Monoxide and Methane sensors require that their heating element receive alternating amounts of voltage every 20 seconds. Furthermore, in order to get accurate readings it is crucial that the microprocessor capture data during a very small timeframe that lasts approximately 5 milliseconds. This data was not clearly spelled out in the short datasheet that I received along with the sensors. It was only after finding the the detailed documentation online that I was able to accurately understand how to write the code. Here is a link to the code I wrote, available on github. STEP 3: Local Sensing, Worldwide Sharing Over the past week we have been making a lot of progress on our bathroom intervention project, ITP WC. Macaulay and Adib have been taking the lead on the physical design and planning for our installation, including the aquaponic system. They have completed some initial prototyping work and have begun to procure the materials for the final build. More updates to come on that front from the two of them. Marko and I have been focusing our efforts on creating the circuits that feature the gas sensors, and writing the code to share the data using Pachube. I’m happy to report that we have come a long way. We have installed our two first sensors in the ITP men’s room and we have started to feed data to Pachube (feed 11193).
Our first step was to set up the sensors on a breadboard and hook them up to an Arduino with an Ethernet shield. We started with a sensor the captures Methane and Carbon Monoxide (TGS 3870), and a second one that captures solvent vapors (TGS 2600). For building the simple circuits we got some help from an instructable article, since the datasheets from Figaro left much to be desired. We also looked at some tutorials on the arduino site to get up and running with the ethernet shield. Getting started on Pachube required a good bit of learning. We had to get up to speed onPachube’s API, which is not very complex but does require some time and effort. We used one of their tutorials as the basis for our code. The last step was getting the sensors installed in the bathroom and tweaking the code to make sure we were getting reliable readings. The main change we incorporated into the code was to add functionality that takes several readings from the bathroom during a one minute period and averages those readings together uploading data to Pachube (which is done once a minute).
Finding the Right Gas SensorOver the past couple of weeks we have been doing a lot of research regarding sensors that can detect the level of various gases present in our environment. Our main focus has been on finding detection of Carbon Dioxide, Carbon Monoxide, Oxygen, and Various VOC vapors (e.g. ammonia, benzene, formaldehyde, etc). After some research, a colleague of ours found a company called Figaro that offers sensors that can detect most of the gases we want to monitor.
During our research we came across some interesting information about the higher-end gas sensors available on the market (thanks to the help of Eric Rosenthal). Here is an overview of what we discovered: NASA is doing some interesting work related to creating sensor arrays for sensing gasses. The applications of this research is related to leak detection, fire detection, and to create an “electronic nose”. These individual projects are aiming to create system that achieves these goals, using a package that is about the size of a postage stamp. Unfortunately, most of NASA’s work is associated to creating sensors that can used in engines and other high-stress environments. In an article from the magazine Science Daily we learned about laser technology that has been recently developed in the European Union that enables the use of laser to sense a wide array of gasses. This type of sensor does provide the resolution we ideally wanted – enabling the detection of individual gases. Now if we can only get ITP to give us several thousand dollars to support this project then we can look into one of these. Now that we have found most of the sensors we need, we have begun to focus on creating the circuits and writing the code to collect data and publish it to Pachube. Next up I will post some information about this step. ITP WC: Water & Air Remediation SystemA bathroom intervention that brings awareness to water waste and air quality issues in our public spaces. We are designing a natural system that captures and remediates grey water from the ITP bathroom sink, feeds it into a plant-based aquaponic air remediation system, and uses the remaining water for the toilet flushing system. Water and air quality information will be communicated to bathroom users so that they continue to choose this bathroom over other options available on the ITP bathroom. I will collaborate with Adib Dada and Macaulay Campbell on this project. We have agreed to break it down into a few major components. Each component will have a different lead, though everyone will be expected to contribute across all aspects of the project. (1) water remediation system, led by Adib; (2) aquaponic air remediation system, led by Macaulay; (3) sensor systems (air quality sensors and water usage sensors), led by Julio Terra; (4) data visualization component, led by Julio Terra. Multiphase Implementation Plan Next, we will begin the prototyping phase. During this phase we will create initial versions of the sensor circuits and install them in the bathroom to create initial reading benchmarks; we will also build working versions of the water and air remediation systems to test that they work properly independently. Once we have built the initial prototypes we will adjust our design to address issues that arise. This phase will last for 3-weeks. The last phase will be the integration phase. At this point we will integrate the systems, run final tests, and make any final adjustments to get things to work properly. This final phase will last about 2- to 3-weeks. It is important to note that we may not be able to implement all aspects of this concept. However, we hope that we can implement enough elements to be able to create a compelling proof of concept. Here is a more detailed overview of the work we are carrying out in the current phase. Needs Assessment & Research Phase (2) Aquaponic Air Remediation System: research about how to build an aquaponic systems and determine which plants should be used based on their ability to remediate air quality. (3) Sensor Systems: identify the most important particles that need to be tracked from an air quality perspective; find and purchase the appropriate sensors. Identify and purchase a sensor that can measure the amount of water that is being used on the bathroom sink. (4) Data Visualizations: identify what data should be used as part of the visualization. Request approval from ITP to use floor resources (video projector or monitor in bathroom). Immediate Next Steps |





















