Open Source Wireless Sensor Network Classroom Monitoring System

Size: px
Start display at page:

Download "Open Source Wireless Sensor Network Classroom Monitoring System"

Transcription

1 International Conference On Vocational Education And Training (ICOVET 2017) Open Source Wireless Sensor Network Classroom Monitoring System 1st M uladi Departement of Electrical Engineering, muladi@um.ac.id 3rd Heru Wayhu heru_wh@um.ac.id 2nd M arji teknikmesin@um.ac.id 4th Samsul Hidayat samsulhdy@yahoo.com Abstract - One of the factors that affect student achievement is the condition of the study. The intensity of lighting, air composition, humidity, and temperature in the room is the main factors that determine the health and comfort of the students. Changes in weather and climate, interior design, and the use of instructional media will affect these factors. The use of electronic devices such as air conditioners (AC) to improve the comfortness of the room can be turned into a source of disruption to health if it is not accompanied by the air quality control. This research aims to design and build a monitoring the condition of the classroom for providing comfortness using open source wireless sensor networks (WS N) and web-based user interface. The research is conducted in the research development methode manner. Hardware using WifiBee as a major component equipped WS N sensors and a data connection through wifi. S oftware design is to build a web server that consists of Apache, PHP and MyS QL. Both hardware dan software is developed using open source. The results show that open source WS N can be used for monitoring the condition of the classroom. Measurement data can be stored and accessed through a wireless network. system consisting of a large number of low-cost sensors that are small and scattered in a very large area with a single node reservoir to collect the results of the reading process other sensor nodes [7]. Keywords -IoT, open source, classroom monitoring I. INT RODUCT ION Wireless sensor network or in a lot of literature called Wireless Sensor Network (WSN) is a network that connects devices such as sensor nodes, routers and node sink [1]. Principles of Wireless Sensor Network (WSN) or WSN uses one or more sensor devices that are connected wirelessly to form a network and is used for various purposes such as environmental monitoring [2], weather [3], temperature [4], volcano activity [5], monitoring and control activities in the field agriculture [6], and so on which will be more easily done through a wireless network. The works of WSN is a sensor change analog data into digital data that is subsequently sent to a node through a communication medium which is used as Bluetooth, infrared or wifi. Each node in the WSN is equipped with a radio transceiver or receiver nodes as well as other supporting devices. So that the WSN is also known as a Nodes that are commonly used for the application of ZigBee WSN is, which uses radio frequency as the communication medium because ZigBee has become one of the standards for WSN [8]. An alternative that can be used to build a WSN is WifiBee that use wifi as a medium of communication so as to take advantage of local wireless network infrastructure that already exists and has been widely used as in schools, offices, and public facilities for the purpose of environmental monitoring such as temperature and moisture on the scope of a particular place. This research will be explained through the stages in building a Wireless Sensor Network using WifiBee that ranging from configuration to connect to the server over the wireless network and display the data from the sensor to the browser. The server is config.d as a system to process the data from the sensors to as web-based monitoring. II. HARDWARE DESIGN In designing the hardware, there are some devices that are used as WifiBee, Grove - XBee Carrier, and Grove Temperature & Humidity Sensor. Fig. 1 shows the block diagram of the system. WifiBee plays two functions as microcontroller and wireless interface. The wireless network connection is build using IEEE b Standard. Fig. 1. Block Diagram System The system consists of 4 blocks is a block in which the sensor is used to measure temperature and humidity, the Copyright 2017, the Authors. Published by Atlantis Press. This is an open access article under the CC BY-NC license ( 151

2 second block is a microcontroller that of the WifiBee function to read data from the sensor and then create a web page as a place where the measurement sensor the data displayed, the third block is the network which serves as a medium of wireless data traffic between the server and WifiBee, and the latter is a server that functions to process the data from the database and display it in the form of tables and graphs for monitoring purposes. A. WifiBee Modul WifiBee is a standalone (microcontroller unit (MCU) node that integrates an 8bit AVR MCU ATMega328P and Microchip IEEE Wi-Fi transceiver module MRF24WB0MA. ATMega328P processor works on 16 MHz clock speed with low voltage supply at a range of 3 to 3,6 volts. A Xbee Carrier compatible socket is used to extend the connection with sensor boards and others. MCU ATMega328P could be directly programmed under the open source Arduino IDE when it plugged in through UART. For enabling communication capability to each other, the MCU is connected to the wifi module MRF24WB0MA using its SPI port. This wifi module supports low and high rate data transfer which tipically occurs in WSN and also enable security features using WEP, WPA-PSK, WPA2-PSK. The other pin of MCU is brought out to the 20 pins of 2.0 mm male pin headersis for conneting with sensor or actuator modules. The MCU is already Arduino Duemilanove bootloader preprogrammed. Arduino-compatible MCU board is one of the open-source platforms that easy and simple to use as a development board for prototyping the microcontroller-based electronic devices [13]. Fig. 2 shows the WifiBee Module. (a) (b) Fig. 3. XBee Carrier, (a) board, (b) interface conncection C. Temperature and Humidity Sensor Multifunctional sensors that can provide information on the temperature and humidity at the same time. DHT series module capable of sensing both temperature and humidity at the same time. The available series are DHT11 and DHT22. Individual sensor for temperature and humidity are available but requires more port of MCU. Sensor quality will define the accuracy of measurement therefore high quality ones are selected. Ordinary, high quality product can be obtained from proprietary technologies that ensure high reliability and long-term stability is excellent [11]. The dht11 sensor module is shown in Fig. 4. Fig. 2. WifiBee Modul [10] B. XBee Carrier XBee Carrier board is designed for basic series and the Bee Grove unit is compatible for the standalone node as RFBee, WifiBee, XBee (ZigBee) and Bluetooth Bee. This board as shown in Fig. 3 is given the power to use lithium batteries or via the USB cable [10]. This board comes with an I2C port and two digital ports to connect the Bee with sensor or actuator. Mini USB socket is provided as an interface for programming using Arduino IDE. Two options for charging the board is available, external DC charging (power adapter or solar panel) and baterry connector. Fig. 4. T emperature and Humidity Sensor Modules D. Realization of Hardware WifiBee is a module and to use it to be screwed into the socket XBee Carrier. Carrier XBee connected to the PC using a USB cable as a medium of communication while uploading sketchyang also function as a resource for XBee Carrier when connected to the USB port on the PC, in addition to using a USB cable can also use the battery. All devices ranging from WifiBee, Grove - XBee Carrier, and Grove - Temperature & Humidity Sensor has been designed 152

3 for ease of use in such a way so as not to overly complicated in WSN applications. WifiBee is programmed using the Arduino IDE to upload a sketch to the microcontroller that is on WifiBee. Fig. 5 shows the results of the entire circuit node that consists of a sensor, WifiBee and XBee Carrier which is connected using a USB cable with the power supply in the form of a Power Bank instead of the batteries. The goal is for the WSN simulation closer to reality its application, namely, compact, mobile, and wireless based. reading the data from the sensor. WifiBee builds html pages to display data that has been retrieved from the sensor readings. PHP pages take the content of the html page and convert it into a string and split into an array containing the values of temperature and humidity. Temperature and humidity values are stored in the database. Other PHP pages to retrieve data from the database to be displayed in the form of tables and other pages to create an array of monitoring the formation of the chart so that the page contains information tables and graphs of temperature and humidity measurements. Testing the whole system is objected to determine whether the WSN WSN system which consists of the incorporation of software and hardware to run properly. Tests performed include testing the responsiveness and Wifi connectivity Bee by distance, testing is performed incrementally monitoring system with access to every configuration file that was created in sequence to produce the output as expected, as well as testing the entire WSN system conducted periodically to ensure the systems and tools function well as a simulation of a real WSN. Fig. 5. Sensor Node III. SOFT WARE DESIGN Fig. 6 shows the workflow of the system was made to build the WSN and its monitoring. V. RESULT S AND DISCUSSIONS The results of testing the whole system WSN shows that the system consisting of hardware and software that includes: Grove - Temperature & Humidity Sensor which can measure temperature and humidity, WifiBee mounted on XBee Carrier can perform data readout from the sensor and displays the data on a web page, as well as servers that perform the capture, storage and display data from the database to work in accordance with the design and obtained the results as shown in Fig. 7, which shows the main page shows a graph of temperature monitoring at the same time in the last 10 measurements. The interface uses Bahasa Indonesia and can be adopted to English easily. Fig. 7. Monitoring Webpage The main page consists of 5 pieces tab with 4 tabs and 1 tab contains the graph contains a table of all of which can display data in real-time because the automatic refresh at defined intervals without having to refresh the main page as shown in Fig. 8. Fig. 6. Flowchart System The flowchart above is the working principle of the system when the power switch is turned on and then upload the Arduino sketch the first time to set the IP address, SSID and security key on WifiBee and determine the I/O pins and the type of sensor used. After initializing WifiBee then start On the first tab there is a dynamic chart that shows the results of temperature measurements in the last 10 measurements. The ordinat of the graph presents the measured temperature while the absis shows the time of measurement. The value of temperature is displaying dynamically following the result of measurement which has spreaded value in the range of 0 50 degree centigrade. The sensors have calibrated prior measurement and the gap or error has compensated by the software. The measurement has taken place every 15 seconds and can be ajusted 153

4 according to the requirement. The graph shows ten records of measurement while the previous results stored in the database for next another usage. Fig. 10. Log T able Display tab Fig. 8 T emperature Display tab The second tab there is a dynamic chart that shows the results of measurements of moisture in the last 10 measurements as shown in Fig. 9. Similar to the first tab, the graph has a label Humidity, the absis shows time information by a margin of 15 seconds and ordinat shows a large moisture as measured by a margin of 5% with a range between 20% -90 % according to the range that is able to be measured by the sensor. All of the measurement records are recorded in the database for future usage. The data can export to spreadsheet workbook for enabling numerical or statistical analysis and extended processing such as decission support system (DSS). Fig. 10 shows the data structure stored in the MYSQL database. Fig. 11. Overall T emperature Display Fig. 9. Humidity Display tab Fig. 12. Overall Humidity Display The third tab contains a dynamic table that shows the last 10 measurements are sorted based on the longest time until the latest time. The table consists of ID number, which shows the time when the data is stored. Temperature tabs show the measured temperature, as well as humidity which shows the value of moisture. The graph is shown in Fig. 11. The fourth tab contains a dynamic chart that shows the overall temperature measurements obtained from the database with the same graph formats as in the first tab. The graph is shown in Fig. 11. And the last tab contains a dynamic graph in Fig. 12, which shows the overall moisture measurements obtained from the database with the same graphics formats as in the second tab. VII. CONCLUSIONS Based on the test results some conclusions can be obtained as follows. To build a Wireless Sensor Network using WifiBee configuration is required on the web server and WifiBee that are connected to the network, Wi-Fi configuration Bee a way to add an Arduino sketch header WiServer in order to WifiBee has Wifi support such as IP addresses, security keys, and SSID can be changed as needed. Wi-Fi Configuration Bee in order to be able to read the data from the sensors to be sent to a web browser is to add a header to the sketch DHT11 Arduino IDE that is able to use the WifiBee specific functions to read the sensor data such as temperature and humidity. Implementation of Wireless Sensor Network using WifiBee associated with 154

5 temperature and humidity sensors with various objectives, among others, as a thermometer to determine the temperature and humidity conditions in areas difficult to reach, a place that should not be frequented as server rooms, or places that require monitoring continuously. Using sensor data from the measurement results to be processed into a web-based monitoring system is to use MySQL as a database to store data from sensors, PHP to make a connection with a database, store and retrieve these data for monitoring the output in the form of tables and graphs that utilize jquery. To obtain better measurement results should use more precise sensors and has a faster response generated so that a more accurate data. For Wireless Sensor Network applications are actual, should be provided with the resources to meet the needs when used in a long time for example by using solar panel as a battery charger and a rechargeable battery so no need to replace the batteries periodically in a short time due to the limited power. Use more number of the sensor is able to measure many points in a wide area coverage. REFERENCES [1] Sohraby, K., Minoli, D., Znati, T. Wireless Sensor Network: T echnology, Protocol, and Applications. New Jersey: Willy Interscience, pp [2] Corke, P., Wark, T., Jurdak, R., Hu, W., Valencia, P., and Moore, D. Environmental Wireless Sensor Network. Proc. of The IEEE, Vol. 98, No. 11, November 2010, pp [3] Cholatip Yawut, C., and Kilaso, S. A Wireless Sensor Network for Weather and Disaster Alarm Systems International Conference on Information and Electronics Engineering (IPCSIT ) vol IACSIT Press, Singapore. [4] Mon, Y. J., Lin, C. M., and Rudas, I., J. Wireless Sensor Network (WSN) Control for Indoor T emperature Monitoring". Acta Polytechnica Hungarica Vol. 9, No. 6, [5] Allen, G., W., et. all. Deploying a Wireless Sensor Network on an Active Volcano. IEEE Internet Computing, March- April [7] Keshtgary, M. and Deljoo, A. An Efficient Wireless Sensor Network for Precision Agriculture. Canadian Journal of Multimedia and Wireless Networks, Vol. 3, No. 1, January [8] Hartono, Hendro. Wireless Sensor Network (WSN). (Online), ( /wireless-sensor-networkwsn.html), accessed July 31, [9] ABI Research Million IEEE Chipsets to Ship in 2016, Despite Strong Competition from Bluetooth. (Online), ( accessed July 31, [10] SeeedWiki, WifiBee. (Online), ( /wiki/wifi_bee), accessed February 20, [11] SeeedWiki., Grove - XBee Carrier. (Online), ( accessed February 20, [12] SeeedWiki., Grove - Temperature & Humidity Sensor. (Online), ( emperature_and_humidity_sensor), accessed February 20, [13] A. Javed. Building Arduino Projects for the Internet of T hings: Experiments with Real-World Applications. Zurich: Apress. pp

Insert the Bees in the proper direction. Use the Bee outline on the silk-screen. Voltage VDC

Insert the Bees in the proper direction. Use the Bee outline on the silk-screen. Voltage VDC Grove - XBee Carrier The Grove - XBee Carrier is a Wireless Sensor Network (WSN) base board designed for Bee series and Grove units. It is primarily suitable for standalone Bee Nodes like RFBee, Wifi Bee

More information

RB-See-217. Seeedstudio Grove XBee Carrier

RB-See-217. Seeedstudio Grove XBee Carrier RB-See-217 Seeedstudio Grove XBee Carrier Grove - XBee Carrier is a Wireless Sensor Network (WSN) base board designed for Bee series and Grove units. It is primarily suitable for standalone Bee Nodes like

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

Lesson 10. Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet

Lesson 10. Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet Lesson 10 Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet 1 Connecting Arduino USB to Internet Arduino board IDE supports USB. USB port connects to a mobile or computer or

More information

The intelligent weather station system based on Arduino

The intelligent weather station system based on Arduino Advances in Engineering Research (AER), volume 82 2016 International Conference on Engineering and Advanced Technology (ICEAT-16) The intelligent weather station system based on Arduino Jing-Xin GAO& Hao

More information

Personal Computer-less (PC-less) Microcontroller Training Kit

Personal Computer-less (PC-less) Microcontroller Training Kit IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Personal Computer-less (PC-less) Microcontroller Training Kit To cite this article: Y Somantri et al 2018 IOP Conf. Ser.: Mater.

More information

A platform to build smart solutions for everyday ease

A platform to build smart solutions for everyday ease A platform to build smart solutions for everyday ease The Internet of Things (IoT) is an environment in which objects, animals or people are provided with unique identifiers and the ability to transfer

More information

Automatic Environmental Monitoring System using Wireless Sensor Network

Automatic Environmental Monitoring System using Wireless Sensor Network Automatic Environmental Monitoring System using Wireless Sensor Network Soniya Sunny Department of Electronics and Communication Engineering Believers Church Caarmel Engineering College, Pathanamthitta,

More information

ARDUINO BOARD LINE UP

ARDUINO BOARD LINE UP Technical Specifications Pinout Diagrams Technical Comparison Board Name Processor Operating/Input Voltage CPU Speed Analog In/Out Digital IO/PWM USB UART 101 Intel Curie 3.3 V/ 7-12V 32MHz 6/0 14/4 Regular

More information

Smart Garden Management System with Sensor Network

Smart Garden Management System with Sensor Network Smart Garden Management System with Sensor Network Project Proposal Team 74 Yen- Lin Liu, Chun- Lin Chao TA: Benjamin Eng February 7, 2016 ECE 445 1 Content 1. Introduction... 3 1.1. Statement of purpose...

More information

WIFI ENABLED SMART ROBOT

WIFI ENABLED SMART ROBOT WIFI ENABLED SMART ROBOT Shashank U Moro School of Mechanical and Building Science, VIT University, Vellore-632014, TamilNadu, India moroshash@gmail.com; +91-9597428287 Abstract: The field of robotics

More information

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2 Volume 118 No. 20 2018, 751-755 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATED GARBAGE COLLECTION USING GPS AND GSM Shobana G 1, Sureshkumar

More information

A Wireless Process Monitoring And Control System With Zigbee

A Wireless Process Monitoring And Control System With Zigbee American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-2, pp-177-183 www.ajer.org Research Paper Open Access A Wireless Process Monitoring And Control System

More information

19 - Wireless Solar Temperature/Humidity Sensor

19 - Wireless Solar Temperature/Humidity Sensor 19 - Wireless Solar Temperature/Humidity Sensor Group Number: May 1717 Advisor: Gary Tuttle Client: Dan Stieler Members: Yi Qiu, Xiang Li, Kuk Jin Chung, Trevor Brown, Kebei Wang Our Advisor & Client Advisor:

More information

Universal Data Logger System for Environmental Monitoring Applications

Universal Data Logger System for Environmental Monitoring Applications Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 5, No. 2, June 2017, pp. 131~136 ISSN: 2089-3272, DOI: 10.11591/ijeei.v5i2.289 131 Universal Data Logger System for Environmental

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,* International Conference on Computational Science and Engineering (ICCSE 2015) Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

More information

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard The Diabetic Breathalyzer Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard EE EE EE EE Project Motivation 29.1 million Americans have diabetes Proper management of this disease requires

More information

Web Based Greenhouse Environment Monitoring and Controlling System using Arduino Platform.

Web Based Greenhouse Environment Monitoring and Controlling System using Arduino Platform. Web Based Greenhouse Environment Monitoring and Controlling System using Arduino Platform. Ashwini Bhosure, Mayur Bhosure, Rakeshkumar Sharma Keystone School of Engineering, Pune, India Abstract As the

More information

Remote Area Monitoring Robot

Remote Area Monitoring Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Muthukkumar R Manikandan P Sudalai Muthu Vignesh B Sivakumar S Assistant Professor

More information

WiFi Shield. User Guide

WiFi Shield. User Guide WiFi Shield User Guide November, 2012 LinkSprite Technologies, Inc www.linksprite.com Doc Title WiFi Shield User Guide Number Version 2760279 V1.3 Version Date Description Author V1.0 2012/01/26 First

More information

A Zigbee Based Wireless Datalogging System

A Zigbee Based Wireless Datalogging System International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 A Zigbee Based Wireless Datalogging System Author: Arun Kumar Abstract This paper is designed using embedded

More information

Design and Implementation of Modern Greenhouse System

Design and Implementation of Modern Greenhouse System Design and Implementation of Modern Greenhouse System Zaw Ngwe Lecturer, Department of Electronic Engineering Technological University (Mandalay) Mandalay City, Myanmar Email - zawngwe278@gmail.com Abstract:

More information

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

CLOUD BASED WHEATHER MONETORING SYSTEM WITH HUMIDITY LIGHT TEMPERATURE AND ATMOSPHERIC PRESSURE SENSORS

CLOUD BASED WHEATHER MONETORING SYSTEM WITH HUMIDITY LIGHT TEMPERATURE AND ATMOSPHERIC PRESSURE SENSORS CLOUD BASED WHEATHER MONETORING SYSTEM WITH HUMIDITY LIGHT TEMPERATURE AND ATMOSPHERIC PRESSURE SENSORS #1 ARRAGUNTA MAMATHA, Assoc. Professor & HOD #2 C.MANISHA, B.TECH #3 D.NAGARANI, B.TECH #4 A.SHRESTA,

More information

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6 Intel Galileo and Edison Prototype Development Platforms 1 Intel Galileo Gen 2 Boards Based on the Intel Pentium architecture Includes features of single threaded, single core and 400 MHz constant

More information

Module 003: Introduction to the Arduino/RedBoard

Module 003: Introduction to the Arduino/RedBoard Name/NetID: Points: /5 Module 003: Introduction to the Arduino/RedBoard Module Outline In this module you will be introduced to the microcontroller board included in your kit. You bought either An Arduino

More information

FireBeetle ESP8266 IOT Microcontroller SKU: DFR0489

FireBeetle ESP8266 IOT Microcontroller SKU: DFR0489 FireBeetle ESP8266 IOT Microcontroller SKU: DFR0489 Introduction DFRobot FireBeetle is a series of low-power-consumption development hardware designed for Internet of Things (IoT). Firebeetle ESP8266 is

More information

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang Xi an Fanyi University, Xi an

More information

AlphaBot2 robot building kit for Arduino

AlphaBot2 robot building kit for Arduino AlphaBot2 robot building kit for Arduino SKU 110060864 Description This AlphaBot2 robot kit is designed to use with an Arduino compatible board UNO PLUS. It features rich common robot functions including

More information

An Ethernet Based Control and Monitoring System Using ARM Processor

An Ethernet Based Control and Monitoring System Using ARM Processor An Ethernet Based Control and Monitoring System Using ARM Processor Pingale Vaishali S, Nikalje komal M, Chavan Snehal S, Prof. B.C.Kulkarni Department of Electronics And Telecommunication Engineering

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

TEMPERATURE AND HUMIDITY MONITOR AND CONTROL SYSTEM

TEMPERATURE AND HUMIDITY MONITOR AND CONTROL SYSTEM Review of the Air Force Academy No.1 (33)/2017 TEMPERATURE AND HUMIDITY MONITOR AND CONTROL SYSTEM Adelina-Ioana ŢAPU, Mădălina-Ioana GUŢUI, Otilia CROITORU Transylvania University, Brasov, Romania (adelina_ioana1992@yahoo.com,gutui.madalina@yahoo.com,otilia.croitoru@unitbv.ro)

More information

Mohammad Shaffi 1, D Ravi Nayak 2. Dadi Institute of Engineering & Technology,

Mohammad Shaffi 1, D Ravi Nayak 2. Dadi Institute of Engineering & Technology, A Novel Architecture For Measurement of Temperature, Relative Humidity, and Display of Scrolling Message On LED Display By Using Bluetooth Interface With Arduino Nano. Mohammad Shaffi 1, D Ravi Nayak 2

More information

Device for the Remote Measurement of Meteorological Data Based on Arduino Platform

Device for the Remote Measurement of Meteorological Data Based on Arduino Platform SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 13, No. 1, February 2016, 133-144 UDC: 551.501:621.31]:519.6 DOI: 10.2298/SJEE1601133T Device for the Remote Measurement of Meteorological Data Based on Arduino

More information

Wireless IoT Sensing Solutions

Wireless IoT Sensing Solutions Wireless IoT Sensing Solutions Modularized and Ready-to-Use Solutions High Adaptability for IoT Sensing IoT Sensing Applications LPWAN and Wireless Ethernet IoT Architecture IoT Technology Product Highlights

More information

Arduino Dock 2. The Hardware

Arduino Dock 2. The Hardware Arduino Dock 2 The Arduino Dock 2 is our supercharged version of an Arduino Uno R3 board. These two boards share the same microcontroller, the ATmel ATmega328P microcontroller (MCU), and have identical

More information

WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107

WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107 WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107 Introduction The WiFi Bee MT7681 is an Arduino WiFi XBee module based on the MT7681 serial Wi-Fi module. It is compatible with an XBee slot,

More information

Wireless Accident Detection and Indicator System

Wireless Accident Detection and Indicator System Wireless Accident Detection and Indicator System March 15 2012 Nelson Magdaleno CmpE Adedamola Aluko EE Joseph Kennedy EE Austin Studebaker EE Ese Urhuogo EE Product Summary Accident Detection Additional

More information

IoT Based Traffic Signalling System

IoT Based Traffic Signalling System IoT Based Traffic Signalling System Ashok. P.V B.Tech Graduate, Department of Information Technology, SivaSankari.S Assistant Professor, Department of Information Technology, Vignesh Mani B.Tech Graduate,

More information

TOSR14x. TOSR14x USB/Wireless Relay Module. User Manual. Tinysine 2015 Version 1.2

TOSR14x. TOSR14x USB/Wireless Relay Module. User Manual. Tinysine 2015 Version 1.2 TOSR14x TOSR14x USB/Wireless Relay Module User Manual Tinysine Electronics @ 2015 Version 1.2 1 INTRODUCTION TOSR14x is an upgraded version of TOSR04. It supports password. It can be set to latching or

More information

ArduCAM CC3200 UNO board

ArduCAM CC3200 UNO board ArduCAM CC3200 UNO board User Guide Rev 1.2, Mar 2017 Table of Contents 1 Introduction... 2 2 Features... 3 3 Pin Definition... 4 4 Getting Started CC3200 with Energia... 5 4.1 Out of the Box Test... 5

More information

Overview. Introduction. Key Features

Overview. Introduction. Key Features PHPoC WiFi Shield For Arduino > Overview Overview Introduction PHPoC WiFi Shield for Arduino connects Arduino to Wi-Fi networks. Attach this board over Arduino, and connect a WIFI dongle. After a simple

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25 Hi-Gate User Manual Hi-Gate User Manual Hi-Gate User Manual Contents 1 Introduction... 3 1.1 Hi-Gate... 3 1.1.1 What is Hi-Gate... 3 1.1.2 Specifications... 3 1.1.3 Features... 4 1.2 Hi-Node... 5 1.2.1

More information

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use.

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi v3 An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi is the first fully open-source, full-featured vital

More information

RN-171-EK Evaluation Board

RN-171-EK Evaluation Board RN -17 1-E K-DS RN-171-EK Evaluation Board Features Ultra-low power: 4-uA sleep, 40-mA Rx, 180-mA Tx at 10 dbm Configurable transmit power: 0 to +12 dbm UART hardware interfaces and SPI slave Up to 1 Mbps

More information

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

Indoor Air Quality with ESP32 Board # K0068

Indoor Air Quality with ESP32 Board # K0068 Indoor Air Quality with ESP32 Board # K0068 User guide Rev 1.0 Apr 2017 Table of contents 1. Kit Introduction... 3 2. Assembly... 5 2.1 ESP32 development board... 5 2.2 iaq TVOC Sensor Module... 6 2.3

More information

Raspberry PI 3B + microcomputer as a central control unit in intelligent building automation management systems

Raspberry PI 3B + microcomputer as a central control unit in intelligent building automation management systems Raspberry PI 3B + microcomputer as a central control unit in intelligent building automation management systems Mateusz Sałuch 1, Daniel Tokarski 1,*, Tomasz Grudniewski 1, Marta Chodyka 1, Jerzy Antoni

More information

Voice Recognition Automation through an Android Application

Voice Recognition Automation through an Android Application Voice Recognition Automation through an Android Application Lochan Basyal Amritsar College of Engineering and Technology, Amritsar Punjab India Sandeep Kaushal Amritsar College of Engineering and Technology,

More information

MiCOKit-3166 Development Kit Hardware Manual

MiCOKit-3166 Development Kit Hardware Manual Hardware Engineering Department Working Group Track Number: Jing Minhua MXCHIP Co., Ltd Version: 1.1 July 2017 Category: Reference Manual Open MiCOKit-3166 Development Kit Hardware Manual Abstract MiCOKit

More information

Farklı Arduino Boardlar

Farklı Arduino Boardlar Farklı Arduino Boardlar Arduino UNO R3 Microcontroller ATmega328P (8 bit) DataSheet http://ww1.microchip.com/downloads/en/devicedoc/atmel- 42735-8-bit-AVR-Microcontroller-ATmega328-328P_Datasheet.pdf Operating

More information

An IoT Application - Weather Reporting System

An IoT Application - Weather Reporting System , pp.380-385 http://dx.doi.org/10.14257/astl.2017.147.54 An IoT Application - Weather Reporting System Ch Sudhakar 1, A Sravani 1, N. Thirupathi Rao 1 and Debnath Bhattacharyya 1 Department of Computer

More information

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform Indriya TM is a hardware development environment for building ambient intelligence based wireless sensor network applications. Features Simple, pervasive & low power 8-bit microcontroller core with low-power

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

III. LITERATURE SURVEY

III. LITERATURE SURVEY IOT Based Smart Environmental Monitoring Using Arduino Ajay 1, Dr. Baswaraj Gadgay 2, Veeresh Pujari 3, Pallavi B.V 4 1 PG Student Dept. Of VLSI Design & Embedded Systems VTU PG Centre Kalaburagi 2 Research

More information

Smart Home Automation System using Ethernet Technology

Smart Home Automation System using Ethernet Technology Smart Home Automation System using Ethernet Technology Prity N. Adhagale 1, R.J.Magar 2 M.E. Student, Department of E&TC, Shreeyash College of Engg. & Tech, Dr. BAMU University, Aurangabad, MS, India 1

More information

IMPLEMENTATION OF SMART FARM MONITORING USING IOT M.Mahendran 1, G. Sivakannu 2, Sriraman Balaji 3 1,2,3

IMPLEMENTATION OF SMART FARM MONITORING USING IOT M.Mahendran 1, G. Sivakannu 2, Sriraman Balaji 3 1,2,3 IMPLEMENTATION OF SMART FARM MONITORING USING IOT M.Mahendran 1, G. Sivakannu 2, Sriraman Balaji 3 1,2,3 Assistant professor, Dept. of ECE, Saranathan College Of Engineering, Venkateswaranagar, Panjappur,

More information

WHIRLYBIRD AUTOMATIC WEATHER STATION. Whirlybird Electronics Pvt Ltd 140, 2 nd Cross 13 th Main, BTM-I Bangalore

WHIRLYBIRD AUTOMATIC WEATHER STATION. Whirlybird Electronics Pvt Ltd 140, 2 nd Cross 13 th Main, BTM-I Bangalore WHIRLYBIRD AUTOMATIC WEATHER STATION Whirlybird Electronics Pvt Ltd 140, 2 nd Cross 13 th Main, BTM-I Bangalore 560029 WHIRLYBIRD WWS-A is an Automatic weather station you can count on for reliable and

More information

Home Automation using IoT

Home Automation using IoT International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 939-944 Research India Publications http://www.ripublication.com Home Automation using IoT Dr. A.

More information

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 06-10 A Low-Cost Energy Management System That Compares Power Consumption of Electronic

More information

SCRATCH. What is m way? How DO I program MY m way? Works with. Based on flowcharts C programming Assembler

SCRATCH. What is m way? How DO I program MY m way? Works with. Based on flowcharts C programming Assembler education O What is m way? The moway robot is an educational tool, a complete learning solution that brings technology close to educational centres. Its goal is to be a practical tool inside the world

More information

Overview. Introduction. Key Features

Overview. Introduction. Key Features P4S-348 User Manual > Overview Overview Introduction PHPoC Shield for Arduino connects Arduino to Ethernet or Wi-Fi networks. Attach this board over Arduino and connect a LAN cable. After a simple network

More information

Alessandra de Vitis. Arduino

Alessandra de Vitis. Arduino Alessandra de Vitis Arduino Arduino types Alessandra de Vitis 2 Interfacing Interfacing represents the link between devices that operate with different physical quantities. Interface board or simply or

More information

A Review:Internet of Things(IoT) Based Smart Home Automation

A Review:Internet of Things(IoT) Based Smart Home Automation A Review:Internet of Things(IoT) Based Smart Home Automation Vimal Nakrani 1, Mayank Panchal 2, Dipesh Thakkar 3,Sanket Pednekar 4, Prof. Yogita Mane 5 1,2,3,4 Information Technology, Universal College

More information

ENV RD-10. Introduction: Package contents: Electromagnetic Field Meter

ENV RD-10. Introduction: Package contents: Electromagnetic Field Meter ENV RD-10 Electromagnetic Field Meter Introduction: The ENV RD-10 is a compact, simple to use, but sophisticated, general purpose EMF (Electromagnetic Field) meter that can measure EMF intensity from:

More information

Digital Circuits Part 2 - Communication

Digital Circuits Part 2 - Communication Introductory Medical Device Prototyping Digital Circuits Part 2 - Communication, http://saliterman.umn.edu/ Department of Biomedical Engineering, University of Minnesota Topics Microcontrollers Memory

More information

UserGuide_TempSensor_with_Alarms Issue 4/

UserGuide_TempSensor_with_Alarms Issue 4/ SPECTECS TEMPERATURE SENSOR WITH ALARMS ( Wi-Fi enabled with optional module ) Embedded control EMC1001 sensor Range 0C to +125C Resolution 0.25C Accuracy +/-1.5C, 40 to 85C USB powered or external 2.2-16V

More information

Algorithm Development and Deployment for Indoor Localization of Resources

Algorithm Development and Deployment for Indoor Localization of Resources Algorithm Development and Deployment for Indoor Localization of Resources Ms. Asawari Mane 1, Dr. Mahesh Kumbhar 2 1. Department of Electronics & Telecommunication Engg., Rajarambapu Institute of Technology,

More information

Automation of Weather Station in Agricultural Zone

Automation of Weather Station in Agricultural Zone 2018 IJSRST Volume 4 Issue 3 Print ISSN : 2395-6011 Online ISSN: 2395-602X National Conference on Advances in Engineering and Applied Science (NCAEAS) 29 th January 2018 Organized by : Anjuman College

More information

Mercury System SB310

Mercury System SB310 Mercury System SB310 Ultrasonic Board - Product Datasheet Author Francesco Ficili Date 20/05/2018 Status Released Pag. 1 Revision History Version Date Author Changes 1.0 20/05/2018 Francesco Ficili Initial

More information

Husarion CORE2. Husarion CORE2 is a development board for Internet-connected automation & robotic devices.

Husarion CORE2. Husarion CORE2 is a development board for Internet-connected automation & robotic devices. Husarion CORE2 Husarion CORE2 is a development board for Internet-connected automation & robotic devices. CORE2 Development board for Internet connected automation & robotic devices. compatible with Husarion

More information

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing SECOND EDITION Arduino Cookbook Michael Margolis Beijing Cambridge Farnham Koln Sebastopol O'REILLY- Tokyo Table of Contents Preface xi 1. Getting Started 1 1.1 Installing the Integrated Development Environment

More information

Mote Design Supported with Remote Hardware Modifications Capability for Wireless Sensor Network applications

Mote Design Supported with Remote Hardware Modifications Capability for Wireless Sensor Network applications Mote Design Supported with Remote Hardware Modifications Capability for Wireless Sensor Network applications ABSTRACT Ali El Kateeb University of Michigan-Dearborn Email: elkateeb@umich.edu Many Wireless

More information

Design and Implementation of Agricultural Intelligent Monitoring System. based on the Android Platform. Liang Haili 1, a

Design and Implementation of Agricultural Intelligent Monitoring System. based on the Android Platform. Liang Haili 1, a Advances in Engineering Research (AER), volume 107 2nd International Conference on Materials Engineering and Information Technology Applications (MEITA 2016) Design and Implementation of Agricultural Intelligent

More information

Design of Environment Monitoring and Control System

Design of Environment Monitoring and Control System www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 5 May 2015, Page No. 11980-11984 Design of Environment Monitoring and Control System Er.Satvir Singh

More information

User s Guide. OM-EL-WiFi-TH. Shop online at omega.com. OM-EL-WiFi-TP-PLUS. Probe Data Logging Sensor

User s Guide. OM-EL-WiFi-TH. Shop online at omega.com. OM-EL-WiFi-TP-PLUS. Probe Data Logging Sensor SM Extended Warranty Program User s Guide Shop online at omega.com e-mail: info@omega.com For latest product manuals: omegamanual.info OM-EL-WiFi-TH OM-EL-WiFi-TP-PLUS Temperature/ High Accuracy WiFi Humidity

More information

Environmental Monitoring Using Heterogeneous Wi-Fi and IEEE Networks

Environmental Monitoring Using Heterogeneous Wi-Fi and IEEE Networks 1 Environmental Monitoring Using Heterogeneous Wi-Fi and IEEE 802.15.4 Networks Cristian Cocioabă, Dan Tudose Computer Science Department University POLITEHNICA of Bucharest Bucharest, Romania cristiancocioaba@gmail.com,

More information

LM53X Development and Evaluation Product Family

LM53X Development and Evaluation Product Family Development and Evaluation Family Revised Datasheet Version 13/MAR/2018 1.0 Overview The is the development and evaluation product family for the LM930 / LM931 Bluetooth low energy module. A great starting

More information

Design & Implementation of Smart Energy Meter for the Smart Grid

Design & Implementation of Smart Energy Meter for the Smart Grid This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at: https://www.ijarbest.com/ Design & Implementation of Smart Energy Meter for the Smart Grid

More information

Quick start guide: NBE Wi-Fi temperature sensor

Quick start guide: NBE Wi-Fi temperature sensor Quick start guide: NBE Wi-Fi temperature sensor Contents: Page 2: Page 3: Page 4: Page 5: Page 6: Page 7: Description Pairing the wireless sensor directly to the boiler Pairing the wireless sensor to the

More information

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH Varsha Singh 1 & Savita Sindhu 2 Abstract: In this paper, we aim at designing a home automation system using automatic sun tracking system. Also operating

More information

Smart Home Control by using Raspberry Pi & Arduino UNO

Smart Home Control by using Raspberry Pi & Arduino UNO Smart Home Control by using Raspberry Pi & Arduino UNO Hamid Hussain Hadwan 1, Y. P. Reddy 2 M.E. Student, Mech. Mechatronics, SCOE, Pune, India 1 Professor in Mech., SCoE, Pune, India 2 Abstract: This

More information

IO Expansion Shield User Manual

IO Expansion Shield User Manual IO Expansion Shield User Manual 1 Features 3-pin & 4-pin sensor interfaces, supports connecting sensors directly without complicate custom connections XBee module connector WIFI-LPT100 wireless module

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth

Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth Xiaojia Lin 1, a, Junxing Li 1, b, Yushang Du 2, c and Yuhong Lin 1, d 1School of Electromechanical Engineering, Guangdong University

More information

Rugged Outdoor Wireless-N Access Point - 2.4GHz - PoE Powered - Metal IP67

Rugged Outdoor Wireless-N Access Point - 2.4GHz - PoE Powered - Metal IP67 Rugged Outdoor Wireless-N Access Point - 2.4GHz - PoE Powered - Metal IP67 Product ID: R300WN22MOD Take wireless connectivity to the great outdoors - through rain, snow or other extreme conditions - with

More information

Surveying of Underwater Robot for Marine Exploration

Surveying of Underwater Robot for Marine Exploration IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Surveying of Underwater Robot for Marine Exploration D. S. Vidhya Puja S Patil Assistant

More information

M.G.I.C.O.E.T, Shegaon, India

M.G.I.C.O.E.T, Shegaon, India GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED SMART COMPOSTING SYSTEM: REVIEW Prof. Prabodh. S. Nimat 1, Prof. Ravikiran G. Deshmukh 2 & Rupali J. Nirmal 2 1,2. Assistant Professor, Department

More information

Pg 3. Specifications. Hardware Required

Pg 3. Specifications. Hardware Required 1 NodeMCU Dev Board is based on widely explored esp8266 System on Chip from Express if. It combined features of WIFI access point and station + microcontroller and uses simple LUA based programming language.

More information

Wireless Sensor Network Nodes

Wireless Sensor Network Nodes Wireless Sensor Network Nodes SMIR Team (Système Multisensoriel Intelligent intégréréparti), LIMOS Laboratory, UMR 6158 CNRS (Centre national de la recherche scientifique), Clermont-Ferrand, FRANCE 1 WSN

More information

IOT BASED SMART WASTE MANAGEMENT SYSTEM USING WIRELESS SENSOR NETWORK AND EMBEDDED LINUX BOARD

IOT BASED SMART WASTE MANAGEMENT SYSTEM USING WIRELESS SENSOR NETWORK AND EMBEDDED LINUX BOARD e-issn 2455 1392 Volume 2 Issue 7, July 2016 pp. 210 214 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com IOT BASED SMART WASTE MANAGEMENT SYSTEM USING WIRELESS SENSOR NETWORK AND EMBEDDED

More information

Sanguino TSB. Introduction: Features:

Sanguino TSB. Introduction: Features: Sanguino TSB Introduction: Atmega644 is being used as CNC machine driver for a while. In 2012, Kristian Sloth Lauszus from Denmark developed a hardware add-on of Atmega644 for the popular Arduino IDE and

More information

Design of Temperature and Humidity Data Acquisition System. Based on ARM

Design of Temperature and Humidity Data Acquisition System. Based on ARM 2017 International Conference on Computational Science and Engineering (ICCSE 2017) Design of Temperature and Humidity Data Acquisition System Based on ARM Pei-xue Liu 1, a, Yu-jie Chen 1, b, Bao-hua Jiang

More information

IoT Based Smart Energy Management System

IoT Based Smart Energy Management System IoT Based Smart Energy Management System Vignesh Mani, Abhilasha, Gunasekhar Department of Information Technology, SRM University, Kattankaluthur Campus, Chennai, India. Lavanya and Suresh Sankaranarayanan

More information

Christian Brothers University 650 East Parkway South Memphis, TN

Christian Brothers University 650 East Parkway South Memphis, TN Christian Brothers University 650 East Parkway South Memphis, TN 38103-5813 WIRELESS SMART THERMOSTAT Martin Tribo Student IEEE Membership Number 90671969 Submitted for consideration in Region 3, IEEE

More information

Agricultural Collection System Based on Zigbee

Agricultural Collection System Based on Zigbee 301 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 46, 2015 Guest Editors: Peiyu Ren, Yancang Li, Huiping Song Copyright 2015, AIDIC Servizi S.r.l., ISBN 978-88-95608-37-2; ISSN 2283-9216 The

More information

Sriram Valluri 1, Akepati Gouri Sagar 2, Siva Shanmugam. G 3 1,2,3 School of Computer Science and Engineering, VIT University, Vellore, India

Sriram Valluri 1, Akepati Gouri Sagar 2, Siva Shanmugam. G 3 1,2,3 School of Computer Science and Engineering, VIT University, Vellore, India IOT Based Real Time Monitoring Mobile Robot Sriram Valluri 1, Akepati Gouri Sagar 2, Siva Shanmugam. G 3 1,2,3 School of Computer Science and Engineering, VIT University, Vellore, India Abstract: The main

More information

Wireless Embedded Modules

Wireless Embedded Modules Wireless Embedded Modules North American Sales Meeting July 2003 Product Overview Product Summary Embedded 802.11b wireless modules Ultra-compact, single component solutions Pin-compatible and interchangeable

More information