/Arduino-Projects

A couple of projects done based on the Arduino microcontroller to solve some problems

Primary LanguageC++

Two projects done using the Arduino microcontroller

  1. A simulation on Proteus for a health monitoring system.
  • It monitors heart rate, blood presssure and temperature.
  • It displays the state of health of the patient using an LCD and LEDs
  • Contancts a doctor (via text) when the health is worrisome
  1. A physical implementation of a flood detection and aversion system.
  • It monitors the level of water in an area, the soil moisture content and the amount of rain.
  • The chance of flooding is displayed on an LCD and indicated using an LED.
  • When flooding is imminent, a gating system is activated to drain water.