
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
M. Saraswath1 , K.Chetan Kumar2 , G. Susmitha 3 , K.Narendra kumar4 G. Kumar5 , Ch.Mahesh 6
1Assistant Professor & AMRITA SAI INSTITUTE OF SCIENCE AND TECHNOLOGY
2Student & AMRITA SAI INSTITUTE OF SCIENCE AND TECHNOLOGY
3Student & AMRITA SAI INSTITUTE OF SCIENCE AND TECHNOLOGY
4Student & AMRITA SAI INSTITUTE OF SCIENCE AND TECHNOLOGY
5Student & AMRITA SAI INSTITUTE OF SCIENCE AND TECHNOLOGY
6Student & AMRITA SAI INSTITUTE OF SCIENCE AND TECHNOLOGY ***
Abstract -
The rapid industrialization and urban expansion of the 21st century have significantly elevated levels of environmental pollution, posing a growing threat to public health and ecological sustainability. While traditional airand water quality monitoring infrastructures exist, they are typically stationary, cost-intensive, and inaccessible to the general population, particularly in under-resourced regions. This research introduces the design and development of an innovative, low-power, wearable device a smart watch engineered to provide real-time sensing and assessment of both air and water quality parameters. Compact in form yet powerful in function, the proposed device leverages a suite of low-cost environmental sensors integrated with an ESP32 microcontroller and an OLED display to deliver accessible,onthe-go pollution monitoring.
The smart watch employs an MQ135 gas sensor for air quality detection, primarily measuring levels of harmful gases such as CO₂, NH₃, benzene, and smoke particulates. Simultaneously, a turbidity sensor evaluates water clarity, identifying contaminationbydetectingsuspendedparticulates and sediments. In addition, a DHT11 sensormeasuresambient temperature to provide further context to environmental conditions. The acquired data is processed locally andvisually rendered on a 128×64 OLED screen, allowing the user to instantly comprehend the air and water quality status intheir immediate surroundings.
The real-time measurements are interpreted using predefined thresholds: air quality is classified as "Fresh" or "Poor" based on MQ135 analog readings, while water quality is categorized as "Clear" or "Dirty" depending on turbidity sensor output. The intuitive user interface ensures that users of all technical backgrounds can easily understand the environmental parameters being displayed. The system also logs data through the serial monitor for debuggingandfuture expansion toward cloud integration or mobile-based interfaces.
The proposedsystemiscost-effective,energy-efficient, and scalable, making it highly suitable for deployment in densely populated cities as well as remote, pollution-prone
rural areas. By transforming passive pollution awarenessinto proactive engagement, the smartwatchempowersindividuals to make informed decisions such as avoiding polluted areas or reporting unsafe water sources thus promoting both personal and community health. Moreover, its wearable form factor redefines the scope of environmental sensing by bringing it directly to the user, rather than requiring proximity to static measurement stations.
In summary, this research presents anovelfusionofembedded systems and environmental science,culminatinginawearable solution that democratizes pollution monitoring. The Air and Water Pollution Sensing Smart Watch stands as a pioneering step toward ubiquitous, citizen-centric environmental intelligence, setting the stageforfuturedevelopmentsinsmart wearables and IoT-based environmental analytics.
Keywords: Air pollution, Water pollution, Smart watch, Environmental monitoring, MQ135 sensor, Turbidity sensor, DHT11, OLED display, Wearable technology, IoT, Real-time sensing, ESP32, Portable device, Embedded systems, Low-cost monitoring
Environmental pollution has emerged as one of the most critical challenges of the modern era, with air and water contaminationrankingamongthemostpressingthreatsto human health and ecological balance. The World Health Organization reports that air pollution is responsible for approximatelysevenmillionprematuredeathsgloballyeach year,whileunsafewatercontributestoarangeofdiseases, particularly in developing regions. Despite the growing urgency of this issue, the majority of environmental monitoring systems remain centralized, expensive, and difficulttoaccessfortheaveragecitizen.Thisgapbetween pollution awareness and personal action has created a compelling need for decentralized, portable, and userfriendlymonitoringsolutions.
Technological advancements in the fields of microelectronics, sensor integration, and wireless communicationhavepavedthewayforthedevelopmentof compact,cost-effective,andenergy-efficientenvironmental
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
monitoring devices. In this context, wearable technology presentsauniqueopportunitytobringreal-timepollution sensingdirectlytoindividuals,enablinginformeddecisionmaking and promoting proactive engagement with one’s surroundings. This research project introduces a smart watchcapableofdetectinganddisplayingbothairandwater quality parameters in real time, alongside ambient temperature.Bycombiningenvironmentalsensorswithan ESP32 microcontroller and a graphical OLED display, the proposed system delivers an accessible and practical solutionforeverydaypollutionmonitoring.
The smart watch incorporates three primary sensors: the MQ135 gas sensor for detecting air quality basedonconcentrationsofharmfulgasessuchasCO₂and NH₃; a turbidity sensor for assessing water clarity by measuringsuspendedparticles;andtheDHT11sensorfor monitoring ambient temperature. The data captured by these sensors is processed locally on the ESP32 microcontroller and visualized through a 128×64 OLED screen, providing users with an intuitive interface that displayspollutionlevelsclearlyandconcisely.
Unliketraditionalmonitoringstations,thiswearable device offers mobility, allowing individuals to assess environmentalconditionswherevertheygo.Itisparticularly valuableforpeoplelivinginurbancenters,nearindustrial zones, or in regions prone to water contamination. Moreover,itslowcostandeaseofusemakeitsuitablefor educational,domestic,andfieldapplications.
Overall, the proposed Air and Water Pollution Sensing Smart Watch represents a step forward in the democratizationofenvironmentalintelligence.Itempowers users with real-time, actionable insights into their surroundings, contributing to healthier lifestyles and increasedpublicawarenessofenvironmentalrisks.
1. ESP32 Development Board
Purpose: Acts as the central microcontroller unit(MCU)toreadsensordata,processit,and displaytheresults.
Features:Built-inWiFiandBluetooth,dual-core processing, low power consumption, and multipleADCchannels.
2. MQ135 Gas Sensor
Purpose: Measuresairqualitybydetectinggases such as CO₂, NH₃, benzene, smoke, and other pollutants.
Connection Type: AnalogoutputtoESP32ADC pin.
3. Turbidity Sensor
Purpose:Detectswaterclaritybymeasuringthe amount of light scattered by particles suspendedinwater.
ConnectionType:AnalogoutputtoESP32ADC pin.
4. DHT11 Temperature and Humidity Sensor
Purpose: Measures ambient temperature and humiditytoprovideenvironmentalcontext.
ConnectionType:DigitaloutputtoaGPIOpinon theESP32
5 0.96-inch OLED Display (128×64, I2C Interface)
Purpose: Displays real-time readings of air quality,waterquality,andtemperature.
Features: SSD1306 driver, low power consumption,highcontrast.
Connection Type: I2C(SCLandSDApinsconnected toESP32).
3. HARDWARE CONNECTIONS
Fig -1:HardwareConnectivity
4. CODE
#include<Wire.h>
#include<Adafruit_GFX.h>
#include<Adafruit_SSD1306.h>
#include<DHT.h>
#defineSCREEN_WIDTH128
#defineSCREEN_HEIGHT64
#defineOLED_RESET -1 Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT,&Wire,OLED_RESET); #defineDHTPIN4
#defineDHTTYPEDHT11 DHTdht(DHTPIN,DHTTYPE); #defineMQ135_PIN34 //MQ135AnalogPin
#defineTURBIDITY_PIN35 //TurbiditySensorAnalogPin
voidsetup(){ Serial.begin(115200);
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
//InitializeOLED if(!display.begin(SSD1306_SWITCHCAPVCC,0x3C)){ Serial.println("SSD1306initializationfailed!"); for(;;);
}
display.clearDisplay(); display.setTextSize(1); display.setTextColor(WHITE);
//InitializeDHTSensor dht.begin(); } voidloop(){ floattemp=dht.readTemperature(); intmq135_value=analogRead(MQ135_PIN); intturbidity_value=analogRead(TURBIDITY_PIN);
//Determineairquality
Stringair_status=(mq135_value<400)?"FreshAir":"Poor Air";
//Determinewaterclarity
Stringwater_status=(turbidity_value>600)?"WaterClear" :"WaterDirty";
//PrintdataonOLED display.clearDisplay();
display.setCursor(0,0); display.print("Air:"); display.println(air_status);
display.setCursor(0,20); display.print("Water:"); display.println(water_status);
display.setCursor(0,40); display.print("Temp:"); display.print(temp); display.println("C"); display.display();
Serial.print("AirQuality:");Serial.println(air_status); Serial.print("WaterQuality:");Serial.println(water_status); Serial.print("Temperature: "); Serial.print(temp); Serial.println("C"); delay(2000); } 5.
TheimplementationoftheAirandWaterPollution SensingSmartWatchinvolvestheintegrationofhardware
componentswithembeddedsoftwaretocollect,process,and displayenvironmentaldatainrealtime.Thissectioncovers the design from hardware integration to firmware development.
Thecoreofthesystemisthe ESP32 development board, whichactsasthecentralprocessingunit.Itinterfaceswith multipleenvironmentalsensorstomeasurekeyparameters:
The MQ135 gas sensor isconnectedtoanalogpin GPIO34 oftheESP32.Itdetectsharmfulgasessuch as CO₂, NH₃, benzene, and smoke, providing a voltageoutputproportionaltoaircontamination.
The Turbidity sensor, connected to GPIO35, monitorswaterclaritybydetectingthepresenceof suspendedparticlesinwatersamples.
The DHT11 sensor,connectedto GPIO4,provides ambient temperature data to give environmental context.
A 0.96-inch OLED display, interfaced via the I2C protocol using pins GPIO21 (SDA) and GPIO22 (SCL),visuallypresentsairquality,waterstatus,and temperaturetotheuser.
All components are powered using a Li-ion battery, connectedthrougha TP4056 charging module to ensure safe charging and power delivery. The entire system is assembledintoacompact,wearableformusingacustomor 3D-printedenclosure.
ThefirmwareisdevelopedusingtheArduinoIDE,leveraging open-sourcelibrariessuchas:
Wire.hforI2Ccommunication
Adafruit_GFX.h and Adafruit_SSD1306.h for OLED displaycontrol
DHT.hfortemperaturesensorintegration
TheprogrambeginswithinitializingtheOLEDdisplayand DHT11sensor.Inthemainloop,sensorreadingsaretakenat regularintervals:
Temperature isreadfromtheDHT11sensor.
Air quality is derived from the MQ135 analog voltagelevel.Athreshold(e.g.,<400)classifiesthe airas"Fresh"or"Poor".
Water quality is assessed using the turbidity sensor’s output. Values above a threshold (e.g., >600)areconsidered"Clear";otherwise,thewater isclassifiedas"Dirty".
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072 © 2025, IRJET | Impact Factor value: 8.315 | ISO 9001:2008 Certified Journal | Page568
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
Thereal-timeimplementationoftheAirandWaterPollution
Sensing Smart Watch involved both the integration of carefully selected hardware components and the development of embedded software to enable real-time environmental monitoring. This section provides a comprehensive description of the hardware assembly, interfacing techniques, code development, functional validation, and challenges faced during the prototyping phase.
Tobeginwith,thecentralcomponentofthesystem is the ESP32 microcontroller, chosen for its dual-core processor, built-in Wi-Fi and Bluetooth capabilities, low power consumption, and multiple general-purpose I/O (GPIO)andanalog-to-digitalconverter(ADC)channels.These features make it ideal for wearable, portable applications such as a smart watch. The ESP32 serves as the primary controller that manages data acquisition, processing, and display.
ThefirstsensorinterfacedwiththeESP32wasthe MQ135gassensor,whichmeasuresairqualitybydetecting gases such as ammonia, nitrogen oxide, alcohol, benzene, smoke, and carbon dioxide. This sensor outputs an analog
voltagethatvariesbasedontheconcentrationofgasesinthe air.TheanalogoutputoftheMQ135sensorwasconnectedto GPIO34, one of the ESP32's ADC-enabled pins. During implementation,itwasnotedthatMQ135valuesarerelative andrequirecalibrationagainstknowngasconcentrationsfor precisemeasurement.Forthepurposesofthisprototype,a threshold-based classification system was used, wherein values below 400 wereconsidered "FreshAir," andvalues abovethisweredeemedtorepresent"PoorAir."
Next, the turbidity sensor was interfaced with the ESP32tomonitorwaterquality.Thesensoroperatesonthe principleoflightscattering:higherturbiditylevelsinwater scattermorelight,whichthesensordetectsandconvertstoa correspondinganalogvoltage.Thisoutputwasconnectedto GPIO35oftheESP32.Duringinitialtesting,cleantapwater andwatermixedwithvarioussubstances(suchassoil,tea, and detergent) were used to evaluate the sensor’s responsiveness.Athresholdof600wasusedtodifferentiate between“ClearWater”and“DirtyWater.”LiketheMQ135, turbidity readings can also benefit from calibration using nephelometric turbidity units (NTUs), but for this implementation,qualitativedetectionsufficed.
Environmental context was further enriched by integrating a DHT11 temperature and humidity sensor. AlthoughDHT11isnothighlyprecise,itscost-effectiveness andeaseofusemakeitsuitableforprototypeapplications. TheDHT11wasconnectedtoGPIO4,andthelibraryDHT.h wasusedtoinitializeandreaddatafromit.Onlytemperature data was considered in this implementation, while the humidity value was ignored to simplify output display. However,thesensorcanbeextendedinfutureversionsto monitor relative humidity, which affects air quality perception.
Forthedisplaycomponent,a0.96-inchOLEDscreen (128×64resolution)basedontheSSD1306driverchipwas chosen.TheOLEDmodulewasconnectedtotheESP32using I2CcommunicationwithSDAconnectedtoGPIO21andSCL connectedtoGPIO22.Thedisplaywaspoweredviathe3.3V pin of the ESP32. The libraries Adafruit_GFX.h and Adafruit_SSD1306.hwereusedtocontrolthedisplay.These libraries provide high-level functions for rendering text, shapes, and images on the screen. The OLED continuously displaysairquality,waterclarity,andambienttemperature, updatingevery2seconds.Textwascarefullyformattedand spacedusingsetcursorpositionstoensurereadabilitywithin thecompactscreenarea.
Theentiresetupwaspoweredbya3.7Vlithium-ion battery, with power management handled via a TP4056 charging module. The module allows for safe USB-based chargingandpowerstheESP32throughitsOUT+andOUT–pins. This configuration ensures that the smart watch can functionindependentlyofexternalpowersources,aligning with its wearable design. For ease of debugging and data
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
logging during development, serial communication was enabledusingSerial.begin(115200).Theserialmonitorinthe ArduinoIDEprovidedreal-timefeedbackonsensorvalues andhelpedincalibratingandrefiningthresholds.
A critical aspect of the implementation was code development and testing. The firmware was written in Arduino C/C++, with modular functions for reading each sensor.Conditionalstatementswereusedtoclassifyairand water quality based on real-time sensor readings. Each iterationoftheloop()functionretrievednewsensorvalues, determined qualitative status ("Fresh Air" or "Poor Air", "Clear Water" or "Dirty Water"), and then displayed the outputontheOLED.Allvariableswerechosenwithfloator intdatatypesasrequired,andsensorerrors(likeNaNfrom DHT11)werehandledwithfallbackroutinesorserialprints foruserawareness.
Throughoutthe implementation, hardware design considerationswerecrucial.Allsensorsandthedisplaywere mounted on a compact perfboard during the final testing phase. Wires were carefully routed to avoid signal interference, especially in analog signals. The entire hardware setup was then enclosed within a custom 3Dprinted wrist-wearable casing to give it a watch-like appearance. The enclosure had ventilation holes near the MQ135sensorforeffectiveairqualitysensingandasealed compartmentfortheturbiditysensortoallowdippinginto watersamples.TheOLEDscreenwasplacedinthecenterof thecasingforvisibility
To evaluate system functionality, several test scenarios were conducted. For air quality, the watch was exposedtooutdoorenvironments,kitchens,andareaswith incense smoke. The MQ135 reliably detected elevated gas levelsinsuchconditions.Forwaterquality,samplesofclean tap water and muddy water were compared. The OLED displayed"WaterClear"forpurewaterand"WaterDirty"for contaminatedsamples,confirmingproperresponse.
Thesystemwasalsotestedforbatteryendurance.A single1200mAhlithium-ioncellpoweredthedeviceforover 5hoursofcontinuousmonitoringanddisplay.Thisbattery lifecanbeimprovedinfutureiterationsusingsleepmodes andpoweroptimizationstrategiessupportedbytheESP32. Challenges faced during implementation included sensor noise and instability in readings due to fluctuating voltages.Theseweremitigatedusingsmoothingalgorithms likeaveragingovermultiplesamples(thoughnotincludedin the final code snippet for simplicity). Moreover, the OLED display’ssmallsizeposedlimitationsfordisplayinglargetext or graphs, which could be addressed using scrolling techniquesorlargerdisplaysinfutureversions.
In conclusion,the real-time implementationof theAirand WaterPollutionSensingSmartWatchsuccessfullyintegrated low-costsensorswithanESP32controllerandOLEDdisplay
toprovideaneffective,wearablesolutionforenvironmental monitoring.Theprototypedemonstratesstrongpotentialfor use in smart health, environmental education, and citizen scienceapplications.Futureworkcanextendthisdevicewith wireless data transmission to cloud platforms, integration withsmartphones,andtheadditionofmoreprecisesensors orGPSmodulesforgeolocation-basedtrackingofpollution levels.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
1. Real-Time Environmental Monitoring
Oneofthecoreadvantagesofthesmartwatchisits ability to provide real-time updates about the surroundingairandwaterquality.Byusingsensors suchasMQ135andturbiditymodules,usersreceive immediateinsightsintotheirenvironment,allowing fortimelydecision-making.
2. Compact and Portable Design
The wearable nature of the device makes it significantly more portable than traditional pollutionmonitors.Userscancarryitontheirwrist, enabling seamless monitoring during everyday activitieslikewalking,commuting,ortraveling.
3. Multi-Parameter Sensing Capability
Unlikesingle-purposeenvironmentalgadgets,this smartwatchintegratesmultiplesensors,including air quality (MQ135), water turbidity, and temperature (DHT11), delivering a holistic understandingofenvironmentalhealthparameters.
4. Affordable and Cost-Effective
The components used ESP32, MQ135, DHT11, OLED display, and turbidity sensor are all lowcost and widely available. This ensures that the watch can be mass-produced or replicated in schools, homes, and communities without substantialfinancialbarriers.
5. Easy to Use and Interpret
WithaminimalisticOLEDdisplayandintuitivetextbased interface, the output such as “Fresh Air” or “WaterDirty”iseasytounderstand,evenfornontechnical users, increasing accessibility for the generalpublic.
6. Enhances Personal Health Awareness
By alerting users to poor air or water conditions, thedeviceactsasapreventivehealthtool.Userscan avoid areas or sources with elevated pollution levels, thereby minimizing their exposure to harmfulenvironmentalfactors.
7. Promotes Environmental Literacy
The smart watch doubles as an educational tool. Studentsandcitizensgaindirectexposuretorealworld pollution levels, fostering greater environmental responsibility and awareness throughhands-onlearning.
8. Wireless Capability via ESP32
Since ESP32 includes Wi-Fi and Bluetooth, the devicecanbeextendedtotransmitdatawirelessly to cloud platforms, mobile phones, or computers, allowing remote monitoring and smart notifications.
9. Versatile Applications
Thisprojecthaswide-rangingapplications:itcanbe used by hikers in forests, workers in factories,
commuters in polluted cities, or students conducting science experiments. It adapts to differentusecaseswithease.
10. Eco-Friendly Operation
With a rechargeable lithium-ion battery and low power consumption, the smart watch is environmentally conscious in its operation, avoiding disposable batteries and reducing electronicwaste.
11. Scalable for Community Networks
Multipledevicescanformasensornetworkacrossa city or village, creating a distributed monitoring system. Data collected can be used for crowdsourcedpollutionmappingandurbanplanning.
12. Encourages Preventive Action
Thereal-timealertsprovidedbythewatchprompt userstoactimmediately.Forinstance,a“PoorAir” alert may lead someone to wear a mask or avoid outdoorexerciseduringpeakpollutionhours.
13. Enables Field-Based Research
Forenvironmentalresearchers,thedeviceoffersa mobileandreal-timedataacquisitiontool.Instead of carrying bulky sensors, scientists can use this wearableforin-fielddatalogging.
14. Improves Disaster Preparedness
The device can be an early indicator of environmental anomalies.Forexample,a spikein water turbidity after rainfall may warn of floodrelated water contamination, while smoke from wildfireswillaffectairreadings.
15. Ideal for Remote and Rural Areas
In regions where government-installed pollution monitorsareunavailable,thissmartwatchserves as a self-contained alternative for environmental data collection, ensuring inclusivity in environmentalmonitoring.
16. Integration with IoT Ecosystems
The ESP32 controller supports integration with cloud platforms like ThingSpeak or Firebase. The data collected can be stored, visualized, and analyzed remotely, adding value to smart city infrastructure.
17. Encourages Citizen Science Projects
Communitiesandschoolscanusethissmartwatch as part of citizen science programs. It empowers individuals to contribute data and participate in environmentalconservationinitiatives.
18. Customizable Alert System
ThewatchcanbeextendedwithbuzzersorLEDsto provide visual or audible alerts when pollution crossesdangerousthresholds,offeringcriticalrealtimewarnings.
19. Data Logging for Trend Analysis
UsingtheESP32’sstorageorconnectivity,historical data can be logged to track changes in pollution levels over time. This is crucial for studying long-
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
term environmental impacts or season-based variations.
20. Enhances Government Monitoring
Localauthoritiescandistributesuchdevicesamong volunteersorsanitationworkerstogatherdatain inaccessible or unmonitored zones. This helps governments create better environmental strategies.
21. Assists Vulnerable Groups
Individualswithrespiratoryorskinconditionscan benefit immensely from the smart watch. Alerts about polluted environments help them avoid triggersthatmayleadtohealthcomplications.
22. Promotes Sustainable Living
By being aware of pollution levels, users may be motivated to reduce their own environmental impact like reducing vehicle use, conserving water,orplantingmoretrees.
23. Encourages Technological Innovation
Thisprojectinspiresfurtherinnovationinwearable environmental devices. It opens pathways for adding GPS, solar charging, or more accurate sensors,therebypushingresearchboundaries.
24. Supports Regulatory Compliance
Industriesorsmallbusinessescanusethiswatchto monitor pollution levels near their premises and ensure they stay within permitted limits, helping themcomplywithenvironmentalregulations.
25. Minimizes Infrastructure Dependency
Since it is wearable and self-sufficient, the watch doesnotrequireheavyinfrastructure,powergrids, orinternettofunction.Thisisidealfordeployment inunderdevelopedordisaster-hitareas.
26. Boosts Smart Agriculture
Farmerscanusethedevicetoassessairandwater quality affecting crops and livestock. This informationhelpsoptimizeirrigationpracticesand livestockmanagement.
27. Offers Cross-Disciplinary Learning
Studentsfromelectronics,environmental science, health,andevendatasciencecancollaborateonthis device, making it a useful interdisciplinary educationaltool.
28. Facilitates Policy Advocacy
Real-time data from the watch can be used by environmental activists and NGOs to highlight pollution hotspots, advocate for change, and hold pollutersaccountable.
29. Adds Value to Health Devices
Incorporating environmental monitoring into wearables (like smart watches or fitness bands) enhancestheirutility,allowingthemtoactasboth healthandenvironmentmonitors.
30. Prototype for Commercial Products
This project acts as a prototype for commercial smarthealthwearablesthatincludeenvironmental
awarenessfeatures.Itdemonstratesthefeasibility ofpollution-sensingwearablesintherealworld.
The"AirandWaterPollutionSensingSmartWatch" represents a significant innovation at the intersection of environmental monitoring and wearable technology. By integratingsensorscapableofdetectingairquality(viathe MQ135sensor),waterpurity(throughturbiditydetection), and ambient temperature (via the DHT11 sensor), this projectsuccessfullydemonstratesacost-effective,portable, and user-friendly solution for real-time environmental awareness.DesignedusingtheESP32microcontrollerand anOLEDdisplay,thesmartwatchprovidesimmediatevisual feedback, empowering individuals to make informed decisionsbasedontheirsurroundings.
In the context of increasing global environmental challenges especially rising air and water pollution levels thisdeviceservesasanessentialtoolforpersonal healthprotectionandpublicenvironmentalengagement.Its compact, wearable form ensures ease of use in daily life, whilethemodular,scalablearchitecturemakesitsuitablefor both individual applications and wider community deployments. The use of readily available and low-power componentsfurther enhancesthe feasibilityoflarge-scale adoption, particularly in developing regions and remote areas where environmental monitoring infrastructure is limited.
Beyond individual utility, this innovation offers broad implications for education, public health, disaster preparedness, and smart city development. It encourages community-driven environmental stewardship, fosters technological literacy, and supports real-time data-driven researchandpolicymaking.Theabilitytowirelesslyconnect with cloud platforms adds another layer of versatility, enablinglong-termdatalogging,trendanalysis,andremote monitoring.
This project exemplifies how modern embedded systemsandIoTtechnologiescanbeharnessedtoaddress pressing ecological concerns. As the world moves toward smarterandmoresustainablelivingpractices,solutionslike theAirandWaterPollutionSensingSmartWatchwillplaya criticalroleinbridgingthegapbetweenenvironmentaldata andeverydaydecision-making.Futureenhancementssuch as GPS integration, mobile application support, or the inclusionofadditionalsensorsforhumidity,CO2,andnoise levelscouldfurtherelevateitspotential.
In conclusion, this project not only showcases technical ingenuityand practical relevance butalsoaligns withglobalsustainabilitygoals.Itpavesthewayforanew generationofsmart,wearableenvironmentalmonitorsthat
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 12 Issue: 04 | Apr 2025 www.irjet.net p-ISSN: 2395-0072
empower individuals and communities to live healthier, moreinformed,andenvironmentallyconsciouslives.
[1] Adafruit. (n.d.). SSD1306 OLED Display Datasheet Retrieved from https://learn.adafruit.com/monochrome-oledbreakouts
[2] DHT11 Sensor Datasheet. (n.d.). Retrieved from https://www.sparkfun.com/datasheets/Sensors/Tempe rature/DHT11.pdf
[3] MQ135 Gas Sensor Datasheet. (n.d.). Retrieved from https://www.winsensensor.com/d/files/PDF/MQ135.pdf
[4] Zhang,L.,&Bai,Y.(2018). Air quality monitoring system using IoT and cloud computing. IEEE International ConferenceonSmartCloud,98–104.
[5] Sharma,R.,&Singh,V.(2020). IoT-Based Water Quality Monitoring System Using Sensors.InternationalJournal ofScientificResearchinComputerScience,Engineering andInformationTechnology,6(1),2456-3307.
[6] Ali,M.A.,&Hussain,T.(2021). Development of Low-Cost Real-Time Air Pollution Monitoring System Using MQ Sensors. Journal of Environmental Protection and SustainableDevelopment,7(1),10-17.
[7] Espressif Systems. (n.d.). ESP32 Technical Reference Manual. Retrieved from https://www.espressif.com/sites/default/files/docume ntation/esp32_technical_reference_manual_en.pdf
[8] Shinde,A.,&Pawar,S.(2022). Design and Development of a Wearable Health and Pollution Monitoring Device. International Journal of Innovative Research in Technology,9(5),2454-5414.
[9] Open Source Hardware Reference. (n.d.). Arduino AnalogRead Function. Retrieved from https://www.arduino.cc/reference/en/language/functi ons/analog-io/analogread/
[10] Environmental Protection Agency (EPA). (2023). Understanding Air Quality Index (AQI). Retrieved from https://www.airnow.gov/aqi/aqi-basics