Skip to main content

Application

INTRODUCTION : Today, Internet application development demand is very high. So IoT is a major technology by which we can produce various useful internet applications.
Basically, IoT is a network in which all physical objects are connected to the internet through network devices or routers and exchange data. IoT allows objects to be controlled remotely across existing network infrastructure. IoT is a very good and intelligent technique which reduces human effort as well as easy access to physical devices. This technique also has autonomous control feature by which any device can control without any human interaction.


 
The above figure shows the connectivity of various devices of different fields with Internet and exchange data between them. So above figure represent the connectivity of world through various existing technologies.
“Things” in the IoT sense, is the mixture of hardware, software, data, and services. “Things” can refer to a wide variety of devices such as DNA analysis devices for environmental monitoring, electric clamps in coastal waters, Arduino chips in home automation and many other. These devices gather useful data with the help of various existing technologies and share that data between other devices. Examples include Home Automation System which uses Wi-Fi or Bluetooth for exchange data between various devices of home.
HISTORICAL BACKGROUND
In early 1982 the concept of the network of smart devices was discussedwith a modified Coke machine. This coke machine is modified at “Carnegie Mellon University” and becoming the first Internet-connected appliance. This machine was able to report its inventory and whether newly loaded drinks were cold.
In 1994 Reza Raji explained the idea of IoT as “small packets of data to a large set of nodes, so as to integrate and automate everything from home appliances to entire factories”. After that many companies proposed various solutions like Microsoft’s at Work or Novell’s Nest. Bill Joy proposed Device to Device (D2D) communication as a part of his “Six Webs” frameworks at the World Economic Forum at Davos in 1999.
The thought of Internet of Things first became popular in 1999. British entrepreneur Kevin Ashton first used the term Internet of Things in 1999 while working at Auto-ID labs. Besides that near field communication, barcode scanners, QR code scanners and digital watermarking are the various devices which are working on IoT in the present scenario.

Comments

Popular posts from this blog

Arduino Powered Motion Sensor Alarm

An Easy Way to Build an Arduino Powered Motion Sensor Alarm 11 15 Have you ever wanted to build a project that had could detect the presence of a person in a room? If so, then you can do this very easily using the PIR (Passive Infra Red) Motion sensor. This Arduino motion sensor can detect the presence of a person in a room. Therefore, you can build projects such as burglar alarms and automated appliances. Attach this motion sensor along with an Arduino and place it in your room to build an intruder detection system. This tutorial will show you to interface a motion sensor with an Arduino and to use it to build a burglar alarm. This system detects the presence of an intruder in your room and sends a signal to the Arduino. The Arduino then creates an alarm sound using a buzzer to scare the intruder away. PIR motion sensor pinout PIR motion sensor pinout Required Materials Hardware: Arduino or an Arduino clone board (freeduino), or you can make your own custom Arduino board. P...
EVERYTHING ABOUT MCA if you are doing mca then this is the right place for you. Here you will get everything you want related to MCA. we provide the best notes and practical sheets need to complete the course. MCA Semester 1 The MCA semester 1 comprise of  5 subject that are - 1)  Object Oriented Programming 2)  Software Engineering & Project Management 3)  Computer Organization and architecture 4)  IT in Management 5) Statistics And Probability lectures NOTES  and   Practicals MCA Semester 2 The MCA semester 2  comprise of  5 subject that are - 1) Data Structures 2) Operating System 3) DMMM 4) Computer Network 5) Financial Accounting and Management 1)Web application Development (practical) lectures   NOTES  and   Practicals

Traffic Monitor- Monitors traffic on the Go

ABOUT THIS PROJECT In India, traffic is getting a higher and higher terribly. At peak hours you can't even think for a ride. The Commute Indicator presented here will monitor traffic and time distance between the destinations using Google API Integration. The Indication will be done on Sparkfun Neopixel LEDs. If LED is green, it means your are ready to go and the traffic will be displayed as Green>Yellow>Red. You can keep this device in your car and monitor traffic on the go as it has inbuilt wifi and it is also easy to power. You can also hang it on Home Wall to see traffic on your road. It can also keep you tracked on the go. It will be updated in certain time limit such as 5 minutes. ESP8266 has inbuilt wifi so we can turn on router at home and get updates and in car we have to turn on our mobile hotspots. To build a commute indicator we will run python program to integrate with the google maps matrix API and create an indication with the help of Sparkfun Niopixe...