Skip to content

Innovative solution that can exploit the potential of Artificial Intelligence, the Internet of Things, and Cloud to solve the problem of water drainage in modern-day metropolitan cities.

Notifications You must be signed in to change notification settings

fiza11/Megathon19

 
 

Repository files navigation

Drainage

Innovative solution that can exploit the potential of Artificial Intelligence, the Internet of Things, and Cloud to solve the problem of water drainage in modern-day metropolitan cities.

Flowmeter.ino

The Arduino Sketch uses the external interrupt (int 0) on Arduino’s digital pin 2 (D2). This is used to read the output pulses coming from the water flow sensor. When Arduino detects the pulse, it immediately triggers the pulseCounter() function. This function then counts the total number of pulses detected.

Flow sensors typically output a series of pulses proportional to the instantaneous flow rate which means that to interpret them it is necessary to implement a simple frequency counter.

PressureWaterLevel.ino

The Arduino Sketch uses the reading from the A0 pin and outputs the level of water detected using the diffrential pressure, since the pressure at a point is directly proportianal to the height of the water column above it.

MultichannelGasSensor.ino

The Arduino Sketch uses the readings from the grove multichannel gas sensor to obtain readings for the levels of NH3, CO, NO2, C3H8, C4H10, CH4, and H2.

AllSensors.ino

The Arduino Sketch integrates four sensors and shows the sending of data to Thingspeak.

About

Innovative solution that can exploit the potential of Artificial Intelligence, the Internet of Things, and Cloud to solve the problem of water drainage in modern-day metropolitan cities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.0%
  • HTML 31.1%
  • JavaScript 3.2%
  • C++ 1.7%