Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction

Size: px
Start display at page:

Download "Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction"

Transcription

1 UNIVERSITY OF NEVADA LAS VEGAS DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING EE & CPE 497 Senior Design Fall 2014 Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction Final Project Report Group Members: CPE Name (Print) Name (Print) CPE/EE/ME EE CPE/EE/ME

2 Introduction Air conditioning (A/C) vents are stationary with permanently fixed fins. This means that it can only direct airflow to the predetermined design of the vent. In some applications, the airflow is scattered to areas that don t need to be cooled or heated. For example, couches or other pieces of furniture where people tend to spend most of their time in a room can sometimes be placed in an area where the vents do not direct airflow to. Another example can be found in bedrooms where the bed is placed in a position where the airflow is directed straight to a resting person s face which in some cases can cause sinus problems. A need to manually control the A/C vents to direct airflow is the solution to these issues. Our project will have a full two dimensional control of the airflow coming out of a vent. It will be an easy bolt-on replacement for the standard vents already installed in residential homes and will be controlled via an application on a smart mobile device. Once the app is installed, the user will be presented with a layout that will represent the room and then the user will place the location of the vent. Once that is done, they will be able to select the area of the room they want to direct the air towards or they can set the vent to move in an oscillation mode. Depending on what they want, the vent can just move side-to-side, up and down or both at the same time. Because we have such control over the vent, we can also completely close the vent to a room with a simple button press in the app in the event that room is no longer needed to be heated/cooled System Specification The proposed air vent will take on the dimensions of the already available vents that can be found in residential homes. Figure 1 shows an image of traditional air vents that have fixed fins and do not possess the capability to be controlled without the assistance of manual labor if it is contains an opening and closing arm. Figure 1: Fixed fin air vents

3 Our air vent will possess two sets of fins with both layers arranged perpendicular to each other to achieve the two degrees of motion desired to be able to direct air to any location within the living area of the room. The top layer facing the room will have the fins arranged perpendicular to the floor. The bottom layer located inside the housing will have the fins parallel to the top layer and therefore resulting in the fins being parallel to the floor of the room. Figure 2 illustrates the two degrees of motion desired for this controllable vent. Figure 2: The two degrees of motion for the vent This architecture for the vent will allow it to be able to cover all the areas within the volume of the living space. Figure 3 illustrates the potential coverage given that both sets of pins can pivot 180 degrees with respect to the wall.

4 Figure 3: Coverage of one vent in a cube shaped room System Architecture A. Architecture of the Vent The system will comprise of two servo motors that will move the fins on the vent. One will be in charge of moving the x-axis and the other the y-axis. These servo motors will be receiving commands from a microcontroller and the micro controller will be receiving commands from RF transceivers. These RF transceivers will be receiving data from a smart device such as smartphone or tablet. Figure 4 shows the overview of the architecture of the design. The green box in Figure 4 is intended to show the items installed on the PCB and will be enclosed in a black box. This black box will be mounted on the back side of the vent where it will be hidden from sight inside the duct work.

5 Wi- Fi/ZigBee Transceiver µ Controller Power Supply Wind Flow Sensor PCB located on vent iphone Interface Mechanical Connection Power Wire Control Wire Figure 4: System Architecture The components chosen to be integrated into our design will be discussed below: I. Wi-Fi Module The module of choice is Digi s XBee Wi-Fi module. The part number is the XB2B-WFWT-001. The specifications of this module can be observed in the table below and has the PRO design. Serial Data Interface UART up to 1Mbps, SPI up to 6 Mbps Frequency Band ISM 2.4 GHz ADC Inputs 4(12-bit) Digital I/O 10 Operating Temperature -30 C to +85 C (-22 F to 185 F) Network Security WPA-PSK,WPA2-PSK and WEP Channels 13 WLAN Standard b/g/n WLAN Data Rates 1Mbps to 72 Mbps Transmit Power Up to +16dBm Receiving Sensitivity -93 to -71 dbm Supply Voltage 3.14 to 3.46 VDC Transmit Current Up to 309mA Receiver Current 100mA Dimensions(L X W) 27.61mm X 24.38mm

6 II. Microcontroller The microcontroller used for this application is Atmel s Atmega328P-PU. The specifications can be observed in the table below. Flash 32 KB EEPROM 1 KB RAM 2 KB Pin Count 32 Max. Operating 20MHz Frequency CPU 8-bit AVR I/O Pins 23 Operating Voltage 1.8V 5.5V Operating Temperature -40 C to +85 C (-40 F to 185 F) ADC 8 (10-bit) Power 1MHz, 1.8V, Active Mode: 0.2mA, Power-save mode: 0.75µA Data Retention 20 years at 85 C/ 100 years at 25 C III. Servo Motors The servo motors used was the Power HD-1501MG sold by Pololu. This is an analog servomotor that is controlled with pulse width modulation. The specifications can be observed in the table below. Limit angle 180 plus or minus 10 Weight 63 plus or minus 1g Operating Voltage 4.8V - 6.0V Operating Temperature -10 C 50 C (14 F F) Dimensions 40.7x20.5x39.5mm Stall Torque 17kg/cm IV. Wind Sensor The exact specifications for the wind sensor have not been sourced yet but it will most likely be a thermal anemometer. This is a device that uses something called a "hot-wire" technique. This technique involves heating an element to a constant temperature and then measuring the electrical power that is required to maintain the heated element at temperature as the wind changes.

7 This measured electrical input is then directly proportional to the square of the wind speed. This value will be sent to the microcontroller to let it know when the air has stopped flowing and to stop the vent from moving. This is to keep the vent from unnecessarily oscillating. V. Transformer This vent is meant to be installed in to an existing HVAC system but there is no power at the vent location in these existing systems. To remedy this, a transformer will be installed at the main HVAC unit that will take household 120V AC and convert it to 5V DC. Wires will then be snaked down the air ducts to each vent location. This will power each individual vent and at the same time will cut down on the costs associated with running power to each vent and also the cost of transformers at each location. B. Smart Phone Application/Microcontroller Software The RF transceiver will be receiving commands from a smartphone application. The application will be written for Apple handheld devices. The RF transceiver will communicate to the Atmega328P through the USART protocol. The Atmega328P will be flashed with a program written in C. The flow diagrams for the different softwares are presented below. I. iphone Application The flow diagram shows the initial setup prompts all the way down to the way how a customer will operate the air vent. The configurable options all though not linked in the flow chart, will be accessible at all at times. The user will be able to change the name of the vent to a more recognizable name for the configured air vent. This name will not be sent to the XBee Wi-Fi module since it will already be preconfigured with its own wireless address

8 Open Application Welcoming Screen displayed. Discover Devices Connect to Device Layout of Room Displayed User prompted to place estimate location of the vent in the room (parameter transmitted to module) User prompted to estimate how high the vent is from floor level (parameter transmitted to module) Another vent to program? User prompted to select area desired or place in oscillation mode (parameter transmitted to module) Change mode? Air vent continues mode until wind sensor interrupts

9 II. Atmega328P Software The microcontroller will be written in C and will be in charge of moving two servo motors. The flowchart below illustrates how it will be handling the parameters being sent from the iphone application. Figure 5 will serve as an assist to follow the flow chart. Figure 5 shows the PWM values at each degree of motion of the servo motor. For example, an OCR value of 2100 indicates the servo will point the fins at 180, OCR = 1200 points to 90, and OCR = 0 points to 0. The regions labeled with letters will summarize the desired location for the user. The prototype will assume vent is place in the center of the wall selected. OCR=2100 OCR=1700 A B OCR=1200 C D OCR=400 Figure 5: Air vent and the parameters it uses to direct air flow to the desired regions. This will serve for both servo motors, the one sweeping up and down, and the other that sweeps side to side.

10 Parameters Received Vent on Right wall? Region A? OCR sweep from 1700 to 2100 Vent on Left wall? Vent on Front wall? Vent on Back wall? Vent on Ceiling? Adjust parameter for height and initiate movement of horizontal fins Receive User parameter for desired airflow Oscillation Mode? OCR sweep from 2100 to 0 on both servo motors Region B? Region C? Region D? Initiate movement of vertical fins OCR sweep from 1700 to 1200 OCR sweep from 1700 to 400 OCR sweep from 400 to 0 Region A? Region B? Region C? Region D? OCR sweep from 1700 to 2100 OCR sweep from 1700 to 1200 OCR sweep from 1700 to 400 OCR sweep from 400 to 0 The above flow chart shows the flow of the code for a user selecting a single point in a region specified in Figure 5. The program will have the capability to select points that cross multiple regions but was not displayed in the flow chart due to limited space.

11 Subsystem/Component Alternative Generation and Trade-offs A. Wireless module For the wireless module we looked at several different options. For the design to work there needed to be a way for the Apple device to communicate with the microcontroller. Several options for this communication protocol included Bluetooth, ZigBee, direct RF, and Wi-Fi. I. Bluetooth was a promising option because so many people are familiar with it. The problem with Bluetooth is Apple devices can only connect to 2 devices at any one time. While this was fine for our prototype, this would not scale up if this design was ever expanded to more than 2 vents. II. III. IV. ZigBee is a nice robust protocol because it is self healing and creates a strong mesh network but the Apple devices cannot communicate directly without a gateway and that seemed like an unnecessary addition. The same was true for the standalone RF network. This left us with the Wi-Fi module as being the best choice. It consumes more power than all the others but we decided that ease of use for the end user was more important. The Wi-Fi module would allow an end user to connect the vent to the same wireless network their Apple device was already connected to and easily communicate with it. B. Servo Motor We had several consideration to make when choosing the servo motors to control the up/down and left/right of the vent. Torque, operating voltages, current draw, size, weight, and accuracy were all things considered when selecting the proper servo motors. Since this would be mounted to an air vent it would have to be small yet powerful and would hopefully work without having to add extra gears to work. Also, with the ability to select a certain position for the vent direction from the Apple device, it had to be accurate; being off by a few degrees at the vent could mean being off by a few feet once it reaches the other side of the room. I. PowerHD 3001HB - This servo was originally chosen because of its use previously in other projects. Familiarity with it made getting started much simpler for the first testing stages. It weighed in at only 43g and had relatively small dimensions(54.5mm x 20.5mm x 43.5mm) which made it easy to hide in the back of the vent. While it worked well, the stall torque (4.4kg cm) was too low for it to move the control arm for up/down control of the vent. To fix this, gears could

12 have been added to change the torque of the output, but it would come at the cost of speed and would also take up more room in the back of vent. II. PowerHD 1501MG - Built on the same form factor as the 3001HB but having a much higher stall torque (17kg cm), nearly the same speed, plus a nice price point made it an good choice to use for control. Since the code written to control the 3001HB worked and both were made by the same company with the same connections, it made it a simple swap to get 4 times the torque. C. Microcontroller Finding the proper microcontroller is an important task as well. It was important to find a balance between speed, features, and cost. In the search for microcontrollers we came up with 3 candidates from ATMEL because they have a robust user community and a great track record for supporting their products. I. SAM3X8E - This microcontroller has a powerful 32-bit ARM processor that would allow us to add any additional features in the future we could think of. It would also give us extremely quick processing speed to minimize delay from button press to system action. It turned out to be more processing power than we really needed so we moved to a lower tier ATMEL product. II. ATMEGA8 - This microcontroller has a 8-bit processor which we determined would be fine for the design but it only had 8KB flash which might not be enough if the design was ever expanded. Leaving room for expansion was one of the main goals in this project. III. ATMEGA328 - This microcontroller has the same 8-bit processor as the ATMEGA8 but comes with 32KB flash which opens the possibility of future expansion. Ultimately, this is the processor used for the design.

13 Design of the Circuit Figure 6 shows the wired connections involved between the servo motors, the microcontroller, the wind sensor, and the RF transceiver. A functional prototype was built based on this circuit. The prototype that was built ensured that wireless communication was able to be received by the XBee module that will send the commands to the microcontroller controlling the servo motor. Figure 6: XBee, Atmega328P, wind sensor, and Servo Motors wired connections

14 I. Functional Prototype Our functional prototype consisted of an XBee module simulating the data sent to the receiving XBee module. The mode was changed by changing the input on a pin on the Atmega328P from a high to a low and vice versa. The pin chosen was PB0 and when the pin was set to low, it would transmit an ASCII 0 to the receiving XBee module. The XBee module then passed it on to the Atmega328P in charge of controlling the servo motor. This would trigger an if statement in the code to have the servo sweep region A as referred to in Figure 5. Then when the pin would be set to high on the transmitting Atmega328P, the code would send an ASCII 1 to the XBee module which is then wirelessly transmitted to the receiving XBee module who would then have the Atmega328P change the servo s sweeping region from A to C continuously. Pictures of the functional prototype can be found below in Figure 7.

15 Figure 7: From top to bottom: 1. Side view of receiving circuit that controls the servo motor. 2. Top view of receiving circuit that controls the servo motor. 3. Side view of the circuit that transmits the user data. 4. Top view of the circuit that transmits the user data. This circuit performed ideally and it facilitates what kind of data will be transmitted to the microcontroller. Almost negligible delay occurred when transitioning from mode of operation. It was almost instant and the continuous sweep occurred without any errors. If no mode is selected, then the servo will not move. When the air sensor is obtained, it will connect to the

16 ATmega328P to cause an interrupt on PB7. This ensures the servo motors will stop spinning if the AC has stopped outputting air. Test Plan A. Present Design As stated earlier, the present design consists of two ATMEGA 328 microcontrollers connected to two XBee wireless modules. One microcontroller sends a command to the first XBee which then sends wirelessly to the second XBee which in turn relays that command to the second microcontroller. That microcontroller then sends a signal to the servo to tell it what position to rotate to. This design was built to show a proof of concept that we could these parts to accomplish wireless control of the servo motors. The first microcontroller and XBee module act as a simulation for the future Apple device that will ultimately be controlling everything. Once we have shown that these parts will work, we can then move on to the final project design that includes both servos and the Apple device. This is the test plan for the current design. I. Program microcontroller to oscillate between sending two different pulse widths to move servo between 90 and 180 degrees to ensure proper control of servo. II. III. IV. Program microcontroller to change between 90 degree pulse and 180 degree pulse by changing an input pin PB0 (14) from 5V to 0V. Setup and connect both XBee modules to each other by first connecting them to PC through COM ports. Test connection by sending serial string from one to the other and watching transaction on PC. V. Program "sending" microcontroller to send ASCII "1" or "0" depending on input pin voltage. Connect the TX pin (3) of the microcontroller to the RX pin (3) on the "sending" XBee. VI. VII. Connect to the "receiving" XBee with the PC and see if by changing the input pin on the "sending" microcontroller it changes the serial string received by the "receiving" XBee. Connect TX pin (2) of the "receiving" XBee to the RX pin (2) of the "receiving"" microcontroller and monitor output of the PB1 pin (15) on the "receiving" microcontroller to make sure the pulse width changes while changing the input pin voltage of the "sending" microcontroller.

17 VIII. Connect the PB1 pin of the "receiving" microcontroller to the signal input of the servo motor and observe the changes to the position of the arm of the servo with changes to the input pin voltages of the "sending" microcontroller. B. Final Design w that the parts have shown they will work, we can make the final design. The final design will have an custom Apple device interface that will send commands wirelessly to an XBee wireless module that will then relay the command to a microcontroller to change the position of each of the servo motors. Depending where the user taps on the screen, the servos will move the vent louvers into the correct position. I. Build frame to connect both servo motors to air vent control arms and attach servo motors securely to air vent. II. III. IV. Connect servo control inputs to output pins of "receiving" microcontroller. Make sure servos move to correct positions according to input pin conditions on the "sending" microcontroller. Build Apple device interface with simple up/down/left/right buttons to test communication between Apple device and microcontroller. V. Design GUI for Apple device interface to give end user ability to select direction of flow from air vent and test for accuracy. VI. Test range of Apple device control of vent. User Manual The user manual for operating the iphone application carefully follows the flow chart presented under part B of the system architecture topic. However, a detailed explanation of how to setup from the moment the product comes out of the box will be presented. A. Unboxing The package should consist of one air vent and the appropriate hardware to properly mount in the place of the old air vent. The dimensions of the new air vent should match those of the old air vent. B. Installing The black box will have a terminal strip where the power and ground will be connected. Professional installing would be recommended to run power wires to this device C. Downloading the Application

18 The application will be available in the Apple Store. Once the vent has been setup, and the application has been downloaded. You are ready to proceed to the step of configuration. D. Configuration Step 1: Open the application and ensure the vent is powered on. Step 2: Press the discover devices icon and wait for the application to display the device that is installed. Once the device has been found, click the name of the RF transceiver. Step 3: w that you have established a connection to the RF transceiver in the air vent. You will be displayed a layout of a room. Here you will be presented with an icon that looks like an air vent and you will drag and drop it in place of where your air vent is installed. Step 4: w you will be prompted to roughly estimate how high the air vent is placed off the ground. This is to ensure that the horizontal fins compensate for where the room floor is located. Step 5: The air vent has been configured and you will be prompted to program another air vent if more than one will be installed. If another vent is available, go back to step 2 so that the smartphone may discover another device, otherwise, proceed to part E. E. User Control w whenever you start the application, you will be presented with your connected devices and you may change the name if so desired (i.e. Living room, kitchen, etc.). Click on the device you want to operate and you will be presented with a square room and the location of the vent. w you will be able to control the air vent by pressing the CONTROL icon. By doing so, you will be presented with the option to select from three modes. Once the mode desired is selected, you will be presented with the representation of the room again so that you may select your desired locations, below you will find how each feature will work. 1. Single point direction. Touch a location in the representation of the room and have the air vent direct air flow to the desired location. 2. Multi point direction Touch up to 4 locations in the representation of the room so that the air vent can sweep air flow through these locations. 3. Oscillation Here it will fix the x-axis of the vent to aim at the floor, and the y-axis of the vent will sweep from left to right and then from right to left.

19 F. Extra Icons You ll be able to access the settings at all times where modifications to the parameters can be performed. Budget For the current design, it requires double the parts since we are using a microcontroller and XBee module to simulate the Apple handheld device. In the final design, the cost will be lower due to using only 1 microcontroller and XBee per vent. Since the initial parts order we were able to find better pricing on most of the items and if we were to buy them in bulk, the cost savings would be even more dramatic. Due to being poor college students, we only bought parts in the quantities needed and therefore had to pay extra per piece. Also, in the following table it is assumed that the end user will already have the Apple handheld device so it was not included in the cost estimate. Manufacturer Part Number Description Digi International Atmel PowerHD XB2B- WFWT-001 ATMEGA328- PU 1501MG Prototype Quantity Prototype Cost (per unit) Final Quantity (per vent) Final Cost Estimate(per vent) XBee Wi-Fi module 2 $ $29.59 Atmel Processor 2 $ $1.86 Servo Motor 1 $ $16.95 Unknown Wind sensor 0 $ $0.00 Unknown Breadboard 2 $ $0.00 OshPark PCB 0 $ $10.00 Misc. components 1 $ $30.00 Air Vent 0 $ $10.00 Prototype cost total Final Cost Total $ $115.35

20 Timeline and Future Meetings Throughout this first part of senior design, we met with our senior design advisors once a week from the moment we picked them. We will continue this method right when the second semester of senior design begins. The goals for the upcoming semester can be outlined in the table below. Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 - Presentation day Have the basic functionalities of the application finished. Have the air vent built so that the servo motors can be tested with the load Have the wind sensor integrated and properly interrupting the microcontroller program. Have the power supply circuit built with the landing terminals. Have more functionality available for the application. Start building the frame for our black box Start building our display for our presentation. Have the vent ready to have the black box mounted to it. Have full functionality of the application finished. Have the black box mounted on the vent and begin designing the PCB so that it may fit in the black box. Have entire schematic PCB done and sent out to have the PCB made. Start designing appealing graphics for the application s interface. Have the servo motors properly placed on the vent. Have our presentation display finished. Have the PCB and begin testing it. Have our final product finished and application fully operational Designing the aesthetics of the application to make it appealing to the eyes. Final adjustments to ensure accuracy of

Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction

Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction UNIVERSITY OF NEVADA LAS VEGAS DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING EE & CPE 498 Senior Design Spring 2015 Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

EEL4914 Senior Design. Final Design Report

EEL4914 Senior Design. Final Design Report EEL4914 Senior Design Final Design Report Electric Super Bike The Best Team in the World Matt Fisher madfish@ufl.edu Richard Orr gautama@ufl.edu 21 April 2008 1 Contents Contents...2 Abstract...3 Project

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

INTELLIGENT SELF-PARKING CHAIR

INTELLIGENT SELF-PARKING CHAIR INTELLIGENT SELF-PARKING CHAIR Siddharth Gauda 1, Ashish Panchal 2, Yograj Kadam 3, Prof. Ruchika Singh 4 1, 2, 3 Students, Electronics & Telecommunication, G.S. Moze College of Engineering, Balewadi,

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

Boozer Cruiser. EEL Electrical Engineering Design 2 Final Design Report. April 23, The Mobile Bartending Robot.

Boozer Cruiser. EEL Electrical Engineering Design 2 Final Design Report. April 23, The Mobile Bartending Robot. EEL4924 - Electrical Engineering Design 2 Final Design Report April 23, 2013 Boozer Cruiser The Mobile Bartending Robot Team Members: Mackenzie Banker Perry Fowlkes mbanker@ufl.edu perry.pfowlkes@gmail.com

More information

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot*

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot* EEL5666C IMDL Spring 2006 Student: Andrew Joseph *Alarm-o-bot* TAs: Adam Barnett, Sara Keen Instructor: A.A. Arroyo Final Report April 25, 2006 Table of Contents Abstract 3 Executive Summary 3 Introduction

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

SNIOT702 Specification. Version number:v 1.0.1

SNIOT702 Specification. Version number:v 1.0.1 Version number:v 1.0.1 Catelog 1 Product introduction... 1 1.1 Product introduction... 1 1.2 Product application... 1 1.3 Main characteristics... 2 1.4 Product advantage... 3 2 Technical specifications...

More information

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 2, February -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 SIMULATION

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

RC-WIFI CONTROLLER USER MANUAL

RC-WIFI CONTROLLER USER MANUAL RC-WIFI CONTROLLER USER MANUAL In the rapidly growing Internet of Things (IoT), applications from personal electronics to industrial machines and sensors are getting wirelessly connected to the Internet.

More information

Communications Hardware for a UAV Sensor Network ECE 791- Oral Project Proposal ECE Faculty Advisor: Nicholas Kirsch Ph.D.

Communications Hardware for a UAV Sensor Network ECE 791- Oral Project Proposal ECE Faculty Advisor: Nicholas Kirsch Ph.D. Communications Hardware for a UAV Sensor Network ECE 791- Oral Project Proposal ECE Faculty Advisor: Nicholas Kirsch Ph.D. October 28, 2011 Presented By: Jason Dusseault, Matthew Gloekler, Andrew Jacobs,

More information

FABO ACADEMY X ELECTRONIC DESIGN

FABO ACADEMY X ELECTRONIC DESIGN ELECTRONIC DESIGN MAKE A DEVICE WITH INPUT & OUTPUT The Shanghaino can be programmed to use many input and output devices (a motor, a light sensor, etc) uploading an instruction code (a program) to it

More information

Final Report. Project Title: E-Scope Team Name: Awesome

Final Report. Project Title: E-Scope Team Name: Awesome EEL 4924 Electrical Engineering Design (Senior Design) Final Report 04 August 2009 Team Members: Charlie Lamantia Scott Lee Project Abstract: Project Title: E-Scope Team Name: Awesome In match shooting

More information

EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report

EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report April 21, 2008 Team Members: Project Title: Human Powered Submarine Control System Team Name: Swamp Thing Name: Charles Shupard

More information

Project Proposal. Underwater Fish 02/16/2007 Nathan Smith,

Project Proposal. Underwater Fish 02/16/2007 Nathan Smith, Project Proposal Underwater Fish 02/16/2007 Nathan Smith, rahteski@gwu.edu Abstract The purpose of this project is to build a mechanical, underwater fish that can be controlled by a joystick. The fish

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

DATASHEET FASTER, WHOLE-HOME WI-FI. AmpliFi Home Wi-Fi System. Models: AFi-R, AFi-HD, AFi-P-HD, AFi-Rx3. Turbocharged 802.

DATASHEET FASTER, WHOLE-HOME WI-FI. AmpliFi Home Wi-Fi System. Models: AFi-R, AFi-HD, AFi-P-HD, AFi-Rx3. Turbocharged 802. DATASHEET FASTER, WHOLE-HOME WI-FI AmpliFi Home Wi-Fi System Models: AFi-R, AFi-HD, AFi-P-HD, AFi-Rx3 Turbocharged 802.11ac Wi-Fi Complete Home Wi-Fi System Perfected User Experience DATASHEET Overview

More information

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis

8/21/2017. Executive Summary Problem Statement & Solution System Requirements System Analysis 1 Executive Summary Problem Statement & Solution System Requirements System Analysis Testing & Validation Problems Lessons Learned Conclusion System Design 2 1 Constructing a wireless system makes this

More information

Robot Rangers. Low Level Design Document. Ben Andersen Jennifer Berry Graham Boechler Andrew Setter

Robot Rangers. Low Level Design Document. Ben Andersen Jennifer Berry Graham Boechler Andrew Setter Robot Rangers Low Level Design Document Ben Andersen Jennifer Berry Graham Boechler Andrew Setter 2/17/2011 1 Table of Contents Introduction 3 Problem Statement and Proposed Solution 3 System Description

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Multi Frequency RFID Read Writer System

Multi Frequency RFID Read Writer System Multi Frequency RFID Read Writer System Uppala Sunitha 1, B Rama Murthy 2, P Thimmaiah 3, K Tanveer Alam 1 PhD Scholar, Department of Electronics, Sri Krishnadevaraya University, Anantapur, A.P, India

More information

e-automatic MOTOR CONTROL SYSTEM

e-automatic MOTOR CONTROL SYSTEM e-automatic MOTOR CONTROL SYSTEM Mr. G.Venkata Prasad 1, Mr.P.Shanker 2 1,2 Assistant Professor, Department of CSE, Sphoorthy Engineering College, Hyderabad ABSTRACT In this paper e-automatic MOTOR CONTROL

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

Using Z8 Encore! XP MCU for RMS Calculation

Using Z8 Encore! XP MCU for RMS Calculation Application te Using Z8 Encore! XP MCU for RMS Calculation Abstract This application note discusses an algorithm for computing the Root Mean Square (RMS) value of a sinusoidal AC input signal using the

More information

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) 26 January 2011 Members: Jeffrey Post and

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

More information

Endurance R/C Wi-Fi Servo Controller 2 Instructions

Endurance R/C Wi-Fi Servo Controller 2 Instructions Endurance R/C Wi-Fi Servo Controller 2 Instructions The Endurance R/C Wi-Fi Servo Controller 2 allows you to control up to eight hobby servos, R/C relays, light controllers and more, across the internet

More information

Overview DATASHEET. Router. MeshPoint

Overview DATASHEET. Router. MeshPoint DATASHEET FASTER, WHOLE-HOME WI-FI AmpliFi Home Wi-Fi System Models: AFi-HD, AFi-R, AFi-P-HD Turbocharged 802.11ac Wi-Fi Complete Home Wi-Fi System Perfected User Experience DATASHEET Overview AmpliFi

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG

INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG UNIVERSITI MALAYSIA PAHANG INTELLIGENT HOME AUTOMATION SYSTEM (IHAS) WITH SECURITY PROTECTION NEO CHAN LOONG This thesis

More information

Logistics. Kinetic Art. Embedded Systems. Embedded Systems and Kinetic Art. Jim Campbell s Algorithm

Logistics. Kinetic Art. Embedded Systems. Embedded Systems and Kinetic Art. Jim Campbell s Algorithm Embedded Systems and Kinetic Art CS5968: Erik Brunvand School of Computing Art4455: Paul Stout Department of Art and Art History Logistics Class meets M-W from 11:50-2:50 We ll start meeting in Sculpt

More information

Embedded Systems and Kinetic Art. CS5968: Erik Brunvand School of Computing. Art4455: Paul Stout Department of Art and Art History.

Embedded Systems and Kinetic Art. CS5968: Erik Brunvand School of Computing. Art4455: Paul Stout Department of Art and Art History. Embedded Systems and Kinetic Art CS5968: Erik Brunvand School of Computing Art4455: Paul Stout Department of Art and Art History Logistics Class meets M-W from 11:50-2:50 We ll start meeting in Sculpt

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

More information

Intelligent Tactical Robotics

Intelligent Tactical Robotics Intelligent Tactical Robotics Samana Jafri 1,Abbas Zair Naqvi 2, Manish Singh 3, Akhilesh Thorat 4 1 Dept. Of Electronics and telecommunication, M.H. Saboo Siddik College Of Engineering, Mumbai University

More information

Design of Joint Controller Circuit for PA10 Robot Arm

Design of Joint Controller Circuit for PA10 Robot Arm Design of Joint Controller Circuit for PA10 Robot Arm Sereiratha Phal and Manop Wongsaisuwan Department of Electrical Engineering, Faculty of Engineering, Chulalongkorn University, Bangkok, 10330, Thailand.

More information

GP4 PC Servo Control Kit 2003 by AWC

GP4 PC Servo Control Kit 2003 by AWC GP4 PC Servo Control Kit 2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.0 30 Aug 2003 Table of Contents Overview...1 If You Need Help...1 Building...1

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences Email:editor@ijarets.org May-2016 Volume 3, Issue-5 www.ijarets.org WIRELESS RF TRANSCEIVER FOR ENERGY METER

More information

V 1.1 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2

V 1.1 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 HF-Z100 ZigBee Module Datasheet V 1.1 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 1. PRODUCT OVERVIEW... 3 1.1. General Description... 3 1.2. Device Features... 3 1.3. Device

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant Guide: Dr. Kai Huang Overview Objective Lego Car Wifi Interface to Lego Car Lego Car FPGA System Android Application Conclusion

More information

Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 4.00 and greater

Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 4.00 and greater Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 4.00 and greater For additional information contact matedev@outbackpower.com Page 1 of 20 Revision History Revision 2.0:

More information

Interfacing Sensors & Modules to Microcontrollers

Interfacing Sensors & Modules to Microcontrollers Interfacing Sensors & Modules to Microcontrollers Presentation Topics I. Microprocessors & Microcontroller II. III. Hardware/software Tools for Interfacing Type of Sensors/Modules IV. Level Inputs (Digital

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

Design and Development of Smart. Harmonic Analyzer

Design and Development of Smart. Harmonic Analyzer Chapter - 4 Design and Development of Smart Harmonic Analyzer 4.1 Introduction: There is steady evolution in the field of generation, distribution, and use of electricity since many years. New methods

More information

What s In The Box. 1x, 2x, or 4x Indoor Antenna(s)* Coaxial Cable. Other Parts. 2x, 3x, or 5x 30 ft RS400 Cable* 1x 1 ft RS240 Cable** Panel Antenna

What s In The Box. 1x, 2x, or 4x Indoor Antenna(s)* Coaxial Cable. Other Parts. 2x, 3x, or 5x 30 ft RS400 Cable* 1x 1 ft RS240 Cable** Panel Antenna Read This First CEL-FI GO X Installation Guide 26081 Merit Circle, Suite 118 Laguna Hills, CA 92653 +1 (800) 761-3041 www.repeaterstore.com contact@repeaterstore.com What s In The Box Cel-Fi GO X Amplifier

More information

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO K. Sindhuja 1, CH. Lavanya 2 1Student, Department of ECE, GIST College, Andhra Pradesh, INDIA 2Assistant Professor,

More information

I. INTRODUCTION MAIN BLOCKS OF ROBOT

I. INTRODUCTION MAIN BLOCKS OF ROBOT Stair-Climbing Robot for Rescue Applications Prof. Pragati.D.Pawar 1, Prof. Ragini.D.Patmase 2, Mr. Swapnil.A.Kondekar 3, Mr. Nikhil.D.Andhare 4 1,2 Department of EXTC, 3,4 Final year EXTC, J.D.I.E.T Yavatmal,Maharashtra,

More information

Ocean Controls KT-5221 Modbus IO Module

Ocean Controls KT-5221 Modbus IO Module Ocean Controls Modbus IO Module 8 Relay Outputs 4 Opto-Isolated Inputs 2 Analog Inputs (10 bit) 1 PWM Output (10 bit) 4 Input Counters Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs,

More information

Robotic Navigation Distance Control Platform

Robotic Navigation Distance Control Platform Robotic Navigation Distance Control Platform System Block Diagram Student: Scott Sendra Project Advisors: Dr. Schertz Dr. Malinowski Date: November 18, 2003 Objective The objective of the Robotic Navigation

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

BlinkRC User Manual. 21 December Hardware Version 1.1. Manual Version 2.0. Copyright 2010, Blink Gear LLC. All rights reserved.

BlinkRC User Manual. 21 December Hardware Version 1.1. Manual Version 2.0. Copyright 2010, Blink Gear LLC. All rights reserved. BlinkRC 802.11b/g WiFi Servo Controller with Analog Feedback BlinkRC User Manual 21 December 2010 Hardware Version 1.1 Manual Version 2.0 Copyright 2010, Blink Gear LLC. All rights reserved. http://blinkgear.com

More information

USING ARDUINO AND WIFI WITH RSSI TO CONTROL LED: AN IOT BASED APPROACH

USING ARDUINO AND WIFI WITH RSSI TO CONTROL LED: AN IOT BASED APPROACH USING ARDUINO AND WIFI WITH RSSI TO CONTROL LED: AN IOT BASED APPROACH Rahul Raikwar, Dr. V.K. Pachghare Teaching and Research Assistant, Department of Computer Engineering Associate Professor, Department

More information

Walking Robot with Vision. Group 14 Anselet Jacques Phillipe Jean-Jumeau Steven Schultz

Walking Robot with Vision. Group 14 Anselet Jacques Phillipe Jean-Jumeau Steven Schultz Walking Robot with Vision Group 14 Anselet Jacques Phillipe Jean-Jumeau Steven Schultz Our Mission, Our Purpose We intend to build a six-legged robot that will be able to walk, be controlled wirelessly

More information

ZX Distance and Gesture Sensor Hookup Guide

ZX Distance and Gesture Sensor Hookup Guide Page 1 of 13 ZX Distance and Gesture Sensor Hookup Guide Introduction The ZX Distance and Gesture Sensor is a collaboration product with XYZ Interactive. The very smart people at XYZ Interactive have created

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

Electronics Design Laboratory Lecture #9. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #9. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #9 Electronics Design Laboratory 1 Notes Finishing Lab 4 this week Demo requires position control using interrupts and two actions Rotate a given angle Move forward

More information

LoRa Quick Start Guide

LoRa Quick Start Guide LoRa Quick Start Guide The Things Uno Tweetonig Rotterdam (English) v1.0 - written for Things Uno v4 Index LoRa Quick Start Guide 1 The Things Uno 1 Index 2 Specifications 3 CPU: ATmega32u4 3 Pin layout

More information

HF-Z100A ZigBee Module Datasheet

HF-Z100A ZigBee Module Datasheet HF-Z100A ZigBee Module Datasheet V 1.0 TABLE OF CONTENTS LIST OF FIGURES... 2 LIST OF TABLES... 2 HISTORY... 2 1. PRODUCT OVERVIEW... 3 1.1. General Description... 3 1.2. Device Features... 3 1.3. Device

More information

Final Design Report. Project Title: Multi-Function Pontoon (MFP)

Final Design Report. Project Title: Multi-Function Pontoon (MFP) EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 25 April 2012 Project Title: Multi-Function Pontoon (MFP) Team Members: Name: Mikkel Gabbadon Name: Sheng-Po Fang Project Abstract:

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

CHAPTER 4 ANALYSIS AND DESIGN

CHAPTER 4 ANALYSIS AND DESIGN 9 CHAPTER 4 ANALYSIS AND DESIGN 4.1 Analysis In this project, the sorting activity of the item or packet delivery is done automatically with the computer (integrated with Arduino microcontroller). The

More information

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

RFBee User Manual v1.0

RFBee User Manual v1.0 RFBee User Manual v1.0 Index RFBee... 1 Overview... 2 Specifications... 3 Electrical Characterstics... 3 System Block Diagram... 4 Microprocessor-Atmega168... 4 RF Transceiver-CC1101... 4 Hardware Installation...

More information

2.4GHz/5GHz 300Mbps Outdoor CPE

2.4GHz/5GHz 300Mbps Outdoor CPE .4GHz/5GHz 3Mbps Pharos CPE Series Datasheet Highlights -Wireless N speed up to 3Mbps -Selectable bandwidth of 5///4MHz -Adjustable transmission power by dbm -Broad operating frequency channels ensure

More information

UN2 - Universal controller Building automation s missing link

UN2 - Universal controller Building automation s missing link Building automation s missing link Introduction A flexible line of controllers that allows facility managers, contrac - tors and OEM manufacturers to deploy integrated solutions for HVAC, lighting, and

More information

Introduction to the Arduino Kit

Introduction to the Arduino Kit 1 Introduction to the Arduino Kit Introduction Arduino is an open source microcontroller platform used for sensing both digital and analog input signals and for sending digital and analog output signals

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor Senior Design II ECE 4902 Spring 2018 Solar Mobius Final Report Team 1821 Members: James Fisher (CMPE) David Pettibone (EE) George Oppong (EE) Advisor Professor Ali Bazzi Sponsor University of Connecticut

More information

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

PTT- Z or PTT-U PUSH-TO-TALK Specification

PTT- Z or PTT-U PUSH-TO-TALK Specification Federal Communication Commission Interference Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits

More information

RFID Door Unlocking System

RFID Door Unlocking System RFID Door Unlocking System Evan VanMersbergen Project Description ETEC 471 Professor Todd Morton December 7, 2005-1- Introduction In this age of rapid technological advancement, radio frequency (or RF)

More information

Aztec Micro-grid Power System

Aztec Micro-grid Power System Aztec Micro-grid Power System Grid Energy Storage and Harmonic Distortion Demonstration Project Proposal Submitted to: John Kennedy Design Co. Ltd, San Diego, CA Hardware: Ammar Ameen Bashar Ameen Aundya

More information

Msystems Ltd. 2.4GHz/5GHz 300Mbps Outdoor CPE. Highlights. Pharos CPE Series Datasheet. -Wireless N speed up to 300Mbps

Msystems Ltd. 2.4GHz/5GHz 300Mbps Outdoor CPE. Highlights. Pharos CPE Series Datasheet.   -Wireless N speed up to 300Mbps .4GHz/5GHz 3Mbps Pharos CPE Series Datasheet Highlights -Wireless N speed up to 3Mbps -Selectable bandwidth of 5///4MHz -Adjustable transmission power by dbm -Broad operating frequency channels ensure

More information

Controlling LED Smartphone using Arduino

Controlling LED Smartphone using Arduino ISSN(Online) : 9-875 ISSN (Print) : 7-670 (An ISO 97: 007 Certified Organization) Vol. 6, Issue 7, July 07 Controlling LED Smartphone using Arduino and Wifi with RSSI Rahul Raikwar Teaching and Research

More information

Devastator Tank Mobile Platform with Edison SKU:ROB0125

Devastator Tank Mobile Platform with Edison SKU:ROB0125 Devastator Tank Mobile Platform with Edison SKU:ROB0125 From Robot Wiki Contents 1 Introduction 2 Tutorial 2.1 Chapter 2: Run! Devastator! 2.2 Chapter 3: Expansion Modules 2.3 Chapter 4: Build The Devastator

More information

Revolutionary Wireless DMX/RDM

Revolutionary Wireless DMX/RDM Revolutionary Wireless DMX/RDM : Expanding the World of Wireless DMX After 15 years of pioneering wireless DMX and RDM for entertainment and architectural lighting, City Theatrical is presenting its new

More information

Project Name: SpyBot

Project Name: SpyBot EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 23, 2013 Project Name: SpyBot Team Members: Name: Josh Kurland Name: Parker Karaus Email: joshkrlnd@gmail.com Email: pbkaraus@ufl.edu

More information

SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC

SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC Simple Circuits Inc. SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC 2 Meter Transceiver & TNC Simple Circuits Inc. 2015-2018 4/1/2018 Simple Raspberry Pi VHF Transceiver and TNC Introduction: This document

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

SC16A SERVO CONTROLLER

SC16A SERVO CONTROLLER SC16A SERVO CONTROLLER User s Manual V2.0 September 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded by

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

More information

School of Engineering Science Burnaby, BC V5A 1S6. November 2, 2009

School of Engineering Science Burnaby, BC V5A 1S6. November 2, 2009 November 2, 2009 Dr. John Bird School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Dear: Dr. Bird and Mr. Whitmore, The attached document presents the design specification

More information

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz PRODUCT SPECIFICATION 2.4 2.5 GHz e Applications 6 : 2 " 2! 2 2 + 2 7 + + Alarm and Security Systems Video Automotive Home Automation Keyless entry Wireless Handsfree Remote Control Surveillance Wireless

More information

P2P 2 YEAR PL-VDIO-05. Smartphone Connect IP VIDEO DOOR PHONE QUICK START GUIDE 7 VIDEO DOOR PHONE SYSTEM WITH SMARTPHONE CONNECT

P2P 2 YEAR PL-VDIO-05. Smartphone Connect IP VIDEO DOOR PHONE QUICK START GUIDE 7 VIDEO DOOR PHONE SYSTEM WITH SMARTPHONE CONNECT PL-VDIO-05 IP VIDEO DOOR PHONE QUICK START GUIDE Smartphone Connect 2 YEAR RR T SERVICES WA P2P Y Receive calls, remote monitor and remote unlock with your smart phone AN 7 VIDEO DOOR PHONE SYSTEM WITH

More information

EE445L Fall 2012 Final Version B Page 1 of 7

EE445L Fall 2012 Final Version B Page 1 of 7 EE445L Fall 2012 Final Version B Page 1 of 7 Jonathan W. Valvano First: Last: This is the closed book section. You must put your answers in the boxes on this answer page. When you are done, you turn in

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

3.3V regulator. JA H-bridge. Doc: page 1 of 7

3.3V regulator. JA H-bridge. Doc: page 1 of 7 Cerebot Reference Manual Revision: February 9, 2009 Note: This document applies to REV B-E of the board. www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The

More information

Building Intelligence

Building Intelligence Building Intelligence WORLDWIDE. Inside every building is the potential to reduce energy costs and become more profitable. Walker Wireless helps building owners realize that potential with wireless control

More information

OVEN INDUSTRIES, INC. Model 5C7-362

OVEN INDUSTRIES, INC. Model 5C7-362 OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-362 THERMOELECTRIC MODULE TEMPERATURE CONTROLLER TABLE OF CONTENTS Features... 1 Description... 2 Block Diagram... 3 RS232 Communications Connections...

More information

AreaSketch Pro Overview for ClickForms Users

AreaSketch Pro Overview for ClickForms Users AreaSketch Pro Overview for ClickForms Users Designed for Real Property Specialist Designed specifically for field professionals required to draw an accurate sketch and calculate the area and perimeter

More information

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual IT-24 RigExpert 2.4 GHz ISM Band Universal Tester User s manual Table of contents 1. Description 2. Specifications 3. Using the tester 3.1. Before you start 3.2. Turning the tester on and off 3.3. Main

More information