EEL 4924 Electrical Engineering Design (Senior Design) Final Report. 19 April Name: Brandon Kalarovich

Size: px
Start display at page:

Download "EEL 4924 Electrical Engineering Design (Senior Design) Final Report. 19 April 2011. Name: Brandon Kalarovich"

Transcription

1 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 19 April 2011 Project Name: Digital Dashboard Team Name: Uncensored Sensors Team Members: Name: Matthew Greenberg Name: Brandon Kalarovich Project Abstract: Our project is to design a digital dashboard for a motorcycle. We will replace all the gauges including the tachometer with a graphical LCD. The dashboard will include the standard features found on the original gauge cluster, like a speedometer, tripometer, odometer, and engine coolant temperature. Additional features we'd like to implement would be vehicle telemetry data, and other sensors not found on this model of motorcycle, like oil pressure and oil temperature. Calculation based features (those not needing any additional sensors than what is listed above) will include a gear position indicator (using vehicle speed and engine RPM). The tire size and front/rear sprocket ratio will be user customizable. This will allow the speedometer and odometer to remain accurate if the user decides to stray away from original manufacturer's settings.

2 Table of Contents Project Features...3 Analysis of Competitive Products...3 Project Objectives...5 Concept/Technology Selection...6 Project Architecture...8 Bill of Materials Distribution of Labor Projected Timeline Appendix List of Tables/Figures MCV-7000 vs. Project features... 4 LCD module... 5 Gear RPM-speed chart... 6 Project block diagram... 7 Distribution of labor... 9 Gantt chart Digital Dashboard Uncensored Sensors

3 Project Features The objective of the project is to design a digital dashboard that will have the original features, plus many more features than an analog dashboard used in older motorcycles. Features include: Speedometer. Tripometer. Tachometer. Odometer. Gear position indicator. Engine Coolant temperature. Oil temperature and pressure. Customizable tire size and sprocket ratio settings Telemetry data (Lean angle, lateral/longitudinal acceleration rate). Analysis of Competitive Products There are many digital dashboards for motorcycles that have most or all the features our project has but they are far more expensive, ranging from $300 to $1000. Some sample products are shown here. MCL-5400 From Dakota Digital, priced at $ Figure 1 1/mode=prod/prd600.htm 3 Digital Dashboard Uncensored Sensors

4 Features included in the product and in the project: MPH/ kmh user adjustable speedometer Odometer and Trip Odometer Indicators for Left and Right Turn Signals, Highbeam, Neutral, Low Oil Pressure and Check Engine Features not included but implemented in the project: Tachometer Gear position indicator. Engine Coolant temperature. Oil temperature and pressure. Customizable tire size and sprocket ratio settings. Telemetry data. Oval Speedometer/ Tachometer Information Center (MCV-7000 series) From Dakota Digital, priced at $ Figure 2 1/mode=prod/prd508.htm Digital Dashboard MCV-7000 series Speedometer X X Tachometer/RPM gauge X X Longitudinal/lateral acceleration X rates Oil pressure and temperature X X 4 Digital Dashboard Uncensored Sensors

5 Odometer X X Real time clock X Voltmeter X Gear position readout X X Motorcycle signals (neutral, high beam, fuel, oil, turn signals) X X Performance Displays such as 0-60 MPH/KM/H Timer, 1/4 Mile Time and Speed, High Speed and RPM Recall X Lean angle X Cost $XXX.XX $ Figure 3: MCV-7000 vs. Project features. Project Objectives We have a few performance criteria will need to meet, and other's we plan to meet. The most crucial criteria to meet are maintaining accuracy for the speedometer and odometer. The United States mandates an allowed error of 5%. The United Nations Economic Commission for Europe (UNECE) mandates that a speedometer should never read slower than the vehicle is moving, and allows up to 110% + 4 kmh error from true speed for common speeds. The factory speedometer from Yamaha reads about 110% from true speed. This was proven by experiment using multiple unique speed stations found on the interstate (the speedometer would read 80 mph, and the speed station would display 72 mph). Accuracy in additional sensors will also be desired; however because they are only for display purposes only, we feel they can have a tolerance of a few percent. 5 Digital Dashboard Uncensored Sensors

6 Additional performance specifications we would like to meet would be to have the display updated at 0.5 second intervals. This would allow up to date vehicle data, without a refresh rate that may be too high and cause ghosting of numbers, which may become evident in colder temperatures. Because a motorcycle is a small vehicle with space constraints, our device will need to be kept as small as possible, however removal of the existing dashboard will supply additional space. The parts that are required to be in the gauge cluster area are of small volume. Concept/Technology Selection The various features will be implemented as follows: 1. The speed and mileage calculations will be done using pulses from a Hall Effect sensor over a set time in US and metric units. This allows for high accuracy needed for our project objectives rather than integrating the accelerometer longitudinal output. The Hall Effect sensor will be counted using a timer on the microcontroller set to clock using an external source. 2. Temperature sensor data will be obtained through A/D conversion and then used to calculate engine coolant temperature. Oil pressure and temperature data will be obtained through external sensors similarly through A/D conversion. 3. The gyroscope and accelerometer will be used to calculate the telemetry features such as lean angle and lateral/longitudinal acceleration rate. The gyroscope output will be integrated and the accelerometer will also calculate the lean angle based upon the force vector measured. The outputs will be averaged together to smooth out errors and the result will be the lean angle. 4. The tachometer will use a signal wire from one of the ignition coils. This will provide a pulse every engine revolution and they will be counted through timers set to clock from an external source. 6 Digital Dashboard Uncensored Sensors

7 University of Florida EEL 4924 Spring Apr The gear position can be calculate calculated from figure 5 by putting in the measured speed into each gear equation and compare to the measured RPM. The equation that fits the RPM-speed RPM relation the best is the gear the motorcycle is in. Figure 5 Motorcycle RPM to Speed chart used for calculati calculating gear We will use a large graphical LCD to display all the motorcycle data. For user input, 4 large pushbuttons will be used so the user can select through different menu and data screens on the LCD LCD. We plan to use the Atmel Atmega640 for the amount of ttimers and I/O it has. For development, we will use the Atmel ATmega324P because of its large number of I/O ports, 1 KB of built built-in EEPROM, and 7 Digital Dashboard Figure 4 The LCD module being used, 4 in. x 5 in. area. ttp:// Uncensored Sensors

8 University of Florida EEL 4924 Spring Apr-11 included peripherals pherals (SPI, UART/USART, etc.); however, after the device has been prototyped, we will implement the design onto the Atmega640. If the desired sensors are not already available on the motorcycle, then those sensors will need to be purchased. This will include the Hall Effect sensor, gyroscopes, accelerometers, and oil temperature/pressure sensors. Typically this device will be used while the vehicle's engine is running, so power will be readily available. We plan to use DC-to-DC power converters to supply power to our electronics. We will seek a power converter that allows a range on input voltages from +9 V to at least V (the typical voltage range supplied by the vehicles charging system) and the output voltage to be +3.3 V to +5 V, depending on the requirements for chips we use. Project Architecture Figure 6: Device Design Block Diagram 8 Digital Dashboard Uncensored Sensors

9 The 3 axis accelerometer in figure 6 is responsible for calculating the longitudinal and lateral acceleration rates of the motorcycle and the converted A/D data is displayed onto the LCD via UART. The gyroscope and accelerometer calculate the lean angle along the motorcycle axis and their values are averaged together and displayed on the LCD as telemetry data. The brake, clutch, neutral, high beam, turn, and fuel signals are +12 V on and off signals that are stepped down, read by the microcontroller, and then displayed on the LCD if they are triggered. The 4 control buttons are used to select between different menu screens of the LCD and are used to choose between different tire and sprocket sizes. The Hall Effect sensor and tachometer calculate the speed and mileage by counting pulses on timers on the ATmega640 set to clock by an external source. Depending on the tire and sprocket size chosen, the speedometer, odometer and tripometer will be adjusted accordingly so the values remain accurate. The oil temperature and pressure sensor and water temperature sensor data will be converted by the A/D from the ATmega640 and displayed onto the LCD. When the motorcycle is shut off, the odometer, trip, and tire/sprocket size settings will be saved in the ATmega640 EEPROM. 9 Digital Dashboard Uncensored Sensors

10 Bill of Materials Atmel ATmega $11.80 Hamlin Flange Mount Hall Effect Geartooth Sensor... $15.70 SWITCH PUSH SPST MOM 100MA 14VDC... 4 x $0.96 ECS Inc. ECS-2200B-160 Oscillator (16 MHz)... $2.63 Gyroscope... $39.95 MMA7341L 3-Axis Accelerometer +-3/11g... $11.95 Sparkfun Serial Graphic LCD $69.95 PCB Fabrication...$33.00 PCB Partial Population...$ Voltage Regulator, +5V...$0.65 Voltage Regulator, +3.3V...$0.97 Oil Pressure Sensor...$31.59 Oil Temperature Sensor...$12.95 Metric Adaptor for Oil Pressure Sensor...$ K Potentiometer...3 x $ K Potentiometer...$1.36 Op Amp...$1.36 Resistor Arrays...2 x $ pin header, receptacle, and pins...$ pin header, receptacle, and pins...$4.00 Various Resistors and Capacitors...$2.50 8" x 10" Lexan Polycarbonate sheet...$ Digital Dashboard Uncensored Sensors

11 Distribution of Labor Matthew Greenberg Brandon Kalarovich Research Board construction/ soldering Testing/Debug Software Speed/Mileage Telemetry data (using accelerometer & gyro) GLCD Debouncing Temperature/Pressure sensors Hardware Overall task load Figure 7: Approximate distribution of tasks 11 Digital Dashboard Uncensored Sensors

12 Gantt Chart Figure 4: Projected timeline of the project. Figure 8: Work schedule. 12 Digital Dashboard Uncensored Sensors

13 Appendix Figure 9: Board schematic, part Digital Dashboard Uncensored Sensors

14 Figure 10: Board schematic, part Digital Dashboard Uncensored Sensors

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

Performance Pages: Challenger/Charger/300... 1 Downloading Timers Data... 4. Give it a Try!... 9

Performance Pages: Challenger/Charger/300... 1 Downloading Timers Data... 4. Give it a Try!... 9 PERFORMANCE PAGES Contents Performance Pages: Challenger/Charger/300... 1 Downloading Timers Data... 4 Give it a Try!... 8 Requirements... 8 Disclaimers... 8 Tips... 9 FAQs... 9 SRT Performance Pages:

More information

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

INSTRUMENT PANEL. 1995 Volvo 850 DESCRIPTION & OPERATION. 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels

INSTRUMENT PANEL. 1995 Volvo 850 DESCRIPTION & OPERATION. 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels INSTRUMENT PANEL 1995 Volvo 850 1995-96 ACCESSORIES & EQUIPMENT Volvo Instrument Panels 850 WARNING: When working around steering column and before performing repairs, disconnect and shield battery ground

More information

Marine Instrument Cluster VDO Service Manual (Rev 4) January 14, 2008. Model Year 2000 Cluster Functions

Marine Instrument Cluster VDO Service Manual (Rev 4) January 14, 2008. Model Year 2000 Cluster Functions Marine Instrument Cluster VDO Service Manual (Rev 4) January 14, 2008 I/O Cluster Functions: Model Year 2000 Cluster Functions Speedometer - 270 cross-coil movement Options: 80 MPH (270 scale) 60 MPH (270

More information

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker e -Journal of Science & Technology (e-jst) e-περιοδικό Επιστήμης & Τεχνολογίας 55 DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS G.S. Nhivekar, R.R.Mudholker Department

More information

SPARTAN INSTRUMENTATION OPERATORS GUIDE

SPARTAN INSTRUMENTATION OPERATORS GUIDE SPARAN INSRUMNAION OPRAORS GUID 1 1. INRODUCION his operator s guide provides the information needed to operate and understand the Medallion Instrumentation System installed on Spartan Chassis. Although

More information

UNIVERSITI TEKNOLOGI MARA SOFTWARE DESIGN AND DEVELOPMENT FOR AUTOMOTIVE ONLINE MONITORING SYSTEM

UNIVERSITI TEKNOLOGI MARA SOFTWARE DESIGN AND DEVELOPMENT FOR AUTOMOTIVE ONLINE MONITORING SYSTEM UNIVERSITI TEKNOLOGI MARA SOFTWARE DESIGN AND DEVELOPMENT FOR AUTOMOTIVE ONLINE MONITORING SYSTEM NOOR HAFIZI BIN HANAFI Thesis submitted in fulfillment of the requirements for the degree of Master of

More information

1955-1956 Chevy Bel-Era

1955-1956 Chevy Bel-Era Classic Instruments 1955-1956 Chevy Bel-Era Installation Manual Revised January 2, 2014 Page 1 Table of Contents Table of Contents 2 Welcome to the Team of Classic Instruments! 3 55-56 Chevy Part Identification

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

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

Lectric Enterprises 5905 Sprucepine Drive Winston Salem, NC. 27105 Telephone 336-655-4801 e-mail: ivirscar@knight-f2k4.com

Lectric Enterprises 5905 Sprucepine Drive Winston Salem, NC. 27105 Telephone 336-655-4801 e-mail: ivirscar@knight-f2k4.com KNIGHT RIDER DASH ELECTRONICS PILOT\SEASON 2-2 TV DASH INSTALLATION INSTRUCTION MANUAL Bezel Overlay Voice Box Instructions Relay connection for a dash startup delay. Connect to the +12v side of relay

More information

VEHICLE SPEED CONTROL SYSTEM

VEHICLE SPEED CONTROL SYSTEM PL VEHICLE SPEED CONTROL SYSTEM 8H - 1 VEHICLE SPEED CONTROL SYSTEM TABLE OF CONTENTS page DESCRIPTION AND SPEED CONTROL SYSTEM...1 SPEED CONTROL SERVO-PCM OUTPUT....2 SPEED CONTROL SWITCHES PCM INPUT...2

More information

C8051F020 Utilization in an Embedded Digital Design Project Course. Daren R. Wilcox Southern Polytechnic State University Marietta, Georgia

C8051F020 Utilization in an Embedded Digital Design Project Course. Daren R. Wilcox Southern Polytechnic State University Marietta, Georgia C8051F020 Utilization in an Embedded Digital Design Project Course Daren R. Wilcox Southern Polytechnic State University Marietta, Georgia Abstract In this paper, the utilization of the C8051F020 in an

More information

The Programming Interface

The Programming Interface : In-System Programming Features Program any AVR MCU In-System Reprogram both data Flash and parameter EEPROM memories Eliminate sockets Simple -wire SPI programming interface Introduction In-System programming

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

INSTALLATION INSTRUCTIONS BOOST CONTROLLER. Pro Control Input (Optional) Tach. Signal. Speed. Gray. Signal. Green Blue. Orange.

INSTALLATION INSTRUCTIONS BOOST CONTROLLER. Pro Control Input (Optional) Tach. Signal. Speed. Gray. Signal. Green Blue. Orange. 2650-1706-00 INSTALLATION INSTRUCTIONS BOOST CONTROLLER WARNING! The installation of the Auto Meter Boost Controller is recommended only for experienced technicians. This product may damage your engine

More information

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

TOYOTA ELECTRONIC CONTROL TRANSMISSION

TOYOTA ELECTRONIC CONTROL TRANSMISSION Electronic Control Transmission (ECT) The Electronic Control Transmission is an automatic transmission which uses modern electronic control technologies to control the transmission. The transmission itself,

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module

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

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-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

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

Signature and ISX CM870 Electronics

Signature and ISX CM870 Electronics Signature and ISX CM870 Electronics Cummins West Training Center System Description General Information The Signature and ISX CM870 engine control system is an electronically operated fuel control system

More information

P545 Autonomous Cart

P545 Autonomous Cart P545 Autonomous Cart Cart Overview The P545 Cart is designed to allow students to explore embedded system design and development through the control of an autonomous vehicle. Cart Overview The vehicle

More information

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

White Paper Implementing a Flexible CPLD-Only Digital Dashboard for Automobiles

White Paper Implementing a Flexible CPLD-Only Digital Dashboard for Automobiles Introduction White Paper Implementing a Flexible CPLD-Only Digital Dashboard for Automobiles An automotive dashboard acts as a nerve center that consolidates all information pertaining to the safe driving

More information

Automatic Accident Alert and Safety System using Embedded GSM Interface

Automatic Accident Alert and Safety System using Embedded GSM Interface Automatic Accident Alert and Safety System using Embedded GSM Interface Kajal Nandaniya I&C Department DDIT, Nadiad Viraj Choksi Project Scientist BISAG, Ghandhinagar Ashish Patel Assistant professor I&C

More information

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Arifa Ferdousi 1 and Sadeque Reza Khan 2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh

More information

TURBO PROGRAMMER USB, MMC, SIM DEVELOPMENT KIT

TURBO PROGRAMMER USB, MMC, SIM DEVELOPMENT KIT TURBO PROGRAMMER USB, MMC, SIM DEVELOPMENT KIT HARDWARE GUIDE This document is part of Turbo Programmer documentation. For Developer Documentation, Applications and Examples, see http:/// PRELIMINARY (C)

More information

1978-83 Malibu 1978-87 Monte Carlo 1978-87 El Camino

1978-83 Malibu 1978-87 Monte Carlo 1978-87 El Camino Important facts about this kit. 1. The dash panel used in this picture is used by permission of Covan's Classic. 2. This kit requires some modification to your original under dash wiring harness. It is

More information

Waterproof portable tracker and

Waterproof portable tracker and Catalog for GPS tracking system Model Description Picture Mainstream GPS/GSM/GPRS vehicle tracking device, designed as solution for fleet management, which is a GP4000 robust fleet tracking device not

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

Hardware Connections between Arduino and IMU Nori Wilkins Apr. 5, 2013

Hardware Connections between Arduino and IMU Nori Wilkins Apr. 5, 2013 Hardware Connections between Arduino and IMU Nori Wilkins Apr. 5, 2013 Abstract Sensors are commonly used throughout many world wide applications. Out of many sensors that are used, the inertial measurement

More information

CAN BUS INTERFACE. Module Information

CAN BUS INTERFACE. Module Information Part no: CB-1 The CAN Bus interface is designed to provide a vehicle speed signal for vehicles using a CAN Bus system. It is programmed to automatically detect the vehicle type and it will give a frequency

More information

Defi Meter C Application User s Guide

Defi Meter C Application User s Guide Defi Meter C Application User s Guide BEFORE INSTALLATION 1 Download the App Search Defi Meter C application through App Store and download the App. 2 Pairing your mobile device with the SMART ADAPTER

More information

PUSH BUTTON START INSTALLATION MANUAL

PUSH BUTTON START INSTALLATION MANUAL PUSH BUTTON START INSTALLATION MANUAL ALTHOUGH THIS PRODUCT HAS BEEN THOROUGHLY TESTED KPIERSON TECHNOLOGIES ASSUMES NO RESPONSIBILITY FOR ANY DAMAGE THAT MAY RESULT BY THE INSTALLATION OF THIS PRODUCT.

More information

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Zafar Ullah Senior Application Engineer Scenix Semiconductor Inc. Leo Petropoulos Application Manager Invox TEchnology 1.0

More information

Service Reminder Indicator (SRI), general information

Service Reminder Indicator (SRI), general information 90-17 Service Reminder Indicator (SRI), general information A Service Reminder Indicator (SRI) -F27- was included on Golf, GTI, Jetta and Cabrio vehicles up to m.y. 1995. The SRI indicates when scheduled

More information

Tutorial for MPLAB Starter Kit for PIC18F

Tutorial for MPLAB Starter Kit for PIC18F Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is

More information

www.marine.vdo.com ViewLine At the cutting edge of tomorrow s trends. < 7 m

www.marine.vdo.com ViewLine At the cutting edge of tomorrow s trends. < 7 m www.marine.vdo.com ViewLine At the cutting edge of tomorrow s trends. < 7 m 2 ViewLine Content Content Instrumentation 6 Tachometer 6 Synchronizer 8 GPS speed 9 Depth gauges 10 Temperature gauges 11 Pressure

More information

Hand Gestures Remote Controlled Robotic Arm

Hand Gestures Remote Controlled Robotic Arm Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 5 (2013), pp. 601-606 Research India Publications http://www.ripublication.com/aeee.htm Hand Gestures Remote Controlled

More information

DALLAS DS1233 Econo Reset. BOTTOM VIEW TO-92 PACKAGE See Mech. Drawings Section on Website

DALLAS DS1233 Econo Reset. BOTTOM VIEW TO-92 PACKAGE See Mech. Drawings Section on Website 5V EconoReset www.maxim-ic.com FEATURES Automatically restarts microprocessor after power failure Monitors pushbutton for external override Internal circuitry debounces pushbutton switch Maintains reset

More information

Introduction to Electronic Signals

Introduction to Electronic Signals Introduction to Electronic Signals Oscilloscope An oscilloscope displays voltage changes over time. Use an oscilloscope to view analog and digital signals when required during circuit diagnosis. Fig. 6-01

More information

Android Controlled Based Interface

Android Controlled Based Interface Android Controlled Based Interface Objective Fix Foba Build Rofi (Fifth Generation Robot) Develop, Build, and Implement a Dynamic Balanced Biped Robot Table of Contents Objective... 1 Android Controlled

More information

Controller for AD9850 DDS Modules Andy Talbot G4JNT 2012-12-06

Controller for AD9850 DDS Modules Andy Talbot G4JNT 2012-12-06 Controller for AD9850 DDS Modules Andy Talbot G4JNT 2012-12-06 Latest Comments. Construction notes and feedback from builders at the end The low cost ( 3) Chinese made modules available via Ebay contain

More information

MSAN-001 X-Band Microwave Motion Sensor Module Application Note

MSAN-001 X-Band Microwave Motion Sensor Module Application Note 1. Introduction HB Series of microwave motion sensor module are X-Band Mono-static DRO Doppler transceiver front-end module. These modules are designed for movement detection, like intruder alarms, occupancy

More information

Typical ECM/PCM Inputs

Typical ECM/PCM Inputs Typical ECM/PCM Inputs The computer system components fall into two categories: sensors (inputs) and controlled components (outputs). Each system has sensors. Not every system has all the ones listed,

More information

A 5 Degree Feedback Control Robotic Arm (Haptic Arm)

A 5 Degree Feedback Control Robotic Arm (Haptic Arm) A 5 Degree Feedback Control Robotic Arm (Haptic Arm) 1 Prof. Sheetal Nirve, 2 Mr.Abhilash Patil, 3 Mr.Shailesh Patil, 4 Mr.Vishal Raut Abstract: Haptics is the science of applying touch sensation and control

More information

KTA-223 Arduino Compatible Relay Controller

KTA-223 Arduino Compatible Relay Controller 8 Relay Outputs 5A 250VAC 4 Opto-Isolated Inputs 5-30VDC 3 Analog Inputs (10 bit) Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs, Jumper Selectable 5A Relay Switching Power Indicator

More information

Ocean Controls RC Servo Motor Controller

Ocean Controls RC Servo Motor Controller Ocean Controls RC Servo Motor Controller RC Servo Motors: RC Servo motors are used in radio-controlled model cars and planes, robotics, special effects, test equipment and industrial automation. At the

More information

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy Location-Aware and Safer Cards: Enhancing RFID Security and Privacy 1 K.Anudeep, 2 Mrs. T.V.Anantha Lakshmi 1 Student, 2 Assistant Professor ECE Department, SRM University, Kattankulathur-603203 1 anudeepnike@gmail.com,

More information

Vario Tractors - Fault Codes. Faults. all Vario tractors Tractor / General system. EDC / EMR bus fault. Fault in ECU Programming errors in ECU.

Vario Tractors - Fault Codes. Faults. all Vario tractors Tractor / General system. EDC / EMR bus fault. Fault in ECU Programming errors in ECU. 12/1999 f 1/58 Vario Tractors - Codes 0000 000001 Date Version Page Capitel Index Docu-No. FCT_InitPage 0.0.11 A021; A022 Id rief description Description Consequences Link FENDIAS / Note ECU, EDC; ECU,

More information

Pmod peripheral modules are powered by the host via the interface s power and ground pins.

Pmod peripheral modules are powered by the host via the interface s power and ground pins. Digilent Pmod Interface Specification Revision: November 20, 2011 1300 NE Henley Court, Suite 3 Pullman, WA 99163 (509) 334 6306 Voice (509) 334 6300 Fax Introduction The Digilent Pmod interface is used

More information

Analog Servo Drive 25A8

Analog Servo Drive 25A8 Description Power Range NOTE: This product has been replaced by the AxCent family of servo drives. Please visit our website at www.a-m-c.com or contact us for replacement model information and retrofit

More information

Electrical Systems - IQAN Digital Control System. IQAN Control System Components... 5.1.3

Electrical Systems - IQAN Digital Control System. IQAN Control System Components... 5.1.3 Section 5.1 Electrical Systems - IQAN Digital Control System IQAN Control System Components........................... 5.1.3 IQAN Operational Description: At Machine Startup.....................................

More information

Computer Numerical Control Machine Project Proposal

Computer Numerical Control Machine Project Proposal Spring 11 Computer Numerical Control Machine Project Proposal Anh Luong Willis Lutz Jared Pringle Ashton Snelgrove luong@eng.utah.edu lbzinuse@gmail.com jaredpringle86@gmail.com snelgrov@eng.utah.edu Website:

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

G-100/200 Operation & Installation

G-100/200 Operation & Installation G-100/200 Operation & Installation 2 Contents 7 Installation 15 Getting Started 16 GPS Mode Setup 18 Wheel Sensor Mode Setup 20 Fuel Calibration 23 Basic Operation 24 Telemetery Screen 27 Entering a Distance

More information

PolyBot Board. User's Guide V1.11 9/20/08

PolyBot Board. User's Guide V1.11 9/20/08 PolyBot Board User's Guide V1.11 9/20/08 PolyBot Board v1.1 16 pin LCD connector 4-pin SPI port (can be used as digital I/O) 10 Analog inputs +5V GND GND JP_PWR 3-pin logic power jumper (short top 2 pins

More information

WIRING HARNESS FOR AS635P4. BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness

WIRING HARNESS FOR AS635P4. BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness WIRING HARNESS FOR AS635P4 ANTENNA NOT USED 5 PIN WHITE PLUG 2 PIN WHITE PLUG GREEN - PARKING BRAKE INPUT (-) BLUE - NOT USED 3 PIN BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness

More information

User s manual. Compliance of monitoring software variables with GALILEOSKY protocol

User s manual. Compliance of monitoring software variables with GALILEOSKY protocol Necessary tools, devices, materials 1. Windows-based computer with the installed program of configuration of GALILEOSKY terminals "Configurator". Picture 1 2. Satellite monitoring terminal GALILEOSKY (hereinafter

More information

Item Number Description Type of Gauge Size in " Price

Item Number Description Type of Gauge Size in  Price FARIA Euro Perimeter lighted black dial with bold white graphics, black aluminum bezel, contoured white pointer and flat fog resistant lens EURO Item Number Description Type of Gauge Size in " Price 32805

More information

OIL PRESS 71.8 PSI FUEL. Cloud based, diagnostic, engine monitoring and reporting system. www.faria-instruments.com www.beede.com

OIL PRESS 71.8 PSI FUEL. Cloud based, diagnostic, engine monitoring and reporting system. www.faria-instruments.com www.beede.com OIL PRESS 71.8 PSI Cloud based, diagnostic, engine monitoring and reporting system www.faria-instruments.com www.beede.com Start Updating Send Data The Faria EntelNet service is a multi part system which

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

PICNet 1. PICNet 1 PIC18 Network & SD/MMC Development Board. Features. Applications. Description

PICNet 1. PICNet 1 PIC18 Network & SD/MMC Development Board. Features. Applications. Description Features PICNet 1 PIC18 Network & SD/MMC Development Board IC Sockets for 28 or 40-pin Microchip PIC18F Microcontrollers IC Socket for 8-pin serial EEPROM Multiple MCU Oscillator sources Full 10BaseT IEEE

More information

Brushless DC Motor Controller Product Specification Assembly 025F0129

Brushless DC Motor Controller Product Specification Assembly 025F0129 Brushless DC Motor Controller Product Specification Assembly 025F0129 September 16, 2009 025F0129 ST B Brushless DC Motor Controller Data Sheet Page 1 Revision History ECN # Date Rev Description By 07058

More information

Cat Electronic Technician 2015A v1.0 Product Status Report 3/15/2015 9:34 AM

Cat Electronic Technician 2015A v1.0 Product Status Report 3/15/2015 9:34 AM Cat Electronic Technician 2015A v1.0 Product Status Report 3/15/2015 9:34 AM Product Status Report Comments Transmission (BJW01516) Transmission Serial Number BJW01516 Torque Converter Serial Number 6AT00753

More information

Table of Contents. 1. Product Overview... 3. 2. Proposed Solution... 3. 3. System Architecture... 4. 4. Key Modules & Features...

Table of Contents. 1. Product Overview... 3. 2. Proposed Solution... 3. 3. System Architecture... 4. 4. Key Modules & Features... Features. Table of Contents 1. Product Overview... 3 2. Proposed Solution... 3 3. System Architecture... 4 4. Key Modules & Features... 5 5. Product Hardware Device and Software (SaaS) Costing... 10 6.

More information

well as pulses from a magnetic driveshaft sensor or a magnetic speedometer cable sensor.

well as pulses from a magnetic driveshaft sensor or a magnetic speedometer cable sensor. 1. Overview The Maximizer 4 progressive nitrous controller operates one or two separate stages of nitrous based on either time, RPM, MPH, throttle percentage or boost pressure. Whether your engine is naturally

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

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

DASH2 General Layout. Figure 1: DASH2 general layout

DASH2 General Layout. Figure 1: DASH2 general layout Introduction Congratulations on your purchase of a DASH2 display unit from Race Technology. This is an advanced, feature-packed display system, designed to be compact, robust and water resistant. Make

More information

Pressure Control Solenoid "D" Performance (Shift Solenoid Valve SLT)

Pressure Control Solenoid D Performance (Shift Solenoid Valve SLT) 750E UTOMIC TRNSMISSION UTOMIC TRNSMISSION SYSTEM 123 DTC DESCRIPTION P2714 Pressure Control Solenoid "D" Performance (Shift Solenoid Valve SLT) Line Pressure Control Pressure Current Flow to Solenoid

More information

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM DESIGN OF SMS ENABLED CAR SECURITY SYSTEM K. A. Amusa Federal University of Agriculture, Abeokuta, O. O. Nuga Federal University of Agriculture, Abeokuta, A. A. Adetomi Federal University of Agriculture,

More information

ICS379. Quad PLL with VCXO Quick Turn Clock. Description. Features. Block Diagram

ICS379. Quad PLL with VCXO Quick Turn Clock. Description. Features. Block Diagram Quad PLL with VCXO Quick Turn Clock Description The ICS379 QTClock TM generates up to 9 high quality, high frequency clock outputs including a reference from a low frequency pullable crystal. It is designed

More information

Chapter 13. PIC Family Microcontroller

Chapter 13. PIC Family Microcontroller Chapter 13 PIC Family Microcontroller Lesson 01 PIC Characteristics and Examples PIC microcontroller characteristics Power-on reset Brown out reset Simplified instruction set High speed execution Up to

More information

CONTINUOUSLY VARIABLE TRANSMISSION (CVT)

CONTINUOUSLY VARIABLE TRANSMISSION (CVT) GROUP 23 CONTINUOUSLY VARIABLE TRANSMISSION (CVT) CONTENTS CVT........................... 23-2 GENERAL INFORMATION............. 23-2 ELECTRONIC CONTROL SYSTEM...... 23-3 EEPROM...........................

More information

M.S Ramaiah School of Advanced Studies - Bangalore. On completion of this session, the delegate will understand and be able to appriciate:

M.S Ramaiah School of Advanced Studies - Bangalore. On completion of this session, the delegate will understand and be able to appriciate: Transmission Control Lecture delivered by: Prof. Ashok C.Meti MSRSAS-Bangalore 1 Session Objectives On completion of this session, the delegate will understand and be able to appriciate: Rl Role of electronic

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

MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3

MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3 MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3 CMPS03 Magnetic Compass. Voltage : 5v only required Current : 20mA Typ. Resolution : 0.1 Degree Accuracy : 3-4 degrees approx. after calibration Output

More information

SuperGuard VT-05 Vehicle Tracking Device

SuperGuard VT-05 Vehicle Tracking Device SuperGuard VT-05 Vehicle Tracking Device The SuperGuard VT-05 Vehicle Tracker is a professional GPS tracking device designed for fleet management and commercial data centers, with customizable data upload

More information

Table of Contents. Introducing AYGO. Accessing your vehicle 2 3. Lights 9. Wipers 10. Electric windows 4. Gear change 11

Table of Contents. Introducing AYGO. Accessing your vehicle 2 3. Lights 9. Wipers 10. Electric windows 4. Gear change 11 AYGO Brief Guide Table of Contents Accessing your vehicle 2 3 Electric windows 4 Steering wheel (Vehicles with an adjustable type) 4 Seat and seat belt adjustment 5 Instrument Panel overview 6 Instrument

More information

Analogue + IVS Electronic Throttle Controls for CUMMINS Engines

Analogue + IVS Electronic Throttle Controls for CUMMINS Engines Electronic Throttle Controls for Engines Technical description: Page 2 of 20 The Electronic Throttle Controls have been developed to match the signal required to operate the Modules CM400, CM500 and CM800

More information

Arduino ADK Back. For information on using the board with the Android OS, see Google's ADK documentation.

Arduino ADK Back. For information on using the board with the Android OS, see Google's ADK documentation. Arduino ADK Arduino ADK R3 Front Arduino ADK R3 Back Arduino ADK Front Arduino ADK Back Overview The Arduino ADK is a microcontroller board based on the ATmega2560 (datasheet). It has a USB host interface

More information

STK500... User Guide

STK500... User Guide STK500... User Guide Table of Contents Section 1 Introduction... 1-1 1.1 Starter Kit Features...1-1 1.2 Device Support...1-2 Section 2 Getting Started... 2-1 2.1 Unpacking the System...2-1 2.2 System

More information

Keywords: rainfall detection, rain sensor, buzzer and alarm system.

Keywords: rainfall detection, rain sensor, buzzer and alarm system. Volume 5, Issue 4, April 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design of Rain

More information

Autos Limited Ghana Vehicle Tracking Business Proposal

Autos Limited Ghana Vehicle Tracking Business Proposal Autos Limited Ghana Vehicle Tracking Business Proposal Executive Summary Our Understanding of Your Goals We understand that you or your business needs to monitor all your vehicles or company's to minimize

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

Apple iphone/ipod Touch - ieffect Mobile Guitar Effect Accessory & Application

Apple iphone/ipod Touch - ieffect Mobile Guitar Effect Accessory & Application Apple iphone/ipod Touch - ieffect Mobile Guitar Effect Accessory & Application Preliminary Design Report with Diagrams EEL4924 - Electrical Engineering Design 2 3 June 2009 Members: Ryan Nuzzaci & Shuji

More information

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE for solar energy management LEATEC Delivering Solutions for Energy Management SOLAR ENERGY DATA CENTER BUILDING 4 to8 String Monitoring with 0.% Accuracy

More information

Computer Automation Techniques. Arthur Carroll

Computer Automation Techniques. Arthur Carroll Computer Automation Techniques Arthur Carroll 1 Three Types of Computers Micro-Controller Single Board Computer Desktop Computer 2 The Micro-Controller Small inexpensive DIP or surface mount chips Roughly

More information

MXG Dash Logger USER GUIDE

MXG Dash Logger USER GUIDE Dash Logger USER GUIDE AiM Srl. Via Cavalcanti, 8 20063 Cernusco S/N (MI) Italia Tel. (+39) 02.9290571 Made in Italy www.aim-sportline.com Dash Logger 04 06 08 10 11 12 12 12 14 16 17 18 19 21 22 23 23

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

Introducing AVR Dragon

Introducing AVR Dragon Introducing AVR Dragon ' Front Side Back Side With the AVR Dragon, Atmel has set a new standard for low cost development tools. AVR Dragon supports all programming modes for the Atmel AVR device family.

More information

1993 ACCESSORIES & EQUIPMENT Volkswagen Instrument Panels. Volkswagen; EuroVan, Passat

1993 ACCESSORIES & EQUIPMENT Volkswagen Instrument Panels. Volkswagen; EuroVan, Passat Article Text Saturday, March 18, 2000 10:33PM ARTICLE BEGINNING 1993 ACCESSORIES & EQUIPMENT Volkswagen Instrument Panels Volkswagen; EuroVan, Passat DESCRIPTION & OPERATION Instrument cluster for most

More information

PrioVR Production Plan:

PrioVR Production Plan: PrioVR Production Plan: 1. System Overview 1.1 Architecture Overview The entire PrioVR system consists of several sub-systems that all must function and integrate in order for the entire system to work.

More information

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015

Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015 Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) The standard tuning values used in ADVANCED Motion Controls drives are conservative and work well in over 90%

More information

PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT

PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT ELECTRONICS ENGINEERING DEPARTMENT SVNIT, SURAT-395007, INDIA Prepared by: Anurag Gupta (U05EC401) Dhrumeel Bakshi (U05EC326) Dileep Dhakal

More information