Preliminary Design

Initial design documentation: market context, overall concept, core principles, parts list, and prototype plan.

1) Introduction

Despite major advances in water treatment technology, safe drinking water remains inaccessible for roughly one in four people worldwide. Even in the United States, water quality issues persist and contribute to illness each year. As a result, there is a large and growing market for household water purification systems, with a majority of Americans now using some form of home water filter and increasingly viewing filtered water as safer than untreated tap water.

Our goal is to build an adaptive “Brita”-style water purifier that automatically circulates water through a particulate filter and an activated carbon bed until sensor feedback indicates that the water has reached an acceptable quality threshold, at which point treated water is dispensed. The system is designed to be low-cost, user-friendly, and installation-free, targeting users who care about clarity, taste and odor, and basic real-time feedback from their device. Rather than filtering continuously, the purifier operates in a semi-batch mode, producing clean water only when the clean reservoir is low. This reduces unnecessary pumping and highlights the system’s adaptive behavior.

Who is this for?

Our adaptive water purifier is designed to work effectively while remaining simple to implement. It is intended for people who want cleaner, better-tasting water without the hassle of under-the-sink installations or the inconvenience of constantly refilling and waiting, as with standard pitcher filters. Potential use cases include college dorms, rental housing, office kitchens, and emergency backup situations where tap water quality may be temporarily compromised.

What problem does it solve?

Standard pitcher filters operate on a “pour and wait” basis with little to no feedback. Users often do not know whether the water is actually clean or whether the filter media is exhausted, which can lead to:

Our system reduces this uncertainty by combining mechanical filtration with activated carbon treatment and using sensor feedback to determine when water is ready before dispensing.

Why adaptive?

Traditional filters are passive, water passes through once and the user hopes sufficient treatment has occurred. In contrast, our system uses real-time optical turbidity sensing as its primary control variable to continuously monitor water clarity during treatment.

A pH sensor serves as a secondary diagnostic metric and displays water chemistry information to the user. While pH is not actively adjusted or used as the main pass/fail trigger, it provides valuable context about water safety and quality and increases transparency compared to passive filtration systems.

2) Overall Design

Our purifier is designed to connect to a continuous water source (for example, a faucet adapter or a feed line from a larger container). The system runs in a semi-batch cycle: it produces a batch of clean water when the clean reservoir is low, rather than filtering nonstop. This makes the system simpler, reduces unnecessary pumping, and makes the adaptive behavior clear: keep cycling the water until the sensor indicates it is clean enough to transfer.

System Concept (Semi-Batch, Sensor-Gated)

Flow Path (Detailed)

Filtration Module (Mesh + Activated Carbon)

The filtration module uses two complementary mechanisms. First, a fine mesh or filter pad removes suspended solids through size exclusion: particles larger than the pore openings are physically retained, which reduces cloudiness and improves clarity. Second, an activated carbon stage improves taste and odor by adsorption. Activated carbon has a highly porous structure and large internal surface area, allowing it to capture dissolved organic compounds and chlorine-related species that are not removed by mesh filtration alone. Together, these stages target both visible turbidity and common "off-taste" chemical contributors.

Turbidity Sensing with a Photoresistor (Optical Clarity)

The adaptive decision variable is turbidity/clarity measured optically. A low-cost implementation uses an LED light source and a photoresistor (LDR) placed across a small inline chamber (or a transparent segment of tubing). Suspended particles scatter and absorb light, so cloudy water reduces the amount of light reaching the photoresistor. As the water becomes clearer, more light reaches the sensor and the LDR's resistance changes in a repeatable way.

Control Logic (High-Level)

Future Sensor Additions (If Time Allows)

If time and budget allow, additional sensors could improve robustness and provide better insight into water quality beyond turbidity alone. Examples include a conductivity/TDS sensor for dissolved ions, a temperature sensor for compensation and logging, or simple flow sensing to detect clogs and estimate filter loading over time.

Diagram

Overall system diagram
System block diagram

3) Chemical / Physical Principles

Our system combines mechanical filtration and activated carbon treatment, then uses sensor feedback to decide when the water is "clean enough" to transfer into the final reservoir. In general, contaminants fall into two categories that matter for this prototype: suspended particles (which drive cloudiness) and dissolved compounds (which drive taste/odor).

Filtration + treatment (mesh + activated carbon)

The treatment module is a two-stage approach in one integrated path. First, a fine mesh or filter pad removes suspended solids primarily through size exclusion and interception (particles are physically retained by pores or collide with fibers). Second, activated carbon improves taste and odor by adsorption: dissolved molecules adhere to the carbon's internal pore surfaces due to its high surface area. Recirculation increases the total number of passes and total contact time with both stages, which improves performance when the starting water quality is worse.

Turbidity and optics

Turbidity is a measure of how much suspended material is present in the water. These particles scatter and absorb light, which makes water appear cloudy and reduces light transmission through the fluid. Our filtration stage removes suspended particles so turbidity tends to improve continuously during a cycle. This makes turbidity a practical real-time variable for closed-loop control: the system can keep filtering until the turbidity signal stabilizes below a target threshold.

Our turbidity sensor uses a simple optical transmission setup. An LED shines across a small inline chamber (or a clear tubing segment), and a photoresistor measures the received light intensity. Cloudier water reduces the received intensity; clearer water increases it. The microcontroller reads the photoresistor through a voltage divider, giving a repeatable signal that correlates with clarity even if it is not calibrated to lab-grade NTU units.

pH

pH provides context about water chemistry and is displayed to the user as an informational metric. Typical drinking water is often considered acceptable around pH 6.5–8.5. In this prototype, pH is not used as the main pass/fail trigger because pH alone does not quantify clarity or many specific dissolved contaminants, but it is useful for diagnosing unusual source conditions and verifying the system is behaving consistently across runs.

Flow, mixing, and contact time

Pump flow rate affects both pressure drop across the filter and contact time in the carbon stage. Higher flow can shorten cycle time but reduces per-pass contact time; lower flow increases adsorption effectiveness but can slow overall throughput. As the filter loads with solids, resistance increases and performance can change over time. The advantage of the sensor-gated, semi-batch approach is that the system can adapt by running longer when conditions require it.

Extensions (if time allows)

If time allows, additional sensors such as conductivity/TDS or flow could improve performance monitoring, detect clogs, and give better insight into dissolved contaminants not captured by turbidity alone.

4) General Materials and Parts List

This section outlines the major components required to build the adaptive water purification system. Components are selected to support real-time sensing, adaptive control, and low-cost prototyping consistent with the overall system design.

Turbidity Sensing

The turbidity sensor provides the primary control signal for adaptive filtration. It uses an optical transmission setup in which a LED shines through flowing water and a photosensitive element measures transmitted light intensity. Changes in turbidity directly affect the received signal.

Electrical Components

Purpose and Notes

pH Sensing

The pH sensor provides chemical context and user-facing feedback but does not directly control filtration. pH is measured before the clean reservoir and displayed to the user.

Electrical Components

Purpose and Notes

Filtration and Adsorbent Module

The filtration module combines mechanical particle removal and chemical adsorption to address both turbidity and dissolved contaminants.

Components

Purpose and Notes

Valve and Flow Routing (Adaptive Control)

Pinch valves control whether water is recirculated for further treatment or transferred to the clean reservoir once turbidity criteria are met.

Components

Purpose and Notes

Pump, Tubing, and General Fluid Handling

These components support water movement through the sensing and filtration loop.

Components

Purpose and Notes

Water Level Sensing (Ultrasonic Sensor)

Water level sensing enables semi-batch operation and prevents overflow or dry-running.

Components

Purpose and Notes

Tools and Fabrication Equipment

5) Timeline

Key milestones with target dates and success metrics for tracking progress.

Milestone 1: Preliminary Design

Week 2 — Feb 3
  • GitHub Page live with documentation
  • Block diagram finalized
  • Parts list submitted
  • Physical/chemical principles documented

Milestone 2: Initial Design

Week 4 — Feb 17
  • SWOT analysis completed
  • At least 3 competitors researched with pricing
  • Gantt chart published
  • Value proposition defined

Milestone 3: Demo 1 — Proof of Concept

Week 7 — Mar 10
  • Turbidity sensor reads and logs values
  • Pump circulates water through filter
  • System detects "cloudy" vs "clear" difference
  • Breadboard prototype assembled

Milestone 4: Demo 2 — Functional Prototype

Week 10 — Mar 31
  • Recirculation loop runs autonomously
  • Turbidity threshold triggers transfer
  • pH sensor displays reading
  • Serial output logs all sensor data

Milestone 5: Demo 3 — MVP

Week 13 — Apr 28
  • Full system enclosed in housing
  • Automated fill → filter → dispense cycle works
  • Meets turbidity target consistently
  • pH displayed on screen for user

6) Future Considerations

While the current adaptive water purification system demonstrates filtration using turbidity feedback and post-treatment pH monitoring, several extensions could improve performance, usability, and applicability for real-world deployment.

Expanded Water Quality Sensing

At present, turbidity serves as the primary control variable, while pH provides diagnostic information. Future versions of the system could incorporate additional sensors to capture aspects of water quality not detected optically.

One potential addition is a conductivity or Total Dissolved Solids (TDS) sensor, which would quantify dissolved ions that remain invisible to turbidity sensing. This would provide a secondary chemical check after activated carbon filtration and increase confidence that dissolved contaminants have been adequately reduced.

Automatic pH Control

Currently, pH is measured and displayed but not actively adjusted. A future enhancement could pair the pH sensor with small dosing pumps to automatically correct water chemistry. If the water is too acidic or too basic, the system could add controlled amounts of buffering solution to bring pH into a safe and optimal range for both consumption and adsorption performance.

Data Logging and User Interface Improvements

Future iterations could include data logging via an SD card or wireless communication to record turbidity, pH, and filtration cycle duration over time. This information would allow users to track filter performance, identify long-term trends, and receive clearer guidance on when maintenance or replacement is required.

Scalability and Cartridge-Based Design

The activated carbon bed could be redesigned as a replaceable cartridge, simplifying maintenance and making the system easier to scale for household or portable use. Cartridge-based filtration would also allow different media to be swapped in depending on application, such as catalytic carbon for chloramine removal or alternative adsorbents for specific contaminants.

Integrated and Enclosed System Design

Another potential improvement is housing the entire system within a single enclosed casing, with an integrated display and concealed tubing. This would improve safety, reduce contamination risk, and give the device a more polished, consumer-friendly appearance similar to a water cooler or countertop purifier. A closed enclosure would also protect sensors and electronics from splashing and handling damage, improving reliability over time.

References