Skip to main content

Posts

Appication

PRACTICAL APPLICATIONS The versatility of IoT has become very popular in recent years. There are many advantages to having a device based on IoT.  Mckinsey Global Institute reports that IoT business will reach 6.2 trillion in revenue by 2025 . There are lots of applications are available in the market in different areas. 1) Personal Home Automation  System:  Home Automation system is the  major  example in this area. Wemo Switch Smart  Plug:  It is the most useful devices which connected home devices in the Switch, a smart plug.  It plugs into a regular outlet, accepts the power cable from any device, and can be used to turn it on and off on hit a button on your smartphone. 2) Enterprise:  In the enterprise area many applications are there   Like environmental monitoring system , smart environment etc.   Nest Smart  Thermostat:  It  is connected  to the internet.  The Nest learns automatically yo...

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, ...

MCA | SEM-2 |COMPLETE NOTES

                                       MCA SEMESTER                                                                                       SEM 2                                      REVISED 2016-2017                                     PROVIDING YOU COMPLETE NOTES HERE! 1-Computer Network CLICK HERE TO DOWNLOAD! 2-DMMM CLICK HERE TO DOWNLOAD 3-Data Structure CLICK HERE TO DOWNLOAD 4-FAM CLICK HERE TO DOWNLOAD 5-Operating System CLICK HERE TO DOWNLOAD

MCA SEM 1 NOTES

                                                                              MCA SEMESTER                                                                                       SEM 1                                        REVISED 2016-2017                                     PROVIDING YOU COMPLETE NOTES HERE! 1- SOFTWARE ENGINEERING AND PROJECT MANAGEMENT      ...

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...

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...

INSTALLING JAVA ON WINDOWS MACINE

Visit the Java website and download the installer To install Java, you first need to download the installer program from Oracle. Visit the "Download Java" page:  https://java.com/download RUN THE INSTALLER  CLICK ON NEXT SELECT DEVELOPMENT TOOL AND CLICK ON OK WAIT FOR A WHILE SELECT YOUR DESTINATION FOLDER AND NEXT CLICK ON CLOSE GO ON WINDOWS ICON AND SEARCH FOR RUN OR PRESS WINDOW+R COPY THE PATH SET PATH YOU ARE DONE!!!!!

Get Ready For Python

Get Ready For Python Step By Step Guideline for Installing Python on widows This guide will show you how to install python version 3.4 on windows which includes default python text editor. If you want to install any other version of python or any other text editor, please refer to additional resources. Step 1 . Go to www.python.org   Step 2. Select "Downloads" and click on "View the full list"   Step 3.  Select Python 3.4.3   Step 4. Select the proper file (if your machine is 64 bit, select "Windows x86-64 MSI Installer) and download it Step 5.  Run python 3.4.3, click Next   Step 6.  Select a directory for Python, click Next Step 7. Select "Add python.exe to path" and click on "Entire feature will be installed on lacal hard drive".    Click Next   Wait Until Python installs   Then you should see the completion message on your screen. Click Finish
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

DATA STRUCTURE(THEORY)

DATA STRUCTURE Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. NOTES : UNIT 1   Introduction to  Data Structures  & Algorithms               UNIT 1 NOTES         UNIT 2 Sorting and searching algorithms                                       UNIT 2 NOTES                                                          practicals :                                     ...