Smart Garden Management System with Sensor Network

Size: px
Start display at page:

Download "Smart Garden Management System with Sensor Network"

Transcription

1 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

2 Content 1. Introduction Statement of purpose Objectives Goals Functions Benefits Design Block Diagram Block Description Node Gateway Requirements and Verification Table of Requirements and Verification Tolerance Analysis Cost And Schedule: Cost Labor Parts (By Grove) Total Cost Schedule

3 1. Introduction 1.1. Statement of purpose People often grow unsuitable plants in their gardens so that they usually die from the lack of proper nutrients, suitable ph, enough water, or even too much sunlight. We want to solve this problem, so we decided to build a system that can monitor the environment and give user recommendations on what plants to grow. Currently there are some solutions like Edyn. It is also an environmental sensing system; however, it only provides single point sensing and it connects to Wi- Fi, which is impossible to be reachable in the whole garden. We plan to make a system that provides multi- point sensing and builds its own network instead of totally relying on existing network Objectives Goals - Build a sensor network to detect environment parameters in a medium size garden (100x100 at most). - Give advices on what to plant in each section of the garden. - Reduce plants death from improper environment Functions - Obtain temperature, moisture, humidity, and light values from a sensor array. - Show the overall status obtained on a map. - Give recommendations on planting the garden. 3

4 Benefits - Cheap and easy to build - Light weight - Easily scalable - Remote monitoring - Real- time alert 2. Design 2.1. Block Diagram There are two sets of hardware in our system. One of them is the sensor node as Figure 1 shows, the other is the gateway, as Figure 2 shows. Figure 1 4

5 Figure Block Description Node Sensor Array For each array, we will put in temperature, moisture, and humidity sensor. Each of them will output raw analog data to the MCU. We will also design a light sensor by ourselves, since current light sensors we found has a very limited resolution range. We will build a circuit to switch between different components to obtain better resolution MCU We will use simple Arduino UNO as our primary MCU in a node. It will receive raw data from the sensors and pass them onto the communication network. 5

6 Power Supply We will use rechargeable button cells (LIR2450) as battery and construct our own PCB to supply all the requiring voltage of the circuit. It provides volts, so we will need a step- up converter to provide the voltage we needed. We will also construct a USB recharging circuit to charge the battery As for the MCU, it requires 7-12V to operate; the sensors mostly require 5V or 3.3V to operate. So we have to build a circuit to supply at least 3 kinds of output voltage Communication Module We are mainly using ZigBee as our communication protocol and we choose XBee module to be the actual chip. We choose ZigBee for reasons as follows. First, ZigBee is more suitable for constructing a light- weight network rather than Bluetooth or Wi- Fi. Bluetooth transmissions require pairing, but only up to 7 devices are allowed to be active at the same time. Wi- Fi requires extra hardware like routers, but it is not always possible to have Wi- Fi routers placed around the whole garden. ZigBee allows up to 255 devices active on the network, so it best out all three. Second, the cost of constructing a network using ZigBee is the lowest among all three methods. Bluetooth and Wi- Fi require much more power than ZigBee does. Wi- Fi also requires extra hardware like we mentioned above. ZigBee only requires an antenna on each chip to construct the network, so is then cheaper than the others Gateway The gateway obtains sensor data from the ZigBee network 6

7 by XBee module and post them on the Internet through Wi- Fi. As a result, we choose to use LinkIt ONE instead of Arduino as the MCU since it has built in Wi- Fi module. An external Wi- Fi router will be needed here in order to connect to the Internet. 3. Requirements and Verification 3.1. Table of Requirements and Verification We will discuss the sensors and the rest of hardware components separately. Requirement Verification Temperature sensor 1.Error ± 1 C 2.Working Voltage(V CC ): 3.3-6V 3.Output voltage: 0- V CC 4.Output current: 1-1.5mA Temperature sensor (a)hold a thermometer next to the sensor to verify the value (b)ensure the error between thermometer and the sensor remains within ± 1 C 2.Verification Process for Item 2 (a)attach the voltage supply to Vin (b)attach voltmeter to the input pin (c)set voltage of the power supply and ensure the working voltage is between 3.3~6V 3.Verification Process for Item 3 (a)short leads to simulate lower temperature (b)attach voltmeter to the output pin (c)set voltage of the power supply to the working voltage (d)ensure the output is 0V (e)remove the power supply 7

8 (f)remove short to simulate higher temperature (g) Attach the power supply and set voltage to V CC (h)ensure the output is V CC Humidity sensor 1.Error ±5% 2.Working Voltage(V CC ): 3.3-6V 3.Output voltage: 0- V CC 4.Output current: 1-1.5mA 4.Verification Process for Item 4 (a)attach the current meter to the output pin (b)ensure the output current is between 1 ma and 1.5mA Humidity sensor (a)hold a humidity meter next to the sensor to verify the value (b)ensure the error between the meter and the sensor remains within ± 5 % 2.Verification Process for Item 2 (a)attach the voltage supply to Vin (b)attach voltmeter to the input pin (c)set voltage of the power supply and ensure the working voltage is between 3.3~6V 3.Verification Process for Item 3 (a)short leads to simulate lower humidity (b)attach voltmeter to the output pin (c)set voltage of the power supply to the working voltage (d)ensure the output is 0V (e)remove the power supply (f)remove short to simulate higher humidity 8

9 (g) Attach the power supply and set voltage to V CC (h)ensure the output is V CC Moisture sensor 1.Error ±5% 2.Working Voltage(V CC ): 3.3-5V 3.Output voltage: 0- V CC 4.Output current: 0-35mA 4.Verification Process for Item 4 (a)attach the current meter to the output pin (b)ensure the output current is between 1 ma and 1.5mA Moisture sensor (a)put a moisture meter into the soil to verify the value (b)ensure the error between the meter and the sensor remains within - 5% and 5 % 2.Verification Process for Item 2 (a)attach the voltage supply to Vin (b)attach voltmeter to the input pin (c)set voltage of the power supply and ensure the working voltage is between 3.3~5V 3.Verification Process for Item 3 (a)short leads to simulate saturated soil (b)attach voltmeter to the output pin (c)set voltage of the power supply to the working voltage (d)ensure the output is 0V (e)remove the power supply (f)remove short to simulate arid soil (g) Attach the power supply and set voltage to V CC 9

10 (h)ensure the output is V CC Light sensor 1.Error ±5% 4.Verification Process for Item 4 (a)attach the current meter to the output pin (b)ensure the output current is between 0 ma and 35mA Light sensor (a)hold a light meter next to the sensor to verify the value (b)ensure the error between the meter and the sensor remains within - 5% and 5 % Requirement MCU 1.Operate between - 20 C to 30 C for at least a week. 2.I/O correctly with 0-5V Power Supply 1.Able to drive different sensors, ZigBee, Wi- Fi and MCU 2.Provide at least 9V, 5V, 3.3V output with ±10% error. Verification MCU (a)place the nodes in action for a week outdoors and indoors to check if it s working fine 2.Verification Process for Item 2 (a)attach voltmeter to the input and output pin (b)ensure input and output voltage remains within 0 V and 5 V Power Supply (a)test the supply after working for few days to see if it s working fine 2.Verification Process for Item 2 (a)use digital multi- meter to measure the voltage of different output nodes (b)ensure the error remains within 10% 10

11 ZigBee 1.ZigBee modules should transmit at least 2 sets of data through the network per minute, within 50 meters without any data lost. ZigBee (a)transmit data through different distance (b)place objects that may appear in garden between sensors such as flowers and verify the result 3.2. Tolerance Analysis As for our project, there are several components that is critical to the system. First is the ZigBee network, the stability of ZigBee directly depends on the obstacles in the environment. To verify this, we have to establish a ZigBee network first, and then add any potential obstacles or noise to test its stability. As the requirements stated above, we will have to transmit data through 50 meters, and the theoretic maximum transmit distance is 100 meters, so it should be in the safe zone. More over, there are up to 4 sensors in our present design; each will be at most a floating- point number, so a set of data will be at most 16B. ZigBee has maximum transmit speed 31.25B/s, which should be more than enough to transmit 2 sets of data in a minute. 11

12 4. Cost And Schedule: 4.1. Cost Labor Name Hourly Rate Total hour Total = Rate * 2.5 * Total hour Yen- Lin Liu $ $5600 Chun- Lin Chao $ $5600 Subtotal $ Parts (By Grove) Name Quantity Cost Temp & Humidity 4 $46 Sensor DHT22 Moisture Sensor 4 $20 SEN92355P XBee module 4 $107.8 Wi- Fi Shield 1 $59 Arduino UNO 4 $ Total Cost Total = Labor + Parts = $

13 4.2. Schedule Date Yen- Lin Liu Chun- Lin Chao 2/8 Prepare project proposal and research on components 2/15 Test ZigBee/Wi- Fi Finalize Design Review transmission 2/22 Design PCB Design power supply 2/29 Construct all the sensor in a box 3/7 Design simple user interface Design and order the circuit 3/14 Assemble all parts, debug and test the device 3/21 Spring Break 3/28 Assemble all parts, debug and test the device 4/4 Prepare for mock demo 4/11 Debug the project after Begin the final paper mock demo 4/18 Prepare for final demo Prepare for final paper 4/25 Finalize the presentation and demonstration 5/2 Finalize the final paper 13

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

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

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

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

Computer Assisted Gomoku Board

Computer Assisted Gomoku Board Computer Assisted Gomoku Board ECE 445 Design Document Fall 2018 Team 41: Qianwei Li, Jiahe Shi, and Hanfei Wang TA: Anthony Caton Table of Content 1. Introduction 1.1. Objective....2 1.2. Background....2

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

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

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

Group #4 Joe Bender - CPE Joseph Johnson IV - CPE Akeem Liburd - EE Matt LaRue - EE

Group #4 Joe Bender - CPE Joseph Johnson IV - CPE Akeem Liburd - EE Matt LaRue - EE Group #4 Joe Bender - CPE Joseph Johnson IV - CPE Akeem Liburd - EE Matt LaRue - EE Motivation Provide ability to grow plants in atypical environment Conserve water through continuous recirculation system

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

w w w. z i g s e n s e. c o m. a u

w w w. z i g s e n s e. c o m. a u ZigSense is a line of low power wireless sensors utilizing ZigBee mesh network technology as its core communication channel. ZigSense systems contain a self healing network of wireless sensors designed

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

Elchin Mammadov. Overview of Communication Systems

Elchin Mammadov. Overview of Communication Systems Overview of Communication Systems About Me Studying towards the Masters of Applied Science in Electrical and Computer Engineering. My research area is about implementing a communication framework (software

More information

Grove - Moisture Sensor

Grove - Moisture Sensor Grove - Moisture Sensor This Moisture Senor can be used for detecting the moisture of soil or judge if there is water around the sensor, let the plant in your garden able to reach out for human's help

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

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Study of Smart Home System based on Zigbee Wireless Sensor System Jie Huang 1 1 College of Mechanical and Electronic

More information

Energy Harvesting Reference Design

Energy Harvesting Reference Design www.silabs.com Energy Harvesting Reference Design Sustainable, Ultra-Low-Power Solution for Wireless Sensor Node Applications Embargo Until May 25, 2011 Dramatic Growth Ahead in Energy Harvesting Energy

More information

HuertomatoUser'sGuide

HuertomatoUser'sGuide HuertomatoUser'sGuide Huertomato is an Arduino based controller for the management of hydroponics systems. It consists of an Arduino MEGA 2560 shield and a reservoir module. It has all the sensors you

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

Grove - Fingerprint Sensor

Grove - Fingerprint Sensor Grove - Fingerprint Sensor The Finger Print Sensor is one optical fingerprint sensor which will make fingerprint detection and verification adding super simple.there's a high powered DSP chip AS601 that

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

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

Open Source Wireless Sensor Network Classroom Monitoring System

Open Source Wireless Sensor Network Classroom Monitoring System 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

More information

Experiment 10 Fall 2012

Experiment 10 Fall 2012 10/30/12 Experiment 10 Fall 2012 Experiment 10 Fall 2012 Electronic Multi-Meter - A Voltage, Temperature, and Light Meter Due: Week 11 Lab Sessions (11/06/2012) For the voltage, light and temperature gauges

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

COL862 - Low Power Computing

COL862 - Low Power Computing COL862 - Low Power Computing Power Measurements using performance counters and studying the low power computing techniques in IoT development board (PSoC 4 BLE Pioneer Kit) and Arduino Mega 2560 Submitted

More information

Conductive Fabric Gesture-Controlled Sleeve

Conductive Fabric Gesture-Controlled Sleeve ECE 445 Spring 2018 Design Review Conductive Fabric Gesture-Controlled Sleeve Team 56 Mrunmayi Deshmukh, Guneev Lamba, Stephanie Wang TA: Yamuna Phal ECE 445, Design Document Team #56 1 1 Introduction

More information

CENTRALIZED SENSOR MONITORING SYSTEM

CENTRALIZED SENSOR MONITORING SYSTEM CENTRALIZED SENSOR MONITORING SYSTEM Akshay Pathak, Himanshu Tharad, Satyam Kumar, Pavan Kumar,S.Visnu Dharsini Assistant Professor,Computer Science and Engineering, SRM Institute Of Science And Technology,

More information

NTP-5521/5531/5561 SWITCHING MODE POWER SUPPLY

NTP-5521/5531/5561 SWITCHING MODE POWER SUPPLY NTP-5521/5531/5561 SWITCHING MODE POWER SUPPLY USER MANUAL Keep this manual in a safe place for quick reference at all times. This manual contains important safety and operation instructions for correct

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

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

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

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE)

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Truck Smart Blind Spot Detection System Group #32 David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Motivation 15% of large truck collisions are caused by poor observations*

More information

BLE010V2 1. (Based on CSR1010) Bluetooth Modules. User s Manual V2.7

BLE010V2 1. (Based on CSR1010) Bluetooth Modules. User s Manual V2.7 BLE010V2 (Based on CSR1010) Bluetooth Modules User s Manual V2.7 BLE010V2 1 TABLE OF CONTENTS 1 Introduction and Block Diagram... 3 1.1 General Introduction... 3 1.2 Block Diagram... 3 2 Main Features

More information

Wireless High Temperature Sensor

Wireless High Temperature Sensor The Leader in Low-Cost, Remote Monitoring Solutions Wireless High Temperature Sensor RTD HIGH TEMPERATURE General Description The RF Wireless High Temperature Sensor uses a glass coated platinum RTD sensor

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

BLE010V5 1. (Based on CSR1010) Bluetooth Modules. User s Manual V1.5

BLE010V5 1. (Based on CSR1010) Bluetooth Modules. User s Manual V1.5 BLE010V5 (Based on CSR1010) Bluetooth Modules User s Manual V1.5 BLE010V5 1 TABLE OF CONTENTS 1 Introduction and Block Diagram... 3 1.1 General Introduction... 3 1.2 Block Diagram... 3 2 Main Features

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

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

LTC4089/-5 DESCRIPTION

LTC4089/-5 DESCRIPTION LTC4089/-5 DESCRIPTION Demonstration circuit DC929A-A/B is a monolithic high voltage (6V-36V) switching buck regulator, USB Powerpath controller, and Li-Ion battery charger. It is based on the LTC4089/-5

More information

Wireless Power Panel Meter (WPPM)

Wireless Power Panel Meter (WPPM) Wireless Power Panel Meter (WPPM) Kyle Coan & Phil Perrigo Senior Project Description Western Washington University November 3, 2009 Prof. Todd Morton Page 1 of 13 Introduction With recent development

More information

8/11/11. Radio Communication Configurations Zigbee Configurations. Zigbee. XBee Wireless

8/11/11. Radio Communication Configurations Zigbee Configurations. Zigbee. XBee Wireless Radio Communication XBee Wireless Michelle Shorter 802.15.4 Low Power Low bandwidth Addressing Affordable Small Standardized Popular Electromagnetic Waves No medium required Modulation Well described mystery

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

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM Authors: Ezhil Venthan S & Gokulapriyan A, Computer Science and Engineering, Kingston Engineering College, Vellore. Guide: Dr.U.V.Arivazhagu M.E.,M.B.A.,Ph.d.,

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

XBee Wireless. Michelle Shorter

XBee Wireless. Michelle Shorter XBee Wireless Michelle Shorter Radio Communication Electromagnetic Waves No medium required Modulation Well described mystery Wireless/Airwaves Inverse Square Law 802.15.4 Low Power Low bandwidth Addressing

More information

Wireless Dry Contact Sensor

Wireless Dry Contact Sensor Wireless Dry Contact Sensor General Description The Wireless Dry Contact Sensor can be used to detect contact between two wired contact points, an external mechanical switch or a contact plate. Features

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

EECE404 Senior Design II

EECE404 Senior Design II EECE404 Senior Design II Electrical and Computer Engineering Dr. Charles Kim Spring 2014 1 Where we are Problem was defined General solution approach was selected Initial and rough design was made Proposal

More information

Micro-controllers. Applications in Experimental Aircraft. RAA Meeting Nov 14, Terry Fisher

Micro-controllers. Applications in Experimental Aircraft. RAA Meeting Nov 14, Terry Fisher Micro-controllers Applications in Experimental Aircraft RAA Meeting Nov 14, 2016 Terry Fisher About Me Retired software/hardware designer Pilot Cessna 182T C-GYKF, G1000 Building a Rotorway Exec 162F Mentor

More information

Systems Integrator Custom Weather Stations Environmental Science Applications Hydrology and Water Balance Systems

Systems Integrator Custom Weather Stations Environmental Science Applications Hydrology and Water Balance Systems Sap Flow and Sap Velocity Systems Flow32, FLGS-TDP, SapIP Wireless Sap Flow Systems Patented EXO-Skin sensors Dynagage Heat Balance Sap Flow Sensors HPFM & HCFM Hydraulic Conductance Meters DEX Dendrometers

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

Portable Refreshable Braille Display

Portable Refreshable Braille Display Portable Refreshable Braille Display Wang, Rajarshi Roy Introduction Title: Portable Refreshable Braille Display Current commercially available electronic Braille readers (aka refreshable Braille displays

More information

Wireless Low Temperature Sensor

Wireless Low Temperature Sensor The Leader in Low-Cost, Remote Monitoring Solutions Wireless Low Temperature Sensor RTD LOW TEMPERATURE General Description The RF Wireless Low Temperature Sensor uses a glass coated platinum RTD sensor

More information

PRO11. Weather Station CaipoBase

PRO11. Weather Station CaipoBase Product Catalogue 2014 PRODUCT CATALOG PRO11. Weather Station CaipoBase... 3 PRO33. Rain Monitoring System CaipoRain... 4 PRO80. Soil Moisture system CaipoSM... 5 PRO58. Caipo-Mini. Caipos & Davis ISS...

More information

Grove - 3 Axis Digital Accelerometer±16g Ultra-low Power (BMA400)

Grove - 3 Axis Digital Accelerometer±16g Ultra-low Power (BMA400) Grove - 3 Axis Digital Accelerometer±16g Ultra-low Power (BMA400) The Grove - 3-Axis Digital Accelerometer ±16g Ultra-low Power (BMA400) sensor is a 12 bit, digital, triaxial acceleration sensor with smart

More information

NTP-6621 / 6631 / 6661 SWITCHING MODE POWER SUPPLY with USB REMOTE CONTROL

NTP-6621 / 6631 / 6661 SWITCHING MODE POWER SUPPLY with USB REMOTE CONTROL NTP-6621 / 6631 / 6661 SWITCHING MODE POWER SUPPLY with USB REMOTE CONTROL USER MANUAL Keep this manual in a safe place for quick reference at all times. This manual contains important safety and operation

More information

Experimental Evaluation on the Performance of Zigbee Protocol

Experimental Evaluation on the Performance of Zigbee Protocol Experimental Evaluation on the Performance of Zigbee Protocol Mohd Izzuddin Jumali, Aizat Faiz Ramli, Muhyi Yaakob, Hafiz Basarudin, Mohamad Ismail Sulaiman Universiti Kuala Lumpur British Malaysian Institute

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

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT Tiny Node V3.0 Miniature euro coin size On-board antenna

More information

Grove - Moisture Sensor

Grove - Moisture Sensor Grove - Moisture Sensor Introduction This Moisture Senor can be used for detecting the moisture of soil or judge if there is water around the sensor, let the plant in your garden able to reach out for

More information

VDC. Wireless VDC Voltage Meters. The Leader in Low-Cost, Remote Monitoring Solutions. Monnit Sensor Core Specifications. General Description

VDC. Wireless VDC Voltage Meters. The Leader in Low-Cost, Remote Monitoring Solutions. Monnit Sensor Core Specifications. General Description The Leader in Low-Cost, Remote Monitoring Solutions Wireless 0-1.2 VDC Voltage Meters 0-1.2 VDC 0-1.2 VOLT METER General Description The Wireless Voltage Meter can interface with other devices to measure

More information

Ward s Single Probes. When All You Need is One

Ward s Single Probes. When All You Need is One Ward s Single Probes When All You Need is One INTRODUCTION The Ward s Single Probes platform was designed for the classroom with ever-changing needs in mind. Users can select from three different operational

More information

SENSOR NETWORKS JAVA

SENSOR NETWORKS JAVA SENSOR NETWORKS JAVA RASPBERRY EMBEDDEDPI ABOUTME. CANOOENGINEERING Gerrit Grunwald Developer Leader of JUG Münster JavaFX & IoT community Co-Lead Java Champion, JavaOne RockStar JAVA ONE 2013 MONITORING

More information

Virtual Grand Piano. 1. Introduction Objective Background

Virtual Grand Piano. 1. Introduction Objective Background Virtual Grand Piano Team 64 - Zhi Lu, Jeongsub Lee and Hammad Khan ECE 445 Project Proposal - Spring 2018 TA: Mickey Zhang 1. Introduction 1.1. Objective Digital pianos currently available in the market

More information

EK307 Lab: Microcontrollers

EK307 Lab: Microcontrollers EK307 Lab: Microcontrollers Laboratory Goal: Program a microcontroller to perform a variety of digital tasks. Learning Objectives: Learn how to program and use the Atmega 323 microcontroller Suggested

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

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

S.M.A.R.T. Lock. Presentation Points 10/16/2016. Introduction. System Design and Overview. Hardware Design. Software Design. Testing and Integration

S.M.A.R.T. Lock. Presentation Points 10/16/2016. Introduction. System Design and Overview. Hardware Design. Software Design. Testing and Integration S.M.A.R.T. Lock Jason P. Mack, CPET Cole M. Vandermotton, CPET Michael A. King, ECET Prof. Paul I. Lin December 12, 2014 Presentation Points Introduction System Design and Overview Hardware Design Software

More information

P13625 INDOOR AIR QUALITY MONITOR

P13625 INDOOR AIR QUALITY MONITOR P13625 INDOOR AIR QUALITY MONITOR PRESENTED BY: Faculty Guide: -Sarah Brownell Mechanical Engineers: -Rachelle Radi -Kyle Sleggs Industrial Engineer: -Jeff Wojtusik Electrical Engineers: -Alem Bahre Gessesse

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

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Motivation Provide an affordable and reasonably sized device for Alzheimer s patients. There are many tracking devices

More information

Aurdino based Advanced irrigation System using GSM and Solar Energy

Aurdino based Advanced irrigation System using GSM and Solar Energy Aurdino based Advanced irrigation System using GSM and Solar Energy Abid khan 1, Neju K Prince 2, Praveen Singh Rathore 3, Sukrita Swarnkar 4 1,2,3,4 Electronics and Telecommunication Engineering, CCET,

More information

The Final Report. Team May1717. Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle. Team Members: Kebei Wang - Team leader

The Final Report. Team May1717. Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle. Team Members: Kebei Wang - Team leader The Final Report Team May1717 Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle Team Members: Kebei Wang - Team leader Kukjin Chung - Communication Leader Trevor Brown - Key Concept Holder Xiang

More information

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT Seenivasan V 1,Ponkumar K 1,Venkatraman R 1, Jeslindrusilanesamalar J 2 1Dept of Electrical and Electronics Engineering, Kamaraj College

More information

FUNTRONIX SCORE-N-TIME TM. T-240/T-260 Universal Up/Down Clock/Timer OPERATING MANUAL. Revision July 5, 2015

FUNTRONIX SCORE-N-TIME TM. T-240/T-260 Universal Up/Down Clock/Timer OPERATING MANUAL. Revision July 5, 2015 FUNTRONIX SCORE-N-TIME TM T-240/T-260 Universal Up/Down Clock/Timer OPERATING MANUAL Revision July 5, 2015 T-240 4-DIGIT TIMER T-260 6-DIGIT TIMER Thank you for purchasing a Funtronix SCORE-N-TIME TM Universal

More information

XDK HARDWARE OVERVIEW

XDK HARDWARE OVERVIEW XDK HARDWARE OVERVIEW Agenda 1 General Overview 2 3 4 Sensors Communications Extension Board 2 General Overview 1. General Overview What is the XDK? The Cross-Domain Development Kit, or XDK, is a battery

More information

Wireless High-Voltage Power Line Sensor

Wireless High-Voltage Power Line Sensor University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Wireless High-Voltage Power Line Sensor by Group 11 Jordan Bartel Thomas Neusitzer Sailen

More information

HEMS 2000 Home Energy Management System

HEMS 2000 Home Energy Management System HEMS 2000 Home Energy Management System 1. System Structure 1.1. System Diagram HEMS2000 is a ZigBee-based close system that consists of a Smart Thermostat and an In-Home Display, allowing the user to

More information

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM PROJECT REFERENCE NO. : 37S0918 COLLEGE : P A COLLEGE OF ENGINEERING, MANGALORE BRANCH : ELECTRONICS & COMMUNICATION GUIDE : MOHAMMAD RAFEEQ STUDENTS : CHARANENDRA

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

Telegesis ZigBee technology

Telegesis ZigBee technology Telegesis ZigBee technology What is ZigBee and what does it do? February 2013 Ollie Smith Business Development Director ollie.smith@telegesis.com Steve Diaper Sales Manager steve.diaper@telegesis.com Telegesis

More information

Computerized Green House Data Acquisition System Using Arduino with LabVIEW

Computerized Green House Data Acquisition System Using Arduino with LabVIEW Computerized Green House Data Acquisition System Using Arduino with LabVIEW Swarna Prabha Jena 1, Shanaz Aman 2, Rupanita Das 3 Assistant Professor, Dept. of ECE, SOET,CUTM University, Jatani, Odisha,

More information

PRELIMINARY APPLICATION OF A HELICOPTER TOY FOR ENVIRONMENT MONITORING

PRELIMINARY APPLICATION OF A HELICOPTER TOY FOR ENVIRONMENT MONITORING PRELIMINARY APPLICATION OF A HELICOPTER TOY FOR ENVIRONMENT MONITORING Abdul Kadir Universiti Teknikal Malaysia Melaka ETIC 2016, 4-5 AUGUST, HO CHI MINH CITY OUTLINE 1. ABSTRACT 2. INTRODUCTION 3. MATERIALS

More information

ECE 480 Team 5 Introduction to MAVRK module

ECE 480 Team 5 Introduction to MAVRK module ECE 480 Team 5 Introduction to MAVRK module Team Members Jordan Bennett Kyle Schultz Min Jae Lee Kevin Yeh Definition of MAVRK Component of MAVRK starter Kit Component of umavrk Module design procedure

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale

Homework 3: Design Constraint Analysis and Component Selection Rationale Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: 2D-MPR Group No. 12 Team Member Completing This Homework: James Phillips E-mail Address of Team Member: jephilli@

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

Adaptive Home/Building Energy

Adaptive Home/Building Energy Adaptive Home/Building Energy Management System Using Heterogeneous Sensor/Actuator Networks Hiroshi MINENO Department of Computer Science University, Japan 0 Energy consumption in Japan Can be divided

More information

TEMPERATURE AND HUMIDITY TRANSDUCER P18 TYPE USER S MANUAL

TEMPERATURE AND HUMIDITY TRANSDUCER P18 TYPE USER S MANUAL TEMPERATURE AND HUMIDITY TRANSDUCER P18 TYPE USER S MANUAL 1 2 CONTENTS 1. APPLICATION... 5 2. BASIC REQUIREMENTS, OPERATIONAL SAFETY... 5 3. INSTALLATION... 5 3.1. Assembly...5 3.2. Electrical Connections...7

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

Improving Remote Site Communications Using Wireless Technologies. Eric Swanson

Improving Remote Site Communications Using Wireless Technologies. Eric Swanson Improving Remote Site Communications Using Wireless Technologies Eric Swanson Presentation Abstract M2M communications have grown dramatically in the last 10 years, and M2M technologies are trying to keep

More information

Educational Smart Breadboard

Educational Smart Breadboard Educational Smart Breadboard Team 68 - Chinemelum Chibuko, Minseong Kim and Mostafa Elkabir ECE 445 Project Proposal - Spring 2018 TA: Kexin Hui 1. Introduction 1.1. Objective The first time any kid or

More information

Wireless Humidity (RH) Sensor

Wireless Humidity (RH) Sensor The Leader in Low-Cost, Remote Monitoring Solutions Wireless Humidity (RH) Sensor General Description The Wireless Humidity (RH) Sensor allows you to accurately monitor the relative humidity of the air

More information

Item Name & Package Code Specifications Quantity Last Date & Time of Submission of Quotation

Item Name & Package Code Specifications Quantity Last Date & Time of Submission of Quotation Quotation should be addressed to the Registrar, HBTU, Kanpur, Uttar Pradesh-208002. The envelope should be super scribed with Quotation for TEQIP-III Package Name. (As Applicable). For any query contact

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

Wireless Dry Contact Sensor

Wireless Dry Contact Sensor The Leader in Low-Cost, Remote Monitoring Solutions DRY CONTACT Wireless Dry Contact Sensor General Description The Wireless Dry Contact Sensor can be used to detect contact between two wired contact points,

More information

Demand Side Management by Using GSM Interfacing with Arduino (UNO)

Demand Side Management by Using GSM Interfacing with Arduino (UNO) Demand Side Management by Using Interfacing with Arduino (UNO) 1 Madhuri Mahajan, 2 Swati Patharwat, 3 Anuruddha Ingale, 4 Rohit Chaudhari, 5 Ishwar Patil, 6 Prof. Atul Barhate 1,2,3,4,5,6 Department of

More information

Group 39. Jeff Mueller, EE Jon Graff, EE Thierry Alerte, CpE Jonathan Schooley, EE

Group 39. Jeff Mueller, EE Jon Graff, EE Thierry Alerte, CpE Jonathan Schooley, EE Group 39 Jeff Mueller, EE Jon Graff, EE Thierry Alerte, CpE Jonathan Schooley, EE Motivation Extra hand in the kitchen More time for family and friends Good for tailgating Better tasting food No CO - indoor/outdoor

More information

Development and Deployment of ZigBee Wireless Sensor Networks for Precision Agriculture in Sugarcane Field

Development and Deployment of ZigBee Wireless Sensor Networks for Precision Agriculture in Sugarcane Field Development and Deployment of ZigBee Wireless Sensor Networks for Precision Agriculture in Sugarcane Field by Kamol Kaemarungsi (Ph.D.) Embedded System Technology Laboratory National Electronics and Computer

More information