Final Report. Project Title: Dial A Whip

Size: px
Start display at page:

Download "Final Report. Project Title: Dial A Whip"

Transcription

1 EEL 4924 Electrical Engineering Design (Senior Design) 25 April 2012 Project Title: Dial A Whip Team Members: Name: Chris Calvo Name: Daniel De Leo Project Abstract: Dial A Whip consists of a compact module that connects to a car s electrical system to allow partial system control and relay status information about the car to the owner. The module will allow the owner to use a cellphone to remotely perform several functions on the car such as: Lock/Unlock doors, open trunk, read inside temperature, receive GPRS location, sense internal lights and external headlights, receive door status, sense motion inside car, and start the car. The project presents the technical challenge of interfacing a microcontroller with both a GSM modem and a car s BCM (Body Control Module). Once the project has been completed, it is expected that Dial A Whip will present users with the ability to partially control their car and check on the status of their car using SMS text messages on any cellphone.

2 Page 2/12 Contents Introduction:... 3 Project Features:... 4 Concept/Technology Selection:... 5 Visual of Functionality:... 6 Installation:... 7 System Block Diagram:... 8 Software Flowchart:... 9 Android Application: Distribution of Labor: Project Costs: Grant Chart: Figures Figure 1 Dial A Whip Module... 3 Figure 2 Android App... 4 Figure 3 Basic SMS Texting... 4 Figure 4 Basic View of Software Function... 6 Figure 5 - Module Connectors... 7 Figure 6 - Dial A Whip System Block Diagram... 8 Figure 7 - Software Flowchart... 9 Figure 8 Android App Home Screen Figure 9 Android App Extra Features Screen Figure 10 Android GPS Car Locator Screen Figure 11 Grant Chart... 12

3 Page 3/12 Introduction: Dial A Whip is an automotive accessory that gives the user the ability to control some vehicle characteristics and pull status readings about their vehicle from anywhere in the world (as long as the car and user lie in a GSM cell phone coverage area). A similar system has been developed by Viper Inc. they call the system SmartStart and it gives the user similar features to our system however the SmartStart system requires users to pay monthly fees to Viper in order to keep the system working. These fees arise from a monthly fee to keep each car connected on a GSM network and also for the user to access the Viper web server to control the vehicle. Dial A Whip in essence will provide all of the same features as SmartStart but in a much more open source based system allowing the user control capabilities via any phone using SMS (See Figure 2), which does not force users to have a smart phone. Dial A Whip also allows users to retain their own GSM SIM card to ensure cell phone coverage for the system. Figure 1 Dial A Whip Module

4 Page 4/12 Project Features: Plug and Play Module plugs directly into OBDII port Internal Battery Back-up Uninterruptable power supply to system Internal Temperature Sensing Module able to SMS text the user the temperature inside the car. Internal Motion Sensor Module alerts the user via SMS text whenever motion is sensed inside the car Interface With Installed BCM/Remote Starter Module connects to BCM through CAN BUS to allow the following features: SMS Security Car Status Lock/Unlock Door Control Trunk Opening Control Remote Engine Start 4 digit passcode required for all text commands Android Mobile Application (See Figure 1) Ability to interact with the car module using a graphical interface rather than simple SMS texts. The application presents the user with buttons which send the corresponding commands automatically via SMS, saving the user the extra effort of composing texts. Figure 2 Android App Figure 3 Basic SMS Texting

5 Page 5/12 Concept/Technology Selection: Dial A Whip is broken down into three main parts that together fulfill the objectives of providing users control of their car from anywhere in the world: 1. The communication backbone to the Dial A Whip system in order to provide nearly worldwide coverage for our system we opted to use the widely used GSM technology (cell phone architecture). By using GSM the Dial A Whip system is always accessible to the user as long as the user is within range of a cell phone tower and the system is as well. Another benefit of using GSM versus other cell phone architectures is the fact that with GSM SIM cards are required in order to access the network this gives consumers of the Dial A Whip system the ability to choose any GSM carrier/provider that they wish. Other possibilities that were examined included WIFI and Bluetooth however both of these technologies did not provide the coverage we were looking for to provide a nearly worldwide coverage for the Dial A Whip system. 2. The processing power and overall control center for the Dial A Whip system will be placed on the shoulders of an Atmel Atmega 2560 microcontroller. This microcontroller provides us with access to UART connections that are full duplex (can send and receive simultaneously), which is essential to our application considering communication with the GSM modem is done completely through UART. Another feature of this microcontroller is its large flash memory which totals up to 256 KB this allows for plenty of room to design a robust system all on one chip without the need for external memory interface. Lastly, because this microcontroller is widely used in industry there is access to a lot of example code and literature that will all help to realize the Dial A Whip control center. A few other microcontrollers were examined (PIC, TI, and other Atmel chips) however they all lacked one or all of the above key features that the Atmega 2560 offered.

6 Page 6/12 3. Interfacing with the vehicle is done via the CAN BUS interface which is standard on all cars manufactured in 2006 and later. The Dial A Whip system has an on-board MCP2515 and MCP2551 which are the controller and transceiver in charge of CAN BUS communication. It is this CAN BUS communication which allows the Dial A Whip system to be completely plug and play via the OBDII port on any car. Visual of Functionality: Figure 4 Basic View of Software Function

7 Page 7/12 Installation: Dial A Whip has two simple connections that are used to install the module on the car. Two cables are used. One cable has a DB-9 serial connector on one side which plugs into the back of the system to the DB-9 port (shown below). The other side of the cable has an OBDII connector which plugs into the car s OBDII port below the steering wheel. The second cable has the motion sensor on one end and a USB connector on the other. The USB connector plugs into the side USB port of the Dial A Whip system (shown below). Those two cables are all that are necessary to install the system. When the power switch is turned on, the system boots and within seconds is ready to receive texts. Figure 5 - Module Connectors

8 Page 8/12 System Block Diagram: Figure 6 - Dial A Whip System Block Diagram

9 Page 9/12 Software Flowchart: Figure 7 - Software Flowchart

10 Page 10/12 Android Application: The android application automates all the SMS text message commands that control the Dial A Whip system. This saves the user the hassle of having to manually compose all the text messages on their phone. The android application also provides a visual representation of the GPS coordinates that are sent back by the Dial A Whip system. The coordinates are translated into a google maps coordinate and is shown visually as a red car (Figure 10). Button Functions: Lock All Doors Unlock All Doors Unlock Driver Door Unlock Passenger Door Trunk Open Start Car GPS Car Location Car Temperature Arm Motion Sensor Car Doors Status Change Security PassCode Figure 8 Android App Home Screen Figure 9 Android App Extra Features Screen Figure 10 Android GPS Car Locator Screen

11 Page 11/12 Distribution of Labor: The following is a breakdown of each team member's projected labor by approximate percentage. Christopher Calvo Daniel De Leo Preliminary Research 50% 50% Design Phase 50% 50% Board Construction 90% 10% Interfacing With Car 80% 20% C code for Atmel 20% 80% Test and Debug 50% 50% Physical Assembly 50% 50% Android App Development 10% 90% Project Costs: GSM Module $60.00 GPS Module $60.00 Temperature Sensor $1.50 Motion Sensor $10.00 Connectors/Cables $20.00 PCB $33.00 ATMEGA2560 w/ Oscillators $22.00 Capacitors, Resistors, Inductors $8.00 ICs $12.50 Total $227

12 Page 12/12 Grant Chart: Figure 11 Grant Chart

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report A Wireless ECU Monitoring System 27 January 2009 Abstract The Wireless ECU Monitoring System (WEMS) will provide a wireless

More information

STREETWIZE TRACKER INSTRUCTION MANUAL

STREETWIZE TRACKER INSTRUCTION MANUAL STREETWIZE TRACKER INSTRUCTION MANUAL ESSENTIAL NOTE: 1 x SMS MUST BE SENT TO THE TRACKER IN A 3 MONTH PERIOD OR THE SIM CARD WILL DEACTIVATE AND CREDIT WILL BE LOST Many trackers that we have seen on

More information

SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM

SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM Introduction We know that demand for automobile has been increased traffic and thereby causing more accidents on the road. Major

More information

EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device

EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device EEL 4924: Senior Design 27 January 2009 Project Design Report: Voice Controlled RC Device Team VR: Name: Name: Kyle Stevenson Email: chrisdo@ufl.edu Email: relakyle@ufl.edu Phone: 8135271966 Phone: 8132051287

More information

GTR-128/GTR-129 Motorcycle/ Vehicle Tracker Quick Start Guide

GTR-128/GTR-129 Motorcycle/ Vehicle Tracker Quick Start Guide GTR-128/GTR-129 Motorcycle/ Vehicle Tracker Quick Start Guide GlobalSat WorldCom Corporation 16F., No. 186, Jian 1 st Rd, Zhonghe Dist., New Taipei City 23553, Taiwan Tel: 886.2.8226.3799/ Fax: 886.2.8226.3899

More information

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 Features RoHS 520MHz Low-power ARM processor w/ 800 x 600 Color LCD Power Over Ethernet and 10/100BASE-T Ethernet GPS module

More information

Embedded Solution IT Solution Industrial Automation

Embedded Solution IT Solution Industrial Automation About US JMR TECHNO is recognized as a leading electronics manufacturing services (EMS) provider. Genie specializes in providing the highest quality RoHS compliant circuit board assembly, electronic assembly,

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

IntelliTrac SeniorSafe GPS Personal Tracking System User Manual

IntelliTrac SeniorSafe GPS Personal Tracking System User Manual IntelliTrac SeniorSafe GPS Personal Tracking System User Manual IntelliTrac Technical Support 8.30am-5pm Mon-Friday 1300 767 492 IntelliTrac Australia University Hill Business Park South 11 Scholar Drive,

More information

QUICK GUIDE. Publication number PEBBELL_v2_V9.1_ QUICK GUIDE HOIP TELECOM, 2016

QUICK GUIDE. Publication number PEBBELL_v2_V9.1_ QUICK GUIDE HOIP TELECOM, 2016 QUICK GUIDE Publication number PEBBELL_v2_V9.1_4402.1625 QUICK GUIDE HOIP TELECOM, 2016 1GETTING TO KNOW YOUR DEVICE STARTING PEBBELL 2 1 STARTING PEBBELL 2 2DEVICE CHARGING The Pebbell v2 device is equipped

More information

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS)

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS) Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti-theft Alarm System Overview 1. GPS data tracking via GSM

More information

Open Sesame. Grant Apodaca Jeffrey Bolin Eric Taba Richie Agpaoa Evin Sellin

Open Sesame. Grant Apodaca Jeffrey Bolin Eric Taba Richie Agpaoa Evin Sellin Open Sesame Grant Apodaca Jeffrey Bolin Eric Taba Richie Agpaoa Evin Sellin 1 Description Open Sesame is a portable, affordable, compact and easyto-use door security accessory, that can unlock your door

More information

New Account Creation. 2. Launch the CarLink app. from your phone s application list. 3. Enter a name for the vehicle.

New Account Creation. 2. Launch the CarLink app. from your phone s application list. 3. Enter a name for the vehicle. iphone USERS GUIDE 3/26/14 New Account Creation After having CarLink installed, follow the steps below to begin using your system. If you have already created an account on the Web app you will need to

More information

ARDUINO BOARD LINE UP

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

More information

Interesting Items Volume 16. Dave Jaffe 04/23/2011

Interesting Items Volume 16. Dave Jaffe 04/23/2011 Interesting Items Volume 16 Dave Jaffe 04/23/2011 Caveats I came across these products in recent magazines I have not bought or used these products I do not endorse these products I do not know much more

More information

APS-3 Revision Important Quick Start Guide. Typical Box Contents

APS-3 Revision Important Quick Start Guide. Typical Box Contents APS-3 Revision 3.0.0 Important Quick Start Guide Congratulations on purchasing your new APS-3 System. This Important Quick Start Guide contains information you need to set up and begin using your APS-3.

More information

TOYOTA CANBUS GSM TEXT PAGER

TOYOTA CANBUS GSM TEXT PAGER 5 SIMPLE OPERATION TEST STEPS TOYOTA CANBUS GSM TEXT PAGER OPERATION AND INSTALLATION MANUAL 1. INSERT A GSM SIM CARD 2. FROM YOUR MOBILE PHONE, SEND A PAIRING CODE TEXT MESSAGE TO THE PAGERS SIM CARD

More information

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM

More information

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

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

More information

CarLink Guide for Android Users

CarLink Guide for Android Users CarLink Guide for Android Users CarLink Guide for Android Users New Account Creation After having CarLink installed, follow the steps below to begin using your system. 1. Download the CarLink application

More information

IoTECH* *Internet of Things Extensible Car Hub. PDR Presentation

IoTECH* *Internet of Things Extensible Car Hub. PDR Presentation IoTECH* *Internet of Things Extensible Car Hub PDR Presentation Meet the Team Chris Ingerson CSE Nick Korniyenko EE Nigel Paine CSE Raghid Bahnam EE Prof. Jay Taneja Advisor Problem Context IoT devices

More information

GPS Tracker AT06 manual Ver

GPS Tracker AT06 manual Ver GPS Tracker AT06 manual Ver 1.0 20130924 Released 1 / 15 Content 1. Product Over View... 3 2. Features and Specification... 3 2.1 Features... 3 2.2 Specification... 4 2.3 GSM/GPS/Power Led identification...

More information

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration This is the circuit diagram water level controller using microcontroller Free diagram for water level controller

More information

pico-sam9g45 System board

pico-sam9g45 System board System board Reference manual Rev. 1.j Layout Views Layout top view Layout bottom view Legend: J2 Ethernet port J12 ZIF connector for the LCD U1 USB HUB SMSC chip J3 USB 2.0 J14 Keypad connector BEEP PWM

More information

Wander Watch. robustness and often have to be attached to the wearer s ankle.

Wander Watch. robustness and often have to be attached to the wearer s ankle. Wander Watch Jeffrey Rodriguez, Alexis Timms, Wendelyn Sanabria, and Sarah Rassel Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450 Abstract

More information

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Ehtesam Zaki M.Tech Student, Dept of ECE, VIF College Of Engineering and Technology. ABSTRACT: Traffic accidents are one of the leading

More information

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1 e-issn 2277-2685, p-issn 2320-976 IJESR/June 2014/ Vol-4/Issue-6/480-484 Gunaganti Ganesh/ International Journal of Engineering & Science Research ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti

More information

IoTECH* *Internet of Things Extensible Car Hub. MDR Presentation

IoTECH* *Internet of Things Extensible Car Hub. MDR Presentation IoTECH* *Internet of Things Extensible Car Hub MDR Presentation The IoTECH Team Chris Ingerson CSE Nick Korniyenko EE Nigel Paine CSE Raghid Bahnam EE Prof. Jay Taneja Advisor IoTECH - Problem Statement

More information

JouBeh Technologies. We provide hardware, software and airtime to fulfill all of your satellite communication and telemetry application needs.

JouBeh Technologies. We provide hardware, software and airtime to fulfill all of your satellite communication and telemetry application needs. JouBeh Technologies As a prominent Iridium satellite Value-Added Reseller (VAR) focused on data services, JouBeh Technologies is a leader in the satellite communications industry. Established nearly a

More information

Linux in the connected car platform

Linux in the connected car platform Linux in the connected car platform Background Long time desktop Linux user Designed several capes for the BeagleBone Black Currently an Embedded engineer for Dialexa What is a connected car anyway? A

More information

Team Cool Beans Poor Man s LoJack

Team Cool Beans Poor Man s LoJack 2011 Team Cool Beans Poor Man s LoJack Our solution to stolen cars and short range vehicle security systems Bryon Wheeler Philip Krebs Gregory Beck Simon Chulin konkop@gmail.com u0321860@gmail.com saigon.delta@gmail.com

More information

IT Services. Embedded Services

IT Services. Embedded Services About US JMR TECHNO is recognized as a leading electronics manufacturing services (EMS) provider. Our specializes in providing Electronics circuit board with testing. Our products and services are consistent,

More information

Verify that Wi-Fi option is turned on. Swipe down from the top of the screen once by using two fingers, or twice using one finger. Tap > Wi-Fi.

Verify that Wi-Fi option is turned on. Swipe down from the top of the screen once by using two fingers, or twice using one finger. Tap > Wi-Fi. Troubleshooting I can't find an email using the BlackBerry Device Search app The BlackBerry Device Search app only searches email that is in the BlackBerry Hub. To learn how to add email accounts to the

More information

User Manual (Version 2.0T)

User Manual (Version 2.0T) User Manual (Version 2.0T) This user manual has been specially designed to guide you through the functions and features of your GPS vehicle tracker. 1. Accessories 2. Specification Charging cable (Standard)

More information

Tracker in Motion from BMS User Manual

Tracker in Motion from BMS User Manual Tracker in Motion from BMS User Manual GL100 GPS-GSM Tracking Device 2011 BMS, Inc Melbourne, FL USA 1 Contents Tracker in Motion from BMS User Manual...1 Contents...2 Contents of Package...3 Buttons and

More information

Portable Refreshable Braille Display

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

More information

VEHICLE THEFT ALERT & ENGINE LOCK SYSTEM USING ARM7

VEHICLE THEFT ALERT & ENGINE LOCK SYSTEM USING ARM7 VEHICLE THEFT ALERT & ENGINE LOCK SYSTEM USING ARM7 Prof.R.M.Sahu 1, SonaliLole, 1 Faculty, Department Of Electronics, PDEA s College Of Engineering Manjari(BK), Pune,India 1 Student, Department Of Electronics,

More information

FAQ for KULT Basic. Connections. Settings. Calls. Apps. Media

FAQ for KULT Basic. Connections. Settings. Calls. Apps. Media FAQ for KULT Basic 1. What do the Icons mean that can be found in notifications bar at the top of my screen? 2. How can I move an item on the home screen? 3. How can I switch between home screens? 4. How

More information

Smart Door Security Control System Using Raspberry Pi

Smart Door Security Control System Using Raspberry Pi Smart Door Security Control System Using Raspberry Pi 1 Nareshkumar R. M., 2 Apoorva Kamat, 3 Dnyaneshvari Shinde Computer Department, Dr. D.Y. Patil Institute of Engineering, Management and Research,

More information

WEB SITE USERS GUIDE. Manual Contents

WEB SITE USERS GUIDE. Manual Contents WEB SITE USERS GUIDE Manual Contents New Account Creation... 1 Login to Your Account... 2 Billing Information... 3 Adding a Vehicle... 4 Edit Car... 4 Vehicle Access & Control... 6 GPS locating... 7 GPS

More information

Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA. Team 5

Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA. Team 5 Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA EEL4914 Senior Design I Team 5 alife - advanced Living Integration For Education A) Project narrative description

More information

Method and Device to Communicate via SMS After a Security Intrusion

Method and Device to Communicate via SMS After a Security Intrusion Abstract Method and Device to Communicate via SMS After a Security Intrusion Vishy Karri 1, Daniel J.S. Lim 2 School of Engineering, University of Tasmania Hobart, Australia Vishy.Karri@utas.edu.au & jsdlim@utas.edu.au

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

Members: Mark Kampfer, Richard Robinson

Members: Mark Kampfer, Richard Robinson DumbleDoor RFID security system Members: Mark Kampfer, Richard Robinson Final Design Report EEL 4924 Electrical Engineering Design 2 Contents List of Figures... 2 Abstract... 2 Introduction... 3 Project

More information

ASCL1 / ASCL2 CarLink Guide for Android Users

ASCL1 / ASCL2 CarLink Guide for Android Users ASCL1 / ASCL2 CarLink Guide for Android Users 2012 Audiovox Electronics Corporation. All rights reserved. CarLink Guide for Android Users New Account Creation After having CarLink installed, follow the

More information

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V. SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.Kendale*3 *1 (student of IT Department, AEC, Chikhli (MS), INDIA) *2 (student

More information

Development of Intelligent Vehicle Network for safety Applications

Development of Intelligent Vehicle Network for safety Applications Development of Intelligent Vehicle Network for safety Applications Raj Kiran 1 &V.Lakshman 2 A. RAJ KIRAN 1*, rajkiran_01@mlritm.co.in V.LAKSHMAN 2*, vlakshman531@gmail.com Assistant Professor, Electronics

More information

MEITRACK T1 User Guide

MEITRACK T1 User Guide MEITRACK T1 User Guide Change History File Name MEITRACK T1 User Guide Created By Kyle Lv Project T1 Creation Date 2014-06-10 Update Date 2015-09-30 Subproject User Guide Total Pages 17 Version V2.5 Confidential

More information

Smart Lock Solution User Manual APP

Smart Lock Solution User Manual APP Smart Lock Solution User Manual APP Summary Set Owner Find Lock Lock & Unlock Menus Add User User Management Get Key Delete Key Recover Lock Lock Setting Update Lock Delete Lock Set App Code Reset App

More information

Open Sesame Team. Grant Apodaca. Richie Agpaoa. Evin Sellin. Eric Taba. Jeff Bolin. Team Leader and Bluetooth. ecompass and power design

Open Sesame Team. Grant Apodaca. Richie Agpaoa. Evin Sellin. Eric Taba. Jeff Bolin. Team Leader and Bluetooth. ecompass and power design Open Sesame 1 Open Sesame Team Grant Apodaca Team Leader and Bluetooth Richie Agpaoa ecompass and power design Evin Sellin USB and embedded design integration Eric Taba Motor control and mechanical components

More information

Automated Control System for Accident and Air Pollution Detection in Vehicle by using GSM and GPS modem

Automated Control System for Accident and Air Pollution Detection in Vehicle by using GSM and GPS modem Automated Control System for Accident and Air Pollution Detection in Vehicle by using GSM and GPS modem Suhas Sayajirao Jadhav 1, Bhagyashri Nagorao dhondge 2 1. HOD, Department of E&TC Engineering, Aditya

More information

1. Introduction. 2. Product Overview Appearance Buttons/Mini USB Interface Description. UBI5000E User Manual

1. Introduction. 2. Product Overview Appearance Buttons/Mini USB Interface Description. UBI5000E User Manual 1. Introduction UBI5000E is a powerful GPS locator which is designed for vehicle, pets and assets tracking. With superior receiving sensitivity, fast TTFF and GSM frequencies 850/900/1800/1900. Its location

More information

GL300 START GUIDE. To activate your account and device:

GL300 START GUIDE. To activate your account and device: GL300 START GUIDE Before using our products or installing a device, carefully read our legal terms which you can find at http://us.americaloc.com/legal_info.html. To activate your account and device: 1.

More information

OMNICOMM ON-BOARD TERMINALS

OMNICOMM ON-BOARD TERMINALS ON-BOARD TERMINALS QUALITY, RELIABILITY, PRECISION On-board terminals are a critical component of effective fleet management. They collect data from various sensors and the vehicle s on-board computer

More information

CORRIGENDUM ISSUED FOR NATIONAL COMPETITIVE BIDDING UNDER TEQIP PHASE-II

CORRIGENDUM ISSUED FOR NATIONAL COMPETITIVE BIDDING UNDER TEQIP PHASE-II CORRIGENDUM ISSUED FOR NATIONAL COMPETITIVE BIDDING UNDER TEQIP PHASE-II The prebid meeting for the packages to be purchased under national competitive bidding for TEQIP Phase II was held on 15/10/2013

More information

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

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

More information

ICCS Controllers Intelligent Control and Command Systems

ICCS Controllers Intelligent Control and Command Systems ICCS Controllers Intelligent Control and Command Systems Intelligent controllers for realization of functions in vehicles Powerful Versatile Easy to program Standardized ICCS Controllers Overview ICCS

More information

Introduction Video Camera Support Option TREQ Platform Datasheet. January Rev. 2 A-317 Video Getting Started Guide 1 / 6

Introduction Video Camera Support Option TREQ Platform Datasheet. January Rev. 2 A-317 Video Getting Started Guide 1 / 6 Introduction Video Camera Support Option TREQ -317 Platform Datasheet January 2018 Rev. 2 A-317 Video Getting Started Guide 1 / 6 Introduction The TREQ -317 is a rugged Automotive Tablet designed for in-cab

More information

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 I/O System for the PSYONIC Advanced Bionic Hand Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 Background PSYONIC is a startup at the University of Illinois working on bringing low-cost

More information

Verizon Bluetooth Use Manual For Samsung Galaxy S3 On T Mobile

Verizon Bluetooth Use Manual For Samsung Galaxy S3 On T Mobile Verizon Bluetooth Use Manual For Samsung Galaxy S3 On T Mobile Hi, my Galaxy S3 bluetooth can't even scan my Jabra BT2080 headset and also my itech bluetooth headset. There was no need to use this menu,

More information

Danalock makes your doors smart

Danalock makes your doors smart Danalock makes your doors smart Danalock products are the intelligent way to control and manage the access to your home safely and comfortably. Simply lock and unlock your entrance or garage door with

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

GPS+Glonass Vehicle location Tracker

GPS+Glonass Vehicle location Tracker GPS+Glonass Vehicle location Tracker User Manual V1.0-1 - Contents 1. Products Overview... 3 2. For Your Safety... 4 3. Characteristics... 4 4. Getting Started... 5 4.1. Hardware and Accessories... 5 4.2.

More information

Tala. Quick Start Guide

Tala. Quick Start Guide Tala Quick Start Guide Table of contents 1. First use 1.1 SIM card and micro-sd card 1.2 Charging the battery 1.3 Power ON/OFF the device 1.4 To exit the idle screen 2. Start-Up 2.1 First Start-Up 2.2

More information

Altus APS3G Quick Start guide

Altus APS3G Quick Start guide Altus APS3G Quick Start guide Revision 1.0.1 Congratulations on purchasing your new Altus APS3G System. This Important Quick Start Guide contains information you need to set up and begin using your Altus

More information

BIKE-LIGHT SERIES USER GUIDE

BIKE-LIGHT SERIES USER GUIDE BIKE-LIGHT SERIES USER GUIDE 1. Product Image a.t16 b.t16+ c.t18/t18h Content of the packaging a. Tracking device b. USB charging cable c. Screwdriver and screws d. User Guide 2. Installation Manual 2.1

More information

5ATR-801 GPS VEHICLE TRACKER

5ATR-801 GPS VEHICLE TRACKER 5ATR-801 GPS VEHICLE TRACKER Contents Tables 1. Introduction---------------------------------------------------------------3 2. Main Features------------------------------------------------------------4

More information

IOT-GATE-iMX7 Datasheet

IOT-GATE-iMX7 Datasheet IOT-GATE-iMX7 Datasheet Industrial Internet of Things Gateway Product Specification v.1.3 Capable, compact, affordable: i.mx7 Dual IoT-Gate has been designed to answer demanding IoT application requirements

More information

SpyTrack Nano - GPS Tracker User Manual

SpyTrack Nano - GPS Tracker User Manual SpyTrack Nano - GPS Tracker User Manual Table of Contents Welcome... 3 Information & Warnings... 3 Introduction... 3 Features... 5 What s Included... 5 Spytrack Nano SIM Card... 5 Charging the Device...

More information

Smart Security For Car Using OT

Smart Security For Car Using OT Smart Security For Car Using OT M.N Aishwarya 1, Dr. Priyatam Kumar 1 1 Department of Electronics and Communication Engineering, B.V.B College of Engineering Technology, Hubli, Karnataka, India Abstract-

More information

GSM/GPRS/GPS. Automatic Vehicle Locator VT-1052G. Data Sheet

GSM/GPRS/GPS. Automatic Vehicle Locator VT-1052G. Data Sheet Java platform GSM/GPRS/GPS Automatic Vehicle Locator VT-1052G Data Sheet UniTraQ International Corp. All right reserved, 2011 2F., No.136, Ziqiang S. Rd., Zhubei City, Hsinchu County 30264, Taiwan (R.O.C.)

More information

Table of contents. Getting Started. Other Features. Unlocking. Lock ID & Maintenance. Finding & Sharing

Table of contents. Getting Started. Other Features. Unlocking. Lock ID & Maintenance. Finding & Sharing Table of contents Getting Started Download the app- P.3 Sign in with Facebook P.3 Create a LockSmart account / Log in P.4 Add a lock-p.5 Log out P.6 Unlocking Tap to unlock P.7 Touch ID / Fingerprint-

More information

In-Vehicle Computers

In-Vehicle Computers In-Vehicle Computers (with NXP i.mx6 ARM Cortex application processor) VPC300 in-vehicle communication gateway in-vehicle computer for fleet management VPC300 This flyer contains information on preproduction

More information

GSM/GPRS/GPS Tracker GL300 User Manual

GSM/GPRS/GPS Tracker GL300 User Manual GSM/GPRS/GPS Tracker GL300 User Manual TRACGL300UM001 Revision: Draft http://www.queclink.com sales@queclink.com Document Title Version GL300 User manual Draft Date 2013-04-18 Status Document Control ID

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

Installation And Testing Guide

Installation And Testing Guide Model: CARLINK-SMS2 Installation And Testing Guide ENGLISH / INGLÉS Quick Reference Install Guide 1 GLOBAL SMARTPHONE INTERFACE Visit www.omegacarlink.com/sms/ and download the device setup utility. It

More information

PRODUCT CATALOG WE MAKE THE FUTURE COME TO LIFE!

PRODUCT CATALOG WE MAKE THE FUTURE COME TO LIFE! PRODUCT CATALOG WE MAKE THE FUTURE COME TO LIFE! Table of Content X-Brain Features... [ 1 ] Home Cinema... [ 3 ] Premium Live TV... [ 4 ] Smart Home... [ 5 ] Energy Management... [ 8 ] Built-in Router...

More information

JC900 USER MANUAL V1.0

JC900 USER MANUAL V1.0 JC900 USER MANUAL V1.0 Before use 1.This device should be connected with a 5-volt general charger or a 12-volt vehicle power system (must be grounded). Do not install the unit directly on a 24-volt battery

More information

ASCL1 / ASCL2. CarLink Guide for BlackBerry Users Audiovox Electronics Corporation. All rights reserved.

ASCL1 / ASCL2. CarLink Guide for BlackBerry Users Audiovox Electronics Corporation. All rights reserved. ASCL1 / ASCL2 CarLink Guide for BlackBerry Users 2012 Audiovox Electronics Corporation. All rights reserved. CarLink Guide for BlackBerry Users New Account Creation After having CarLink installed, follow

More information

MYD-SAMA5D3X Development Board

MYD-SAMA5D3X Development Board MYD-SAMA5D3X Development Board MYC-SAMA5D3X CPU Module as Controller Board DDR2 SO-DIMM 200-pin Signals Consistent with Atmel's Official Board 536MHz Atmel SAMA5D3 Series ARM Cortex-A5 Processors 512MB

More information

IoT on Bicycle-Sharing and influence on Semiconductor

IoT on Bicycle-Sharing and influence on Semiconductor IoT on Bicycle-Sharing and influence on Semiconductor Dec.2017 Hui,He, Senior Analyst hui.he@ihsmarkit.com 2 Bicycle-Sharing Market Background Sharing Economy Sharing Economy means share assets in hand

More information

GSM/GPRS/WCDMA/HSDPA/GPS. Automatic Vehicle Locator VT-1052C. Data Sheet

GSM/GPRS/WCDMA/HSDPA/GPS. Automatic Vehicle Locator VT-1052C. Data Sheet Java platform GSM/GPRS/WCDMA/HSDPA/GPS Automatic Vehicle Locator VT-1052C Data Sheet UniTraQ International Corp. All right reserved, 2011 2F., No.136, Ziqiang S. Rd., Zhubei City, Hsinchu County 30264,

More information

Project Abstract with Diagram(s)

Project Abstract with Diagram(s) EEL 4924 Electrical Engineering Design (Senior Design) Project Abstract with Diagram(s) 27 January 2009 Project Title: Initech V7.017b Lab Entry System Team Name: Capacitive Inductance or Negative resistance

More information

Technical Specification for Educational Robots

Technical Specification for Educational Robots Technical Specification for Educational Robots 1. Introduction The e-yantra project, sponsored by MHRD, aims to start a robotic revolution in the country through the deployment of low-cost educational

More information

DIY Line Tracking Smart Car with AT89C2051

DIY Line Tracking Smart Car with AT89C2051 DIY Line Tracking Smart Car with AT89C2051 1. Introduction: A DIY Smart Car design involves mechanical structure, electronic based sensor principle, automatic control, and even knowledge of microcontroller

More information

PURCHASING AND ACTIVATING A PAYG SIM CARD REQUIRED. AN ACTIVE PAYG (PAY AS YOU GO SIM CARD) WITH CREDIT IS REQUIRED AND MUST BE PLACED IN THE UNIT

PURCHASING AND ACTIVATING A PAYG SIM CARD REQUIRED. AN ACTIVE PAYG (PAY AS YOU GO SIM CARD) WITH CREDIT IS REQUIRED AND MUST BE PLACED IN THE UNIT PURCHASING AND ACTIVATING A PAYG SIM CARD REQUIRED. AN ACTIVE PAYG (PAY AS YOU GO SIM CARD) WITH CREDIT IS REQUIRED AND MUST BE PLACED IN THE UNIT FOR IT TO FUNCTION. SOME FEATURES WILL REQUIRE DATA TO

More information

II. PROPOSED SYSTEM AND IMPLEMENTATION

II. PROPOSED SYSTEM AND IMPLEMENTATION Automatic Gate Security System by using Raspberry Pi with Image Processing Mr. Mogare Sumit R. 1, Sanagare Prathamesh S. 2, Ms. Anjarlekar Shraddha S. 3, Mr. Kharat Ratnadipak N. 4, Mr. Shikalgar Isaq

More information

Car Care Get diagnostics and insights about your car s health. Stay Connected Turn your car into a Wi-Fi hotspot for up to five devices.

Car Care Get diagnostics and insights about your car s health. Stay Connected Turn your car into a Wi-Fi hotspot for up to five devices. Quick Start Guide Car Care Get diagnostics and insights about your car s health. Car Tracker Track your location, monitor driving behaviour, and set speed alerts. Stay Connected Turn your car into a Wi-Fi

More information

DESIGN AND IMPLEMENTATION OF VEHICLE MONITORING SYSTEM BASED TRACKING SYSTEM USING GPS

DESIGN AND IMPLEMENTATION OF VEHICLE MONITORING SYSTEM BASED TRACKING SYSTEM USING GPS DESIGN AND IMPLEMENTATION OF VEHICLE MONITORING SYSTEM BASED TRACKING SYSTEM USING GPS #1 D.VENELA, M.Tech student, #2 D.SAMPATHKUMAR, Associate Professor, Dept of ECE, VAAGESHWARI COLLEGE OF ENGINEERING,

More information

User Manual. Smart Lock. Please read this manual before operating your Smart Lock, and keep it for further reference. 40

User Manual. Smart Lock. Please read this manual before operating your Smart Lock, and keep it for further reference. 40 User Manual Smart Lock Please read this manual before operating your Smart Lock, and keep it for further reference. 40 I. Introduction Thank you for choosing the AKASO Smart Lock. The new Smart Lock uses

More information

MT550 Cat M1/NB1 GPS Tracker User Manual V2.0

MT550 Cat M1/NB1 GPS Tracker User Manual V2.0 MT550 Cat M1/NB1 GPS Tracker User Manual V2.0 Preface Congratulations on choosing the Mictrack MT550 Cat M1/NB1 GPS tracker. This manual shows how to easily program and setup the tracker for best results.

More information

ECE 477 Design Review Team 8 Spring Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson

ECE 477 Design Review Team 8 Spring Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson ECE 477 Design Review Team 8 Spring 2008 Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson Outline Project overview Project-specific success criteria Block diagram Component selection rationale

More information

Connected Car. Start Guide. Device by

Connected Car. Start Guide. Device by Connected Car Start Guide Device by Keep your family safe Receive real-time vehicle diagnostics Track the location of your car Stay connected with Wi-Fi LTE capable device Step 1 Check vehicle compatibility

More information

Bartley Ridge SECURITY SYSTEMS. User s Guide

Bartley Ridge SECURITY SYSTEMS. User s Guide Bartley Ridge SECURITY SYSTEMS User s Guide 1 OPERATING INSTRUCTION 1.0 AUDIO VIDEO TELEPHONY SYSTEM 1.1 Resident s Phone Unit 1.2 Visitor Call Panel at lift lobby 2.0 PROXIMITY CARD ACCESS SYSTEM 3.0

More information

THE RAINBOW SCADA D-700

THE RAINBOW SCADA D-700 THE RAINBOW SCADA D-700 INTERNET ENABLED SYNCHRONIZATION SYSTEM REV-03 25.12.2014 EXPANSION CAPACITY MAX 16 LOADS MAX 48 GENSETS MAX 4 BUS COUPLERS MAX 16 MAINS MULTIFUNCTIONAL THE SAME UNIT IS A... MULTI-GENSET

More information

ECE 189A Senior Capstone October 29, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington

ECE 189A Senior Capstone October 29, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington ECE 189A Senior Capstone October 29, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington Product Description InfiniTable is a fully interactive, multifunctional table

More information

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

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

More information

GSM Interfacing Board

GSM Interfacing Board Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility arising from

More information

User Manual (Version 2.0T)

User Manual (Version 2.0T) User Manual (Version 2.0T) This user manual has been specially designed to guide you through the functions and features of your GPS vehicle tracker. 1. Accessories Charging cable (Standard) 2. Specification

More information

GPS Car Tracker. Easy Tracking for Automotive. User Manual by ge-tectronic Page: 1 V2.0

GPS Car Tracker. Easy Tracking for Automotive. User Manual by ge-tectronic Page: 1 V2.0 GPS Car Tracker Easy Tracking for Automotive User Manual 2014 by ge-tectronic Page: 1 Please read these instructions carefully before installing or using this product and keep the manual at handy for reference

More information