Skip to content

IoT(internet of things) - A system that detects objects at close proximity and notifies both a smartphone via SMS and a web application. UART communication between Arduino and Electric Imp was performed

niralfernando/Internet-of-things-Proximity-sensor-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#"INTERNET OF THINGS"-PROXIMITY SENSITIVE SMARTPHONE ALERT SYSTEM#

IMAGE ALT TEXT HERE

The following project utilizes a capacitive proximity sensor that alerts a web application and a smartphone via SMS when an object is closer than a defined distance. In other words, it is simply a security/monitoring system.

##How capacitive proximity sensor works: There are different kinds of proximity sensors. They are

  • Capacitive proximity sensor
  • Inductive proximity sensor
  • Photoelectric proximity sensor
  • Ultrasonic proximity sensor

According to http://playground.arduino.cc//Main/CapacitiveSensor?from=Main.CapSense, "Research has shown that a small capacitor (100 pF) or so from sensor pin to ground improves stability and repeatability...Adding small capacitor (20 - 400 pF) in parallel with the body capacitance, is highly desirable too, as it stabilizes the sensed readings."

Basically a weak signal is sent through the send pin and how quickly the object's voltage changes is measure via the receive pin(aka sensor terminal)

When the send pin changes state, it will eventually change the state of the receive pin. The delay between the send pin changing and the receive pin changing is determined by an RC time constant, defined by R * C, where R is the value of the resistor and C is the capacitance at the receive pin, plus any other capacitance (e.g. human body interaction) present at the sensor (receive) pin.

##Capacitive proximity sensor --> Internet

IMAGE ALT TEXT HERE

The capacitive proximity sensor I built works with an Aruduino UNO. When an object comes to close proximity, the Arduino triggers an alert. This alert is sent to an wifi-adapting micro-controller (electric imp) via UART communication. The alert is sent from electric imp's device code to server side code. I programmed the server code so it sends a text to my smart-phone and POSTS a JSON encoded alert to a give server. In my case, I developed a PHP application that receives the POST request made by electric imp's server and outputs a .txt file has a log of POST requests.

IMAGE ALT TEXT HERE

IMAGE ALT TEXT HERE

Author: Niral Fernando

Email : niral.fernando@gmail.com

Phone: 647-922-9265

About

IoT(internet of things) - A system that detects objects at close proximity and notifies both a smartphone via SMS and a web application. UART communication between Arduino and Electric Imp was performed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages