Project Number: P13037 NTID NOTIFICATION ALERT SYSTEM PHASE IV. Jared Lytle Electrical Engineering

Size: px
Start display at page:

Download "Project Number: P13037 NTID NOTIFICATION ALERT SYSTEM PHASE IV. Jared Lytle Electrical Engineering"

Transcription

1 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York Project Number: P13037 NTID NOTIFICATION ALERT SYSTEM PHASE IV Mark Calem Electrical Engineering Abstract Jared Lytle Electrical Engineering Muhammad Ibrahim Electrical Engineering NTID Notification Alert System was designed mainly for deaf/hard hearing people. The device was designed to alert hard-hearing people on coming text, , emergency alert, and alarm clock. The device was designed to work with any android device using physical connection and also Bluetooth connection. The alert systems designed for the device were using high intensity LED and bed shaker. These two crucial alert systems made the device as an effective device for alerting hard hearing people. This was parallel with the project objective which was to give effective alert system and to make life easier for deaf/hard hearing people to set their alarm by having a Bluetooth connection from the device to their android devices. Nomenclature NAS- Notification Alert System NTID- National Technical Institute for the Deaf MSP Bit Risc Microcontroller LaunchPad- MSP430 Development board Bed Shaker Device that is placed under the mattress to awaken users. LED- Light Emitting diode BlueGiga WT12- Bluetooth communication module with antenna PCB- Printed Circuit Board UART- Universal Asynchronous Receiver and Transmitter Copyright 2013 Rochester Institute of Technology

2 Introduction The objective of the project was to design an effective alert system for deaf/hard hearing people by using high intensity LED and bed shaker. This project was a continuation from a previous Senior Design Team group, P However, this project focused on the use of brighter LEDs and aimed at reducing cost by utilizing the MSP430 over an ARM microcontroller. The stand was designed with a tablet stand so that the stand could be used as an alarm clock but also as a SKYPE station Originally, the project was also required to have Bluetooth connection with both Android and IOS devices. However, due to some requirement from Apple to establish Bluetooth connection from the device to the IOS phone/tablet the requirement cannot be established. Apple required for a licensed in order to have Bluetooth connections to Apple devices. However, the other aspects of the project were established. The scope of the design can be summarized as follows: 1. Provide an alarm and notification device for the deaf/hard hearing people. 2. Implement Bluetooth technology to provide the ability to interface with the Android cellular platform and cellular network. 3. Provide necessary documentation to assist a customer using the device. Concept Selection process The critical customer specifications are shown in the bullet points below: Device must function as an alarm, with the use of high-intensity LED s and a external bed shaker Device must use Bluetooth to communicate with Android devices. Device must have a snooze button Device must deactivate after a reasonable amount of time Alarm must still function when Bluetooth communication is lost Device will be relatively inexpensive in quantities of 500. Device will have indicator LED s for calls, texts, and s. The BlueGiga WT12 Bluetooth module must be utilized The previous iteration of this project utilized a Raspberry pi that contained ARM based processor. In order to reduce product cost we made the decision to switch to the MSP430. We decided to utilize the MSP430 Launchpad development tool. Utilizing the Launchpad allowed us to reduce the production cost significantly with minimal sacrifices. Utilizing the Launchpad also helped to save time designing the PCB. -

3 P13037 Technical Report Page 3 Bluetooth Module and Program The customer required that Bluetooth be the means for communication between the android device and the notification system. From past experience the customer required that a BlueGiga WT12 Bluetooth module was utilized. The WT12 module communicates to the MSP430 using UA+*963 RT, which stands for universal asynchronous receive transmit. From this transmission, the MSP430 receives information from the user which was input into the android app such as alarm time or current time. The software then decodes all the information from the transmission and stores the necessary information. A real time clock is generated from a 32kHz crystal on the MSP430. This was used to generate an accurate clock to keep time on the device. Combining the real time clock and the stored information, the MSP430 can activate an alarm sequence at the predetermined time. This alarm sequence will activate both high intensity LEDs and a bed shaker. The combination of the two stimuli then wakes up the sleeping user. Power Regulation Two power regulator circuits were required to provide power to the high intensity LED s and the notification LED s. To step down the voltage and convert to 12V we utilized a standard 12V 3A Wallwart. To provide the high intensity LED s with the 22V required to operate we utilized a Texas instrument TPS55340 boost regulator chip. The TPS55340 boost regulator will step the 12V from the Wallwart to the 22V required. The notification LED s along with the MSP430 require 3.3V to operate. To step down the 12V to 3.3V we utilized a Texas Instrument TPS62175 Step Down regulator chip. Alarm System The alarm system is composed both a visual and physical stimulus. A standard bed shaker provides a vibration to wake the user. For a visual stimulus we decided to utilize 6 Cree XLAMP MX-6s LED s. Each LED provides 113 lumens at 60mA. The visual stimulus was the focus of our design. We decided to place 2 LED s on the both the top and front and one LED on each side. This design provides light no matter what orientation the unit is. The enable pin of the TPS55340 was connected to the GPIO pin on the MSP430 to allow us to flash the high intensity LED s. For comparison a 60W light bulb produces around 600 lumens. PCB Board All the electrical circuits needed for the device was designed on a single two layered PCB Board. The board houses: High Intensity LED Voltage Regulatory Circuit, High Intensity LED, Notification LED Voltage Regulatory Circuit, Notification LED, and Bed Shaker Connection Circuit. The board was designed separately on the main board with certain amount of space, so that cutting process can be done on the main PCB Board. The main PCB Board was designed with 100mm x 100mm PCB Board size. A voltage supply and ground was drawn on the each circuit layout by having a through hole connection. From this through hole connection a connection to the header can be made for further circuit connection. The signal port from MSP430 was made using a through hole. Some of the resistor connection was also made on the through hole for easy troubleshoot. The PCB Board was ordered from PCBExpress. PCBExpress supplied their own ExpressPCB software for designing the PCB. Copyright 2013 Rochester Institute of Technology

4 Figure 1. PCB Layout Mobile Application The mobile application was developed by the previous project group (P13036). The mobile application (NAS(was developed for use with Android devices. Setting an alarm for the NAS can be accomplished through the mobile application or through the use of the phones default alarm system. Pressing the Sync Alarm button will transfer the alarm information from the default android clock. Only one alarm can be synced at a time. The mobile application has a slider feature that allows the user to change the vibration intensity of the bed shaker. The mobile application also allows users to turn off text notification if they do not want to be disturbed. Figure 2. Mobile Application Interface

5 P13037 Technical Report Page 5 Housing The housing was designed to be stable to put on tablet/phone on top of the device. Therefore, there is no constraint in size as the housing can be designed to be as wide as tablet for the width. The housing was made from a wood box. It was then stained and sealed for a nice finish. Soft wood was chosen as it is easy to be cut to make a hole for the high intensity and notification LED. Results and discussion Figure 3. Housing Design Testing was performed in terms of desired functionality. The PCB layout had multiple errors that required a second board to be ordered. Extensive testing was done on the PCB board to determine that the powerpad of the 22V regulator chip was incorrectly connected to +12V when it needed to be connected to GND. Once the gerber file was updated and the board was ordered the circuit function as designed. Each subsystem of the product was tested individually before bringing together for the final design. PCB testing uncovered multiple errors. Issues were related to wrong footprint sizes for parts, schematic errors and changing of some parts from initial design. After successfully tested for each board s functionality, the overall compartment was then assembled and tested together. Although the bed shaker circuit operated correctly the MSP430 was not able to provide enough power to enable the mosfet. Testing both electrical circuit and software such as programming of MSP430 and Apps required and iterative approach to find and debug the issue. The mobile application ha bugs that would need to be fixed for future development. The app does not function on android although that is the minimum requirement. The app on an android cell phone has security problems that do not allow the application to work. In addition the snooze function was bypassed to allow the snooze button to turn of the alarm. During development a press and hold of the snooze button was designed to shut down the alarm where a single press was to snooze the alarm. Due to errors with the switch oscillation when pressed, the press and hold functionality was removed and the snooze button was set to turn of the alarm. Therefore there is currently no snooze activated, although the code is written to enable the snooze. Copyright 2013 Rochester Institute of Technology

6 Conclusions and recommendations This project was able to achieve most of the customer requirement. Initial requirement such as Bluetooth connection to IOS devices was not established in this project due to the licensing requirement by Apple. Beds shaker was not able to be triggered during the demo was due to not enough current been supplied from MSP430. The remedy for this problem would to be to replace the mosfet with a mosfet that will operate within the MSP430 specifications. For the next upgrade to the project, some recommendations were suggested. Licensing on the Apple s device Bluetooth should be applied for the next project, so that the device may work with IOS devices. The housing for the device should also be designed using better materials besides soft wood. The customer was satisfied with the high intensity brightness and the Bluetooth connection work with the tablet used. Another consideration would be to utilize a different Bluetooth module to reduce the cost further Special thanks to Mark Indovina for assistance in coding. Special thanks to George Slack for helping us with the woodwork on the case.

DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD

DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD DKWF121 WF121-A 802.11 B/G/N MODULE EVALUATION BOARD PRELIMINARY DATA SHEET Wednesday, 16 May 2012 Version 0.5 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes

More information

Android Application Development and Bluetooth Technology

Android Application Development and Bluetooth Technology Android Application Development and Bluetooth Technology James Cracchiolo 3/28/14 Table of Contents Introduction page 3 Objective page 3 What is Bluetooth? page 3 What is Android? page 4 Materials Needed

More information

VJ 6040 Mobile Digital TV UHF Antenna Evaluation Board

VJ 6040 Mobile Digital TV UHF Antenna Evaluation Board VISHAY VITRAMON Multilayer Chip Capacitors Application Note GENERAL is a multilayer ceramic chip antenna designed for receiving mobile digital TV transmissions in the UHF band. The target application for

More information

CB-OLP425 DEVELOPMENT KIT GETTING STARTED

CB-OLP425 DEVELOPMENT KIT GETTING STARTED CB-OLP425 DEVELOPMENT KIT GETTING STARTED Document Revision Document number: 9142285 Release: Jan 29, 2014 09:42 Document version: 12 Copyright 2014 u-blox AG. The contents of this document can be changed

More information

Tire pressure monitoring

Tire pressure monitoring Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction

More information

Model SBB500SS-v3. Sonic Boom Alarm Clock & Bed Shaker OPERATION INSTRUCTIONS

Model SBB500SS-v3. Sonic Boom Alarm Clock & Bed Shaker OPERATION INSTRUCTIONS Model SBB500SS-v3 Sonic Boom Alarm Clock & Bed Shaker OPERATION INSTRUCTIONS IMPORTANT Please read these instructions carefully before use and retain for future reference. See operating instructions on

More information

RC2200DK Demonstration Kit User Manual

RC2200DK Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7

More information

Description of High Accuracy Digital Pressure Gauge Design

Description of High Accuracy Digital Pressure Gauge Design Order this document by AN1953/D Description of High Accuracy Digital Pressure Gauge Design By Daniel Malik System Application Engineer Technical Information Center MCSL Roznov INTRODUCTION This application

More information

Sonic Boom Travel & Bed side Alarm Clock with Bed Shaker Model SB200ss-v3

Sonic Boom Travel & Bed side Alarm Clock with Bed Shaker Model SB200ss-v3 Sonic Boom Travel & Bed side Alarm Clock with Bed Shaker Model SB200ss-v3 IMPORTANT Please read these instructions carefully before use and retain for future reference. See operating instructions on back.

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

Designing a Printed Circuit Board

Designing a Printed Circuit Board Designing a Printed Circuit Board Jamie Jacobs Design Team 4 4/03/2009 Abstract When the development stage of a circuit board is complete and working correctly, it is then necessary to take this breadboard

More information

Product Specification instalert Rapid Messenger Variable Message Sign

Product Specification instalert Rapid Messenger Variable Message Sign instalert 2 units to cover any application instalert 18 (ia18): 18 x 28 full matrix instalert 24: (ia24): 24 x 60 full matrix Size, Weight without battery ia18: 30 x 20 x 2.74, 29 lbs ia24: Folds to fits

More information

Atomic Alarm Clock Instruction Manual

Atomic Alarm Clock Instruction Manual Atomic Alarm Clock Instruction Manual Introduction: Congratulations on purchasing the Atomic Alarm Clock with WWVB Radio controlled time, calendar, 12/24 hours display, time zone with US map, indoor temperature

More information

Designing VM2 Application Boards

Designing VM2 Application Boards Designing VM2 Application Boards This document lists some things to consider when designing a custom application board for the VM2 embedded controller. It is intended to complement the VM2 Datasheet. A

More information

RN-41/RN-41-N Class 1 Bluetooth Module

RN-41/RN-41-N Class 1 Bluetooth Module RN-41/RN-41-N Class 1 Bluetooth Module Features Fully qualified Bluetooth version 2.1 module, supports version 2.1 + Enhanced Data Rate (EDR) Backwards-compatible with Bluetooth version 2.0, 1.2, and 1.1

More information

Joule Thief 3.0 Kit. June 2012, Rev 1 1 http://www.easternvoltageresearch.com Joule Thief 3.0

Joule Thief 3.0 Kit. June 2012, Rev 1 1 http://www.easternvoltageresearch.com Joule Thief 3.0 Kit Instruction Manual Eastern Voltage Research, LLC June 2012, Rev 1 1 http://www.easternvoltageresearch.com HIGH BRIGHTNESS LED THIS KIT USES A 1W CREE, HIGH BRIGHTNESS LED. DO NOT STARE AT THIS (OR

More information

Getting Started... 1. What s included... 1. Setting up Fitbit One on a computer... 2. Mac & PC Requirements... 2

Getting Started... 1. What s included... 1. Setting up Fitbit One on a computer... 2. Mac & PC Requirements... 2 User Manual Table of Contents Getting Started... 1 What s included... 1 Setting up Fitbit One on a computer... 2 Mac & PC Requirements... 2 Installing Fitbit Connect on a computer... 2 Installing Fitbit

More information

GTS-4E Hardware User Manual. Version: V1.1.0 Date: 2013-12-04

GTS-4E Hardware User Manual. Version: V1.1.0 Date: 2013-12-04 GTS-4E Hardware User Manual Version: V1.1.0 Date: 2013-12-04 Confidential Material This document contains information highly confidential to Fibocom Wireless Inc. (Fibocom). Fibocom offers this information

More information

USB to serial chip CH340

USB to serial chip CH340 The DataSheet of CH340 (the first) 1 1. Introduction USB to serial chip CH340 English DataSheet Version: 1D http://wch.cn CH340 is a USB bus convert chip and it can realize USB convert to serial interface,

More information

Wireless Temperature

Wireless Temperature Wireless Temperature connected freedom and Humidity Sensor Using TELRAN Application note TZ1053AN-06 Oct 2011 Abstract Dr. C. Uche This application note describes the complete system design (hardware and

More information

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign. HARDWARE MANUAL BrightSign HD120, HD220, HD1020 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS OVERVIEW... 1 Block Diagram... 2 Ports...

More information

Evo Laser Firmware Developer s Manual

Evo Laser Firmware Developer s Manual Evo Laser Firmware Developer s Manual Table of Content Chapter 1 Introduction Chapter 2 Hardware Overview and Subsystems 2.1 Overview 2.2 Evo Laser Hardware Core System 2.3 Evo Laser Smartport TM Chapter

More information

Final Design Report 19 April 2011. Project Name: utouch

Final Design Report 19 April 2011. Project Name: utouch EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 19 April 2011 Project Name: utouch Team Members: Name: Issam Bouter Name: Constantine Metropulos Email: sambouter@gmail.com Email:

More information

Computer Aided Design of Home Medical Alert System

Computer Aided Design of Home Medical Alert System Computer Aided Design of Home Medical Alert System Submitted to The Engineering Honors Committee 119 Hitchcock Hall College of Engineering The Ohio State University Columbus, Ohio 43210 By Pei Chen Kan

More information

BLE113 DEVELOPMENT KIT

BLE113 DEVELOPMENT KIT BLE113 DEVELOPMENT KIT QUICK START Thursday, 14 March 2013 Version 1.5 Copyright 2000-2013 Bluegiga Technologies Bluegiga Technologies reserves the right to alter the hardware, software, and/or specifications

More information

Bluetooth to serial HC-06 wireless module

Bluetooth to serial HC-06 wireless module Bluetooth to serial HC-06 wireless module Product Description: 1,Mainstream CSR Bluetooth chip, Bluetooth V2.0 protocol standards 2,serial module operating voltage 3.3V. 3,the baud rate for 1200, 2400,

More information

Intelligent Home Automation and Security System

Intelligent Home Automation and Security System Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology

More information

Bluetooth Stereo Network

Bluetooth Stereo Network ECE 445 Fall 2012 Senior Design Project Proposal Bluetooth Stereo Network Team 7 Jeff Wheeler Rishi Ratan Jerry Sun Prof. Andrew Carl Singer TA: Justine Fortier Table of Contents 1.0 Introduction... 3

More information

Advanced LED Controller (LED Chaser)

Advanced LED Controller (LED Chaser) Advanced LED Controller (LED Chaser) Introduction. Advanced LED controller (also known as LED Chaser) is microcontroller based circuit designed to produce various visual LED light effects by controlling

More information

Lab 1 Course Guideline and Review

Lab 1 Course Guideline and Review Lab 1 Course Guideline and Review Overview Welcome to ECE 3567 Introduction to Microcontroller Lab. In this lab we are going to experimentally explore various useful peripherals of a modern microcontroller

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

tattletale User Guide Consumer unit version 2.48 1 P a g e

tattletale User Guide Consumer unit version 2.48 1 P a g e tattletale User Guide Consumer unit version 2.48 1 P a g e Contents Basic 1... 4 Base Unit Features... 4 Initial Setup... 4 Arming... 5 Disarming... 5 Quiet Button... 5 Settings... 5 Settings 2... 6 Quick

More information

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs ADH Technology Co. Ltd. ADH8012 GSM GPRS Modem User s Manual www.adh-tech.com.tw sales@adh-tech.com.tw Page 1 Content ADH8012 GSM GPRS Modem User s Manual... 1 1. Introduction... 3 2. Product concept...

More information

Designing a Schematic and Layout in PCB Artist

Designing a Schematic and Layout in PCB Artist Designing a Schematic and Layout in PCB Artist Application Note Max Cooper March 28 th, 2014 ECE 480 Abstract PCB Artist is a free software package that allows users to design and layout a printed circuit

More information

SM1231 USER GUIDE SM1231 RF MODULE USER GUIDE

SM1231 USER GUIDE SM1231 RF MODULE USER GUIDE SM1231 RF MODULE Revision 1.0 11/2009 Page 1 of 8 www.semtech.com Table of Contents Table of Contents...2 Index of Figures...2 Index of Tables...2 1 Introduction...3 2 Reference Design...3 3 PCB Layout...6

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

nanoetxexpress Specification Revision 1.0 Figure 1 nanoetxexpress board nanoetxexpress 26.02.2009 Specification Rev 1.

nanoetxexpress Specification Revision 1.0 Figure 1 nanoetxexpress board nanoetxexpress 26.02.2009 Specification Rev 1. nanoetxexpress Specification Revision 1.0 Figure 1 nanoetxexpress board Specification Rev 1.0 Page 1 of 12 Contents Figure 1 nanoetxexpress board...1 1. Introduction...3 2. Module Configuration...4 3.

More information

M68EVB908QL4 Development Board for Motorola MC68HC908QL4

M68EVB908QL4 Development Board for Motorola MC68HC908QL4 M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3

More information

INTRODUCTION: ABSTRACT:

INTRODUCTION: ABSTRACT: INDUSTRIAL INTELLIGENT LINE FOLLOWER ROBOT WITH AUTO GO DOWN DETECTION, AUTO OBSTACLES DETECTION, WIRELESS VEHICLE STATUS DATA TRANFER TO SERVER AND MANY MORE FEATURES INTRODUCTION: This project is based

More information

Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht (info@eonline.de) V0.1draft

Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht (info@eonline.de) V0.1draft Application Report Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht (info@eonline.de) V0.1draft Embedded RF ABSTRACT This application report describes

More information

User and installation manual

User and installation manual User and installation manual aquaero 5 The information contained in this manual is subject to change without prior notice. All rights reserved. Current as of April 2011 ENGLISH: PAGE 1 DEUTSCH: SEITE 13

More information

Access Control Using Smartcard And Passcode

Access Control Using Smartcard And Passcode IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676 Volume 4, Issue 5 (Jan. - Feb. 2013), PP 29-34 Access Control Using Smartcard And Passcode Omorogiuwa Eseosa 1., Uhunmwangho

More information

POCKET SCOPE 2. The idea 2. Design criteria 3

POCKET SCOPE 2. The idea 2. Design criteria 3 POCKET SCOPE 2 The idea 2 Design criteria 3 Microcontroller requirements 3 The microcontroller must have speed. 3 The microcontroller must have RAM. 3 The microcontroller must have secure Flash. 3 The

More information

Future Technology Devices International Ltd

Future Technology Devices International Ltd Future Technology Devices International Ltd Datasheet UMFT200XD Breakout Modules 1 Introduction UMFT200XD is a USB to I 2 C breakout module The UMFT200XD breakout module utilizes FTDI s FT200XQ IC to convert

More information

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE 1. Kit Contents The RF to USB Reference Design contains the following items: Si1012 Energy Harvesting Wireless Sensor Node EZRadioPRO USB Dongle ToolStick

More information

MFRD52x. Mifare Contactless Smart Card Reader Reference Design. Document information

MFRD52x. Mifare Contactless Smart Card Reader Reference Design. Document information Rev. 2.1 17. April 2007 Preliminary Data Sheet Document information Info Keywords Content MFRC522, MFRC523, MFRC52x, MFRD522, MFRD523, Mifare Contactless Smart Card Reader Reference Design, Mifare Reader

More information

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0 L16 GNSS Engine EVB User Guide L16_EVB_UGD_V1.0 Document Title L16 EVB User Guide Version 1.0 Date 2012-07-18 Status Document Control ID Released L16_EVB_UGD_V1.0 General Notes offers this information

More information

USB Audio Output Transmitter Electrical Engineering Senior Design

USB Audio Output Transmitter Electrical Engineering Senior Design USB Audio Output Transmitter Electrical Engineering Senior Design Submitted to: Department of Electrical Engineering University of San Diego Prepared by: Chris Robinson Nick Moiseff Veronika Rice ELEC

More information

AC-115 Compact Networked Single Door Controller. Installation and User Manual

AC-115 Compact Networked Single Door Controller. Installation and User Manual AC-115 Compact Networked Single Controller Installation and User Manual December 2007 Table of Contents Table of Contents 1. Introduction...5 1.1 Key Features... 6 1.2 Technical Specifications... 7 2.

More information

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com

Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-83 Sales: (888) 512-124 Tech Support: (888) 997-8267

More information

Wireless Security Camera

Wireless Security Camera Wireless Security Camera Technical Manual 12/14/2001 Table of Contents Page 1.Overview 3 2. Camera Side 4 1.Camera 5 2. Motion Sensor 5 3. PIC 5 4. Transmitter 5 5. Power 6 3. Computer Side 7 1.Receiver

More information

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0 M72 Quectel Cellular Engine EVB User Guide M72_EVB_UGD_V1.0 Document Title EVB User Guide Version 1.0 Date 2011-05-18 Status Document Control ID Release M72_EVB_UGD_V1.0 General Notes Quectel offers this

More information

MODELS 7007 Gorilla Cycle Alarm 7017 Gorilla Cycle Alarm with 2-way pager system 1017 2-way pager system

MODELS 7007 Gorilla Cycle Alarm 7017 Gorilla Cycle Alarm with 2-way pager system 1017 2-way pager system MODELS 7007 Gorilla Cycle Alarm 7017 Gorilla Cycle Alarm with 2-way pager system 1017 2-way pager system Remote Control Motorcycle Alarm System Installation & Operation Instructions Sistema de Alarma de

More information

X. Dealing with Signature Differences

X. Dealing with Signature Differences X. Dealing with Signature Differences One of the most often asked questions that Tracker users ask is "when is a different signature considered a fault?". Simply put, "what makes a bad signature?". To

More information

[PROJECT PLAN: IPOD BARCODE SCANNER]

[PROJECT PLAN: IPOD BARCODE SCANNER] 2012 Client: Marshalltown Company Advisor: Dr. Wang May-1310 Taylor Bouvin Kok Aun Chee Anna Grimley Mike Kinsella Jake Kyro [PROJECT PLAN: IPOD BARCODE SCANNER] Contents Acknowledgement... 1 Executive

More information

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards 2012 Roving Networks. All rights reserved. Version 1.0 9/7/2012 USER MANUAL OVERVIEW The RN-131 and RN-171 WiFly radio modules are complete, standalone

More information

COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS http://www.mysteriousmaniacs.tk/ HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM)

COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS http://www.mysteriousmaniacs.tk/ HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM) COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS http://www.mysteriousmaniacs.tk/ HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM) 0 TEAM MEMBERS SYED HUSSAIN RAZA NAQVI SYED MUHAMMAD TAHIR RAZA MUHAMMAD

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

Cisco T1 Layer 1 Troubleshooting

Cisco T1 Layer 1 Troubleshooting Table of Contents T1 Layer 1 Troubleshooting...1 Introduction...1 Troubleshooting with the show controller t1 Command...1 Related Information...3 i T1 Layer 1 Troubleshooting Introduction Troubleshooting

More information

APPLICATION NOTE Atmel AT02509: In House Unit with Bluetooth Low Energy Module Hardware User Guide 8-bit Atmel Microcontroller Features Description

APPLICATION NOTE Atmel AT02509: In House Unit with Bluetooth Low Energy Module Hardware User Guide 8-bit Atmel Microcontroller Features Description APPLICATION NOTE Atmel AT259: In House Unit with Bluetooth Low Energy Module Hardware User Guide Features 8-bit Atmel Microcontroller Low power consumption Interface with BLE with UART Bi-direction wake

More information

Automatic Telephone Dialer TD-101(W)

Automatic Telephone Dialer TD-101(W) Automatic Telephone Dialer TD-101(W) The TD-101 is an automatic dialing device which can transmit prerecorded information via the telephone line. The dialer can send two different 10 second voice messages

More information

QT1 Xplained Pro. Preface. Atmel QTouch USER GUIDE

QT1 Xplained Pro. Preface. Atmel QTouch USER GUIDE Atmel QTouch QT1 Xplained Pro USER GUIDE Preface Atmel QT1 Xplained Pro kit is a set of two extension boards that enables evaluation of self- and mutual capacitance mode touch using the Peripheral Touch

More information

VF2F. USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit. Future Technology Devices International Ltd. Preliminary - Subject to Change

VF2F. USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit. Future Technology Devices International Ltd. Preliminary - Subject to Change Future Technology Devices International Ltd. VF2F USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit http://www.vinculum.com Copyright Future Technology Devices International Ltd. 2006 1. Introduction

More information

SMS Alarm. User Manual

SMS Alarm. User Manual SMS Alarm User Manual 1 1. Introduction... 2 2. SMSA1000 Specifications... 3 3. Parts Identifications... 4 4. Packing Contents... 5 5. Battery and SIM Card Installation... 6 5.1 Open the Back Cover...

More information

An Introduction to MPLAB Integrated Development Environment

An Introduction to MPLAB Integrated Development Environment An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to

More information

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6 EE 101 Spring 2006 Date: Lab Section # Lab #6 Name: Robot Board Sub-System Testing Partner: No Lab partners this time! Abstract The ECEbot robots have a printed circuit board (PCB) containing most of the

More information

PAN1740 Design Guide

PAN1740 Design Guide 1 of 24 PAN1740 2 of 24 TABLE OF CONTENTS 1. Scope of this Document... 3 2. Key benefits when using PAN1740... 3 3. Bluetooth Low Energy... 3 4. Description PAN1740... 4 5. Block Diagram PAN1740 Module...

More information

TX GSM SMS Auto-dial Alarm System. Installation and User Manual

TX GSM SMS Auto-dial Alarm System. Installation and User Manual TX GSM SMS Auto-dial Alarm System Installation and User Manual Product Features: 1. 16 wireless zones, 3 wired zones alarm system, suitable for small to medium size offices and homes. 2. The system uses

More information

Android based Alcohol detection system using Bluetooth technology

Android based Alcohol detection system using Bluetooth technology For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth

More information

Model 5511 Filler Controller User s Manual Version 1.1 October 2011

Model 5511 Filler Controller User s Manual Version 1.1 October 2011 Thompson Scale Company WEIGHING SYSTEMS & PACKAGING MACHINERY CONTROLS 2758 Bingle Road Houston, Texas 77055 Phone: 713/932-9071 Fax: 713/932-9379 www.thompsonscale.com Model 5511 Filler Controller User

More information

Arduino Due Back. Warning: Unlike other Arduino boards, the Arduino Due board runs at 3.3V. The maximum. Overview

Arduino Due Back. Warning: Unlike other Arduino boards, the Arduino Due board runs at 3.3V. The maximum. Overview R Arduino Due Arduino Due Front Arduino Due Back Overview The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU (datasheet). It is the first Arduino board based on a 32-bit

More information

RADIO FREQUENCY IDENTIFICATION (RFID) GARAGE DOOR ENTRY SYSTEM

RADIO FREQUENCY IDENTIFICATION (RFID) GARAGE DOOR ENTRY SYSTEM Multi-Disciplinary Engineering Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: 06509 RADIO FREQUENCY IDENTIFICATION (RFID)

More information

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application 2012 Roving Networks. All rights reserved. RN-131/171-PICTAIL-UM Version 1.0 1/8/2013 OVERVIEW The RN-131 and RN-171 WiFly radio modules are

More information

Radiowe zdalne sterowanie

Radiowe zdalne sterowanie Radiowe zdalne sterowanie 2 12 Series of Decoders Features Operating voltage: 2.4V~12V Low power and high noise immunity CMOS technology Low stand-by current Capable of decoding 12 bits of information

More information

Portable Cell Phone Charger: Design and Manufacturing

Portable Cell Phone Charger: Design and Manufacturing Portable Cell Phone Charger: Design and Manufacturing Miguel Contreras Junior Electrical Engineering California Polytechnic State University 1926 Canyon Circle San Luis Obispo, CA 93410-1710 (408) 655-5010

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information

Accident Notification System by using Two Modems GSM and GPS

Accident Notification System by using Two Modems GSM and GPS Accident Notification System by using Two Modems GSM and GPS Hajer Salim Humaid AL-Farsi Electronic Engineering Student Caledonian College of Engineering, Muscat Malathi B. N. Senior Lecturer, Department

More information

HT12A/HT12E 2 12 Series of Encoders

HT12A/HT12E 2 12 Series of Encoders 2 2 Series of Encoders Features Operating voltage 2.4V~5V for the HT2A 2.4V~2V for the HT2E Low power and high noise immunity CMOS technology Low standby current: 0.A (typ. at V DD =5V HT2A with a 38kHz

More information

PCB Design with Altium: Schematic Entry, Libraries, and Designing Components

PCB Design with Altium: Schematic Entry, Libraries, and Designing Components PCB Design with Altium: Schematic Entry, Libraries, and Designing Components Alex Fosdick Capstone Senior Design Instructor: Tom Brown Edited: Jan 30th 2011 Description: This document is the first of two

More information

The easy way to accept EFTPOS, Visa and MasterCard payments on the spot. Mobile Users... 2. Charging your PayClip. 2. Downloading the PayClip app.

The easy way to accept EFTPOS, Visa and MasterCard payments on the spot. Mobile Users... 2. Charging your PayClip. 2. Downloading the PayClip app. PayClip User Guide The easy way to accept EFTPOS, Visa and MasterCard payments on the spot. Contents Getting started made easy 2 Information for Merchants....................................................2

More information

User manual BETSO WTCS. 16 channel wireless digital TC slate. 1 Copyright BETSO ELECTRONICS Ltd.

User manual BETSO WTCS. 16 channel wireless digital TC slate. 1 Copyright BETSO ELECTRONICS Ltd. 16 channel wireless digital TC slate 1 Copyright BETSO ELECTRONICS Ltd. Contents 1. Product description...3 2. Top features...3 3. Control elements...4 4. Insertion of batteries / accumulators...6 5. External

More information

GSM WIRELESS DIGITAL ALARM SYSTEM USER GUIDE. Please read it carefully before installation and operation

GSM WIRELESS DIGITAL ALARM SYSTEM USER GUIDE. Please read it carefully before installation and operation GSM WIRELESS DIGITAL ALARM SYSTEM USER GUIDE Please read it carefully before installation and operation Your New Diamond Designs Alarm works with a GSM SimCard via the cellular phone,system to call up

More information

Vehicle Monitoring Quick Reference Guide

Vehicle Monitoring Quick Reference Guide Vehicle Monitoring Quick Reference Guide Powered by Delphi Welcome You re about to experience a powerful device that will deliver a new level of convenience and peace of mind with your vehicle. When combined

More information

RGB Wall Washer Using ILD4035

RGB Wall Washer Using ILD4035 ILD4035 Application Note AN216 Revision: 1.0 Date: RF and Protection Devices Edition Published by Infineon Technologies AG 81726 Munich, Germany 2010 Infineon Technologies AG All Rights Reserved. Legal

More information

SG901-1091 Miniature Wi-Fi Radio

SG901-1091 Miniature Wi-Fi Radio SG901-1091 Miniature Wi-Fi Radio Overview The SG901-1091 WiFi module is optimized to simplify successful integration into systems requiring the latest performance with small size. This module is a highly

More information

SMARTCARD XPRO. Preface. SMART ARM-based Microcontrollers USER GUIDE

SMARTCARD XPRO. Preface. SMART ARM-based Microcontrollers USER GUIDE SMART ARM-based Microcontrollers SMARTCARD XPRO USER GUIDE Preface Atmel SMARTCARD Xplained Pro is an extension board to the Atmel Xplained Pro evaluation platform. Atmel SMARTCARD Xplained Pro is designed

More information

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P.

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P. Patient Monitoring Using Embedded Palaparthi.Jagadeesh Chand Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P Abstract The aim of this project is to inform

More information

ABACOM - netpio. http://www.abacom-online.de/div/setup_netpio.exe

ABACOM - netpio. http://www.abacom-online.de/div/setup_netpio.exe ABACOM - netpio Download http://www.abacom-online.de/div/setup_netpio.exe The ABACOM netpio board is a 10Mbit network interface designed for measurement and control applications. The board is available

More information

ULC Technology: High-performance gate array package using multiple metal layer CMOS technology featuring sub-micron channel lengths (0.

ULC Technology: High-performance gate array package using multiple metal layer CMOS technology featuring sub-micron channel lengths (0. SIR Endec for IrDA Applications Integrated Interface Circuits TOIM ULC Technology: High-performance gate array package using multiple metal layer CMOS technology featuring sub-micron channel lengths (0.

More information

KUMU A O CUBESAT: ELECTRICAL POWER SUBSYSTEM. Jordan S. Torres Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822

KUMU A O CUBESAT: ELECTRICAL POWER SUBSYSTEM. Jordan S. Torres Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 KUMU A O CUBESAT: ELECTRICAL POWER SUBSYSTEM Jordan S. Torres Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT The objective of the electrical power subsystem

More information

Error! Bookmark not defined. Error! Bookmark not defined. Error! Bookmark not defined.

Error! Bookmark not defined. Error! Bookmark not defined. Error! Bookmark not defined. Remote Lighting Kit Table of Contents Lighting Kit Overview 2 System Requirements 3 Basic Concepts of Wireless Routers and Networks 4 Basic Concepts of Network Light Bulbs 8 Planning Your Lighting Network

More information

The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers

The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers The Heartbeat behind Portable Medical Devices: Ultra-Low-Power Mixed-Signal Microcontrollers The proliferation of sophisticated yet affordable personal medical devices is transforming the health care industry,

More information

DSO138 oscilloscope program upgrade method

DSO138 oscilloscope program upgrade method DSO138 oscilloscope program upgrade method Applicable models: 13801K, 13802K Program upgrade Principle The DSO138 is a SCM STM32F103C8 internal oscilloscope that is preinstalled with a flash bootloader,

More information

- 35mA Standby, 60-100mA Speaking. - 30 pre-defined phrases with up to 1925 total characters.

- 35mA Standby, 60-100mA Speaking. - 30 pre-defined phrases with up to 1925 total characters. Contents: 1) SPE030 speech synthesizer module 2) Programming adapter kit (pcb, 2 connectors, battery clip) Also required (for programming) : 4.5V battery pack AXE026 PICAXE download cable Specification:

More information

MARTECH SPI Tools. MARTECH SPI Tools User Manual v1.0. User Manual

MARTECH SPI Tools. MARTECH SPI Tools User Manual v1.0. User Manual MARTECH SPI Tools v1.0 Contents 1. Basic informations about the product...3 1.1 Memory types supported by SPI Tool...3 2. Main features and application possibilities...4 2.1 Technical Support activation...4

More information

Prototyping Printed Circuit Boards

Prototyping Printed Circuit Boards Prototyping Printed Circuit Boards From concept to prototype to production. (HBRC) PCB Design and Fabrication Agenda Introduction Why PCBs? Stage 1 Understanding the rules Stage 2 Planning the board. Stage

More information

P105 SINGLE STICK REVERSER PICTURE 1: PCB with headers PICTURE 3: Resistors added PICTURE 5: Add tactile switch (button) PICTURE 7: Fit lead and PIC chip. NOTE! ANTI-STATIC PRECAUTIONS REQUIRED PICTURE

More information

Intelligent GSM Auto-Dial Alarm System

Intelligent GSM Auto-Dial Alarm System Auto-dial Alarm System Intelligent GSM Auto-Dial Alarm System Profile For a better understanding of this product, please read this user manual thoroughly before using it. 2013.2.V1.0 Auto-dial Alarm System

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information