Servo Sequencer Servo Robot motion controller & General Purpose microcontroller board

Size: px
Start display at page:

Download "Servo Sequencer Servo Robot motion controller & General Purpose microcontroller board"

Transcription

1 Robot Construction Component Servo Sequencer Servo Robot motion controller & General Purpose microcontroller board The servo sequencer is in reality a general purpose reprogrammable microcontroller board built for ease of use with e-gizmo Servo Driver-Controller kit. These two kits, when put together, form a powerful servo motor motion control system. The servo sequencer is built around Zilog Encore! XP microcontroller, z8f08a. This IC is essentially a complete microcontroller system, everything you need, plus more, are already built inside this chip. Even the flash programmer and debugger are onchip. The On-Chip Debugger OCD, through the ZDS II PC development software, lets you program the IC in-circuit, and allows you to do complex debugging operations (real time program tracking, breakpoints, register access, etc), eliminating the need for expensive development hardware like those required by most other competing microcontroller chips. Even the PC development software ZDS II, a full featured integrated development software with ANSI C compiler and assembler, is free! The Servo Sequencer can readily connect with two e-gizmo Servo Driver-Controller, making it capable of controlling up to servo motors at the same time. Note that this is not the physical limit for sequencer; you can actually add more servo driver-controller board if there is a need to by using a few servo sequencer user I/Os. Servo Sequencer is just a name we have given to the board. Being a general purpose microcontroller board, you can use it freely for many other applications, even to circuits not at all related to servo control. General Specifications Controller: Program Memory: RAM Memory: Clock Frequency: Servo Controller Interface: User I/O: Built-in Peripherals: Power Supply: Programming Language: PC Development Software: z8f08a 8 pins Encore! XP 8Kbytes Flash 0 bytes. MHz Internal Servo Driver-Controller (Up to servo motors) Multi function I/O 0 bit ADC Two -bit Counter/Timers Comparator OPAMP UART On chip Temperature Sensor V-9V DC ANSI C and Assembly Zilog Developer Studio ZDSII Servo Sequencer 008 e-gizmo Mechatronix Central page

2 POWER INDICATOR LED Power - Supply Input. - 9VDC + - PA/CTS0 - PA/DE0 - PA/T0OUT/XOUT - PA0/T0IN/T0UT/XIN +.V out - PC/COUT/LED - PC/ANA/LED - PC/ANA/CINN/LED - PC0/ANA/CINP/LED +.V out - PA7/TOUT - PA/TIN/TOUT - PA/TXD0 - PA/RXD0 - +.V out - +.V Out - GND - DEBUG - PC7/LED - PC/LED - PC/LED - PC/LED +.V out - +.V OUT V OUT V OUT - +.V OUT - PB/ANA/AMPINN - PB0/ANA0/AMPOUT - GND 0 - GND 8 - GND - PD0 - PB/VREF - PB/ANA V OUT V OUT - +.V OUT - PB/CLKIN/ANA - PB/ANA/AMPINP 0 - GND 8 - GND - PD0 - PB/VREF - PB/ANA7 Figure. Connectors layout of the Servo Sequencer. Servo Sequencer 008 e-gizmo Mechatronix Central page

3 Pin Description Zilog has thrown literally everything inside the F08A chip. Personally, I find it even tougher to think of applications that will require some peripherals not present inside this chip. Aside from the usual I/O drivers and buffers, there is nothing else you will need (for the microcontroller sub circuit). This fact is revealed with the simplicity of the Sequencer module. It contains only the chip itself, and a.v on board regulator - which is not even necessary if an external.v source is available. The on-board regulator, however, allows the module to operate over a wider range of supply voltage, and to limited extend, protects it from damaging abnormal input supply conditions. The F08A Encore! XP chip used in this product is a 8 pin variant. To gain access to all internal hardware features with only 8 pins to work on, each I/O pins are shared by two or more peripherals. Hence, as shown in the following pin descriptions, each pins can have two or more software selectable alternate functions. Each pins can be indepently configured to function as follows: JP7 User I/O Pin +.V out - PC0/ANA/CINP/LED - PC/ANA/CINN/LED - PC/ANA/LED - PC/COUT/LED PC0.. PC General purpose logic input/output ANA..ANA 0-bit ADC analog inputs CINP Comparator (+) input CINN Comparator (-) input COUT Comparator Output LED Direct LED drive capable outputs Figure. Servo sequencer with LED I/O Monitor board installed. JP9 User I/O Pin +.V out - PA0/T0IN/T0UT/XIN - PA/T0OUT/XOUT - PA/DE0 - PA/CTS0 PA0..PA General purpose logic input/output V tolerant (note ) T0IN Timer0 input. This input can be used for gating, counting, and capture functions T0OUT Timer0 output. T0OUT Complement of T0OUT in PWM Mode. DE0- Device Enable. This allows automatic control of external RS-8 drivers. CTS0 Clear to Send, flow control input for the UART. XIN External crystal input. XOUT External crystal output. JP8 User I/O Pin +.V out - PC/LED - PC/LED - PC/LED - PC7/LED PC.. PC7 General purpose logic input/output LED Direct LED drive capable outputs JP0 User I/O Pin +.V out - PA/RXD0 - PA/TXD0 - PA/TIN/TOUT - PA7/TOUT PA..PA7 General purpose logic input/output, V tolerant (note ) RXD0 Receive input of UART or IRDA TXD0 Transmit ouput of UART or IRDA TIN Timer0 input. This input can be used for Servo Sequencer 008 e-gizmo Mechatronix Central page

4 gating, counting, and capture functions TOUT Timer output. TOUT Complement of TOUT in PWM Mode. JP and JP are reserved for Servo Controller Functions. JP- Servo Driver Controller Interface (M to M) - ENABLE - ACKNOWLEDGE - ENABLE - CLOCK OUT,7,9, - +.V Out - DATA OUT 8,0, - GND JP- Servo Driver Controller Interface (M7 to M) - ENABLE - ACKNOWLEDGE - ENABLE - CLOCK OUT,7,9 - +.V Out - DATA OUT 8,0 - GND JP Debug - +.V out - GND - Debug JP is used for in system flash programming and debugging. Program Development Setup This guide assumes that you are already familiar with Z8 Encore! Microcontroller chip. Detailed discussion of the chip s architecture and programming is beyond the scope of this document. Zilog s site contains a wealth of information detailing everything you need to know about this chip, from specifications to application examples. JP and JP, when not used for servo functions, assumes their native functions as listed follows: JP- User I/O - PB0/AN0/AMPOUT - PB/ANA7 - PB/ANA/AMPINN - PB/VREF,7,9, - +.V Out - RESET/PD0 8,0, - GND JP- User I/O - PB/ANA/AMPINP - PB/ANA7 - PB/CLKIN/ANA - PB/VREF,7,9 - +.V Out - RESET/PD0 8,0 - GND Designing with the Z8 Encore! Microcontroller by Luis G. Sison and Osmonn T. Burgos This book is for everyone who wants to design electronic products using a microcontroller. Numerous easy-tofollow exercises take you through the hardware and firmware design of a microcontroller-based system. Publisher: Alexan Commercial JP is where you connect the programming/debugging cable. Servo Sequencer 008 e-gizmo Mechatronix Central page

5 Equipment Required: Zilog Developer Studio ZDS II. You can program the sequencer board in C or assembly language, or a combination of the two. The Zilog Developer Studio ZDS II packaged into one integrated software platform everything you need to develop applications. This Zilog freeware ZDS II has built in program editor, C and assembly language compiler, and debugging functions. Personal Computer running the ZDS II. Pentium II (or higher) PC running Windows 98/ME/XP operating system. Serial Port (COM port) Programming Cable (Dongle). The Sequencer board is connected to the PC running ZDS II during programming and debugging operations with the use of a programming cable (a.k.a dongle). The PC end connects to a COM port, while the Sequencer end connects to the debug JP. Power Supply. The sequencer s built-in regulator allows it to work over a wide range of input supply voltage. It will work best with a supply input of.v to VDC. Use a power supply or battery source with current rating of at least 00mA. Be careful with the polarity of the supply input. Wrong supply connection may permanently damage the sequencer board. JP Figure. The programming cable is plugged on to the Sequencer board through JP, with the programmer board component side facing out. Power Supply V DC Adaptor or.8-.0v Battery COM Port Debugging Cable Sequencer / General Purpose MCU module PC running Zilog s ZDS II development environment Figure. Servo Sequencer programming and debugging setup. Servo Sequencer 008 e-gizmo Mechatronix Central page

6 Servo Application Examples Figure. You can install quickly and just as easily a Servo Driver controller module with the Sequencer board. Simply plug to join them together forming a complete Servo motion controller circuit. Figure 7. A Servo Motion Controller configuration with two Servo Driver Controller installed. The lower Servo Driver module connects through JP, and the upper module connects through the Sequencer JP. This will allow independent control of up to servo motors. Figure. If your installation calls for a flexible link between the two board, you can connect them together using the JP interface connectors. Prepared wire connectors are available and are sold separately. Keep in mind that with this connection, motor addressing now starts at Motor 7 instead of Motor. Servo Application Example Program A C language program prototype containing the low level routines necessary to interface the Servo Controller with the Sequencer is bundled with the Servo Sequencer. You can download a copy of this program from the Servo Sequencer product page at Servo Sequencer 008 e-gizmo Mechatronix Central page

7 GSM/GPRS Modem Control Application The Servo Sequencer, as previously mentioned, is actually a general purpose microcontroller board that you can use in numerous applications other than servo functions. In this sample application, you will see how the Servo controller sets up the GSM module for use as simple SMS autoresponding unit - you give it a ring, and it will reply with an SMS message. You can work this sample program to create more GSM functions such as remote output controls, data logging, and monitoring. Bill of Materials ID Description C 0 uf / V Electrolytic Cap C 0 uf /.V Electrolytic Cap C 0 D smd LED green size 0 JP pin terminal block JP0 RJ jack JP X angle connector JP HEADER X n/a JP HEADER pin con for dongle JP7 RJ jack JP8 RJ jack JP9 RJ jack R 0 ohms U BA0 DPAK.V LDO Voltage Regulator U z8f08a Flash Microcontroller Figure 8. e-gizmo GSM/GPRS modem kit easily connects with the Servo Sequencer board (JP0). These two makes a powerful GSM/GPRS application platform. Figure 9. Connection diagram of the Servo Sequencer + GSM/GPRS modem application. (Power supply connections are not shown.) Servo Sequencer 008 e-gizmo Mechatronix Central 7 page

8 JP HEADER C JP HEADER X JP HEADER X JP HEADER CAPACITOR POL + GND Vin U BA0. +V V Figure 0. Servo Sequencer Schematic Diagram. Servo Sequencer HEADER 9 Z8 ENCORE XP_8 A A A A7 VSS DBG RESET/PD0 PA0/T0IN/T0OUT/XIN PA/T0OUT/XOUT PA/DE0 PA/CTS0 PA/RXD0 PA/TXD0 PA/TIN/TOUT PA7/TOUT A0 A A A A A A A7 A0 A A A JP U PB0/ANA0/AMPOUT PC0/ANA/CINP/LED PB/ANA/AMPINN PC/ANA/CINN/LED PB/ANA/AMPINP PC/ANA/LED PB/CLKIN/ANA PC/COUT/LED PB/ANA7 PC/LED 7 PB/VREF PC/LED 9 (PB) A PC/LED 0 (PB7) AVSS PC7/LED HEADER C0 C C C C C C C7 C C C C CAP C0 C C C C JP CAPACITOR POL D LED + C 0 R C0 C C C C C C C7 A0 A A A A A A A7 JP7 JP8 JP9 JP0 PC[0:] PC[:7] PA[0:] PA[:7] Servo Sequencer 008 e-gizmo Mechatronix Central 8 page

9 PCB LAYOUT TOP COMPONENT SIDE BOTTOM COPPER SIDE Servo Sequencer 008 e-gizmo Mechatronix Central 9 page

Using Z8 Encore! XP MCU for RMS Calculation

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

More information

Generating DTMF Tones Using Z8 Encore! MCU

Generating DTMF Tones Using Z8 Encore! MCU Application Note Generating DTMF Tones Using Z8 Encore! MCU AN024802-0608 Abstract This Application Note describes how Zilog s Z8 Encore! MCU is used as a Dual-Tone Multi- (DTMF) signal encoder to generate

More information

Training Schedule. Robotic System Design using Arduino Platform

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

More information

Technique for Measuring System Temperature Using the On-chip Temperature Sensor of the Z8 Encore! XP

Technique for Measuring System Temperature Using the On-chip Temperature Sensor of the Z8 Encore! XP Technique for Measuring System Temperature Using the On-chip TN004201-0905 Introduction The Z8 Encore! XP is a high performance 8-bit microcontroller with a unique set of analog and digital peripherals,

More information

AC Power Switching Relay with ZAURA Control

AC Power Switching Relay with ZAURA Control AC Power Switching Relay with ZAURA Control RD001902-0814 Overview This reference design integrates Zilog s ZAURA RF 868 MHz Wireless Module onto an AC power switching relay designed to showcase the features

More information

ZKit-51-RD2, 8051 Development Kit

ZKit-51-RD2, 8051 Development Kit ZKit-51-RD2, 8051 Development Kit User Manual 1.1, June 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU Application Note Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU AN026002-0608 Abstract This application note describes a controller for a 200 W, 24 V Brushless DC (BLDC) motor used to power

More information

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

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

More information

Design and Development of Smart. Harmonic Analyzer

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

More information

Triscend E5 Support. Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM

Triscend E5 Support.   Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM www.keil.com Triscend Development Tools Update TM Triscend E5 Support The Triscend E5 family of Configurable System-on-Chip (CSoC) devices is based on a performance accelerated 8-bit 8051 microcontroller.

More information

CMU232 User Manual Last Revised October 21, 2002

CMU232 User Manual Last Revised October 21, 2002 CMU232 User Manual Last Revised October 21, 2002 Overview CMU232 is a new low-cost, low-power serial smart switch for serial data communications. It is intended for use by hobbyists to control multiple

More information

Motor Control Development Kit

Motor Control Development Kit User s Manual, V 1.0, June 2003 Motor Control Development Kit A reference design for low voltage 3-phase AC induction and brushless DC motor control. Microcontrollers Never stop thinking. Revision History:2003-06

More information

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

More information

TLE9879 EvalKit V1.2 Users Manual

TLE9879 EvalKit V1.2 Users Manual TLE9879 EvalKit V1.2 Users Manual Contents Abbreviations... 3 1 Concept... 4 2 Interconnects... 5 3 Test Points... 6 4 Jumper Settings... 7 5 Communication Interfaces... 8 5.1 LIN (via Banana jack and

More information

Quick Start Guide. TWR-MECH Mechatronics Board TOWER SYSTEM

Quick Start Guide. TWR-MECH Mechatronics Board TOWER SYSTEM TWR-MECH Mechatronics Board TOWER SYSTEM Get to Know the Tower Mechatronics Board Primary Connector / Switch MCF52259 Connectors for Up to Eight Servos SW4 (Reset) USB OTG 5V Supply Touch Panel Socket

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

PCAN-MicroMod Evaluation Test and Development Environment for the PCAN-MicroMod. User Manual. Document version ( )

PCAN-MicroMod Evaluation Test and Development Environment for the PCAN-MicroMod. User Manual. Document version ( ) PCAN-MicroMod Evaluation Test and Development Environment for the PCAN-MicroMod User Manual Document version.0. (0-0-) Relevant products Product Name Part number Model PCAN-MicroMod Evaluation Board IPEH-000

More information

ESP32 Utility Driver

ESP32 Utility Driver Annotated Schematics Revision. Introduction. This document This document provide info about needed to program and operate the device and is intended for developers and more advanced users.. Content Introduction....

More information

Hardware Guide. Control Made Simple. Model 401A Signal Generator

Hardware Guide. Control Made Simple. Model 401A Signal Generator Control Made Simple Model 401A Signal Generator Hardware Guide ON OFF LIMIT 1 2 3 4 RXD TXD POWER West Coast Office 1263 El Camino Real Menlo Park, CA 94025 Phone (650) 853-1444 Fax (650) 853-1405 www.flashcutcnc.com

More information

Project Final Report: Directional Remote Control

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

More information

DEVKIT-S12ZVC QUICK START GUIDE (QSG)

DEVKIT-S12ZVC QUICK START GUIDE (QSG) DEVKIT-S12ZVC QUICK START GUIDE (QSG) ULTRA-RELIABLE MCUS FOR INDUSTRIAL AND AUTOMOTIVE EXTERNAL USE Get to know the DEVKIT-S12ZVC The DEVKIT-S12ZVC is an ultra-low-cost development platform for S12 Microcontrollers.

More information

The Guitar Chord Learning System

The Guitar Chord Learning System The Guitar Chord Learning System Calvin A. Sessions Hardware Description April 19, 2005 Western Washington University Electronics Engineering Technology ETEC 474, Professor Morton INTRODUCTION The Guitar

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

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

More information

Breadboard Arduino Compatible Assembly Guide

Breadboard Arduino Compatible Assembly Guide (BBAC) breadboard arduino compatible Breadboard Arduino Compatible Assembly Guide (BBAC) A Few Words ABOUT THIS KIT The overall goal of this kit is fun. Beyond this, the aim is to get you comfortable using

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

CR 33 SENSOR NETWORK INTEGRATION OF GPS CR 33 SENSOR NETWORK INTEGRATION OF GPS Presented by : Zay Yar Tun 3786 Ong Kong Huei 31891 Our Supervisor : Professor Chris Rizos Our Assessor : INTRODUCTION As the technology advances, different applications

More information

Motor Control Demonstration Lab

Motor Control Demonstration Lab Motor Control Demonstration Lab JIM SIBIGTROTH and EDUARDO MONTAÑEZ Freescale Semiconductor launched by Motorola, 8/16 Bit MCU Division, Austin, TX 78735, USA. Email: j.sibigtroth@freescale.com eduardo.montanez@freescale.com

More information

A Unipolar Stepper Motor Drive Using the Z8 Encore! MCU

A Unipolar Stepper Motor Drive Using the Z8 Encore! MCU Application Note A Unipolar Stepper Motor Drive Using the Z8 Encore! MCU Abstract Stepper motors that feature unipolar drives are widely used in applications that require high torque loads and fast position

More information

Using the Z8 Encore! XP Timer

Using the Z8 Encore! XP Timer Application Note Using the Z8 Encore! XP Timer AN013104-1207 Abstract Zilog s Z8 Encore! XP microcontroller consists of four 16-bit reloadable timers that can be used for timing, event counting or for

More information

Introduction to the Arduino Kit

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

More information

The Speech Based Floor Cleaning Robot

The Speech Based Floor Cleaning Robot International journal of Systems and Technologies ISSN 0-0 The Speech Based Floor Cleaning Robot Sidhartha Velpula, Sunil Babu Thota, V.S.G.V.Sridhar, Syed Inthiyaz, Siva Kumar Abstract: Munuswamy, Students,

More information

Preliminary Design Report. Project Title: Search and Destroy

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

More information

RX23T inverter ref. kit

RX23T inverter ref. kit RX23T inverter ref. kit Deep Dive October 2015 YROTATE-IT-RX23T kit content Page 2 YROTATE-IT-RX23T kit: 3-ph. Brushless Motor Specs Page 3 Motors & driving methods supported Brushless DC Permanent Magnet

More information

Robotic Development Kit. Powered using ATMEL technology

Robotic Development Kit. Powered using ATMEL technology Robotic Development Kit Powered using ATMEL technology Index 1. System overview 2. Technology overview 3. Individual dev-kit components I. Robot II. Remote III. IR-Pod IV. Base-Station V. RFID 4. Robonii

More information

TMS320F241 DSP Boards for Power-electronics Applications

TMS320F241 DSP Boards for Power-electronics Applications TMS320F241 DSP Boards for Power-electronics Applications Kittiphan Techakittiroj, Narong Aphiratsakun, Wuttikorn Threevithayanon and Soemoe Nyun Faculty of Engineering, Assumption University Bangkok, Thailand

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

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

More information

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

PICee Development System

PICee Development System PICee Development System a PICF-based single-board computer by Reinhardt Weber, DCZM weber.reinhardt@t-online.de This single-board computer, using the popular low-cost PICF microcontroller, has been developed

More information

ESE 350 Microcontroller Laboratory Lab 5: Sensor-Actuator Lab

ESE 350 Microcontroller Laboratory Lab 5: Sensor-Actuator Lab ESE 350 Microcontroller Laboratory Lab 5: Sensor-Actuator Lab The purpose of this lab is to learn about sensors and use the ADC module to digitize the sensor signals. You will use the digitized signals

More information

The Skiidometer. Hardware Description By: Adam Lee ; Etec474; Prof. Morton; WWU

The Skiidometer. Hardware Description By: Adam Lee ; Etec474; Prof. Morton; WWU The Skiidometer Hardware Description By: Adam Lee 04.26.2003; Etec474; Prof. Morton; WWU General Description The Skiidometer is a portable meter which serves as a digital companion on the ski slopes. By

More information

DTMF Signal Detection Using Z8 Encore! XP F64xx Series MCUs

DTMF Signal Detection Using Z8 Encore! XP F64xx Series MCUs DTMF Signal Detection Using Z8 Encore! XP F64xx Series MCUs AN033501-1011 Abstract This application note demonstrates Dual-Tone Multi-Frequency (DTMF) signal detection using Zilog s Z8F64xx Series microcontrollers.

More information

The µbotino Microcontroller Board

The µbotino Microcontroller Board The µbotino Microcontroller Board by Ro-Bot-X Designs Introduction. The µbotino Microcontroller Board is an Arduino compatible board for small robots. The 5x5cm (2x2 ) size and the built in 3 pin connectors

More information

Apr - 12, 05. Most recent REV DATE : page #

Apr - 12, 05. Most recent REV DATE : page # Customer : P.O. number : Dewar number : Job Order number : Quote number : Components : GUMP Preamp, configured for 2 channels, includes external Analog, Digital and Power Supply cables Most recent REV

More information

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on the device

More information

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

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

More information

Bill of Materials: PWM Stepper Motor Driver PART NO

Bill of Materials: PWM Stepper Motor Driver PART NO PWM Stepper Motor Driver PART NO. 2183816 Control a stepper motor using this circuit and a servo PWM signal from an R/C controller, arduino, or microcontroller. Onboard circuitry limits winding current,

More information

SC16A SERVO CONTROLLER

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

More information

2.0 Discussion: 2.1 Approach:

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

More information

JUMA-TRX2 DDS / Control Board description OH2NLT

JUMA-TRX2 DDS / Control Board description OH2NLT JUMA-TRX2 DDS / Control Board description OH2NLT 22.08.2007 General Key functions of the JUMA-TRX2 DDS / Control board are: - provide user interface functions with LCD display, buttons, potentiometers

More information

SmartRF CC1010DK Development Kit

SmartRF CC1010DK Development Kit User Manual Rev. 2.01 SmartRF CC1010DK Development Kit Chipcon AS, Gaustadalléen 21, N-0349 Oslo, Norway. Tel: +47 22 95 85 45, fax: +47 22 95 85 46. E-mail: support@chipcon.com Table of contents INTRODUCTION...

More information

Introduction to Using the PIC16F877 Justin Rice IMDL Spring 2002

Introduction to Using the PIC16F877 Justin Rice IMDL Spring 2002 Introduction to Using the PIC16F877 Justin Rice IMDL Spring 2002 Basic Specs: - 30 pins capable of digital I/O - 8 that can be analog inputs - 2 capable of PWM - 8K of nonvolatile FLASH memory - 386 bytes

More information

HF-Z100A ZigBee Module Datasheet

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

More information

TECHNICAL DATASHEET #TDAX QUAD VALVE CONTROLLER P/N: AX SERIES

TECHNICAL DATASHEET #TDAX QUAD VALVE CONTROLLER P/N: AX SERIES TECHNICAL DATASHEET #TDAX020500 QUAD VALVE CONTROLLER P/N: AX020500 SERIES Multiple Digital, Analog or PWM Command Inputs 4 Independent Proportional Outputs and 1 On/Off Output Standard Open Loop Control

More information

DASL 120 Introduction to Microcontrollers

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

More information

FMS Flight Simulator Encoder

FMS Flight Simulator Encoder FMS Flight Simulator Encoder Practice without crashing your models By Dean Sarelius d.sarelius@bigpond.com We all know that even the best pilots spend many hours practising on flight simulators before

More information

Tarocco Closed Loop Motor Controller

Tarocco Closed Loop Motor Controller Contents Safety Information... 3 Overview... 4 Features... 4 SoC for Closed Loop Control... 4 Gate Driver... 5 MOSFETs in H Bridge Configuration... 5 Device Characteristics... 6 Installation... 7 Motor

More information

UM1589 User manual. M24LR-Discovery kit user guide. Introduction

UM1589 User manual. M24LR-Discovery kit user guide. Introduction UM589 User manual M4LR-Discovery kit user guide Introduction The M4LR-Discovery kit helps you evaluate the M4LRXX-E Dual Interface EEPROM that features an energy harvesting analog output, as well as a

More information

ZKit-ARM-1769, ARM Dev. Kit

ZKit-ARM-1769, ARM Dev. Kit ZKitARM769, ARM Dev. Kit User Manual 0., May 03 ZKitARM769, ARM Dev. Kit User Manual Rev. 0. This work is licensed under the Creative Commons AttributionShare Alike.5 India License. To view a copy of this

More information

ARDUINO BASED DC MOTOR SPEED CONTROL

ARDUINO BASED DC MOTOR SPEED CONTROL ARDUINO BASED DC MOTOR SPEED CONTROL Student of Electrical Engineering Department 1.Hirdesh Kr. Saini 2.Shahid Firoz 3.Ashutosh Pandey Abstract The Uno is a microcontroller board based on the ATmega328P.

More information

QRPGuys SMT Digital Dial/Frequency Counter

QRPGuys SMT Digital Dial/Frequency Counter QRPGuys SMT Digital Dial/Frequency Counter First, familiarize yourself with the parts and check for all the components. If a part is missing, please contact us and we will send one. You must use qrpguys.parts@gmail.com

More information

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 8 CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 6.1 INTRODUCTION In this part of research, a proto type model of FPGA based nine level cascaded inverter has been fabricated to improve

More information

RFID Door Unlocking System

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

More information

SD2085 Low Power HART TM Modem

SD2085 Low Power HART TM Modem Low Power HART TM Modem Feature Single chip, half duplex 1200 bps FSK modem Meets HART physical layer requirements Bell 202 shift frequencies of 1200Hz and 2200Hz Buffered HART output for drive capability

More information

INSTANT ROBOT SHIELD (AXE408)

INSTANT ROBOT SHIELD (AXE408) INSTANT ROBOT SHIELD (AXE408) 1.0 Introduction Thank you for purchasing this Instant Robot shield. This datasheet is designed to give a brief introduction to how the shield is assembled, used and configured.

More information

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

More information

Downloading a ROBOTC Sample Program

Downloading a ROBOTC Sample Program Downloading a ROBOTC Sample Program This document is a guide for downloading and running programs on the VEX Cortex using ROBOTC for Cortex 2.3 BETA. It is broken into four sections: Prerequisites, Downloading

More information

Constructional Project

Constructional Project Cx/Lx S C L L C C RLY 0 F 0 F COMP 47k +5V Fout CAL C/L HOW IT WORKS: THE EQUATIONS (A) In calibration mode () With just L and C: F =. L.C () With C added to C: F =. L.(C+C) (3) From () and (), we can

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

2W UHF MHz Radio Transceiver

2W UHF MHz Radio Transceiver 2W UHF410-470 MHz Radio Transceiver Specification Copyright Javad Navigation Systems, Inc. February, 2006 All contents in this document are copyrighted by JNS. All rights reserved. The information contained

More information

Exercise 3: Sound volume robot

Exercise 3: Sound volume robot ETH Course 40-048-00L: Electronics for Physicists II (Digital) 1: Setup uc tools, introduction : Solder SMD Arduino Nano board 3: Build application around ATmega38P 4: Design your own PCB schematic 5:

More information

SilverMax Datasheet. QuickSilver Controls, Inc. NEMA 23 Servomotors.

SilverMax Datasheet. QuickSilver Controls, Inc. NEMA 23 Servomotors. SilverMax Datasheet NEMA 23 Servomotors QuickSilver Controls, Inc. www.quicksilvercontrols.com SilverMax Datasheet - NEMA 23 Servomotors 23 Frame Sizes: 23-3, 23-5, 23H-1, 23H-3, 23H-5 / Series: E, E3,

More information

PID MOTOR CONTROLLER. Version 1.0. October Cytron Technologies Sdn. Bhd.

PID MOTOR CONTROLLER. Version 1.0. October Cytron Technologies Sdn. Bhd. PID MOTOR CONTROLLER PR24 Version 1.0 October 2009 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion only

More information

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5 Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 3 3. PIN DESCRIPTION... 4 4. BLOCK DIAGRAM... 5 5. ELECTRICAL CHARACTERISTICS... 5 5.1 Absolute Maximum Ratings... 5 5.2 D.C. Characteristics...

More information

Evaluation Board for DC Motor Control with the IFX9201. This board user manual provides a basic introduction to the hardware of the H-Bridge Kit 2Go.

Evaluation Board for DC Motor Control with the IFX9201. This board user manual provides a basic introduction to the hardware of the H-Bridge Kit 2Go. - Board User Manual H-Bridge Kit 2Go About this document Scope and purpose This board user manual provides a basic introduction to the hardware of the H-Bridge Kit 2Go. The H-Bridge Kit 2Go is a complete

More information

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many RXQ2 - XXX GFSK MULTICHANNEL RADIO TRANSCEIVER Intelligent modem Transceiver Data Rates to 100 kbps Selectable Narrowband Channels Crystal controlled design Supply Voltage 3.3V Serial Data Interface with

More information

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

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

More information

ZICM35xSPx Hardware Design Guidelines

ZICM35xSPx Hardware Design Guidelines Application Note 0011-00-16-09-000 ZICM35xSPx Hardware Design Guidelines Document No: 0011-00-16-09-000 (Issue C) INTRODUCTION This Application Note provides module placement, schematic design examples

More information

ZX-SERVO16. Features : Packing List. Before You Begin

ZX-SERVO16. Features : Packing List. Before You Begin Features : ZX-SERVO16 Runtime Selectable Baud rate. 2400 to 38k4 Baud. 16 Servos. All servos driven simultaneously all of the time. 180 degrees of rotation. Servo Ramping. 63 ramp rates (0.75-60 seconds)

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 DIGITAL FUEL INDICATOR Ashish S. Dain 1, Akshay U.

More information

SD2057 Low Power HART TM Modem

SD2057 Low Power HART TM Modem Low Power HART TM Modem Features Meets HART physical layer requirements Bell 202 shift frequencies of 1200Hz and 2200Hz Integrated receive filter, minimal external components required Buffered HART output

More information

Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor

Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor Recommended Due Date: By your lab time the week of February 12 th Possible Points: If checked off before

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

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

More information

UHF RFID Micro Reader Reference Design Hardware Description

UHF RFID Micro Reader Reference Design Hardware Description Application Micro Note Reader Reference Design AS399x UHF RFID Reader ICs UHF RFID Micro Reader Reference Design Hardware Description Top View RF Part Bottom View RF Part www.austriamicrosystems.com/rfid

More information

Easy start with UWB technology

Easy start with UWB technology Evaluation and Development Platform Plug and play solution Precise wireless distance measurement Unaffected by light conditions, weather or vibration COM (USB) for measurement and configuration compliant

More information

EITF40 Digital and Analogue Projects - GNSS Tracker 2.4

EITF40 Digital and Analogue Projects - GNSS Tracker 2.4 EITF40 Digital and Analogue Projects - GNSS Tracker 2.4 Magnus Wasting 26 February 2018 Abstract In this report a mobile global navigation satellite system with SMS and alarm functionality is constructed.

More information

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8 Application Note of OGM220, AN001 V1.8 1.0 Introduction OGM220 series is a dual channels NDIR module having a digital output directly proportional to CO2 concentration. OGM220 is designed for multi-dropped

More information

Revision History. Rev. No Issued Date Page Description Summary. V Initial Release

Revision History. Rev. No Issued Date Page Description Summary. V Initial Release Revision History Rev. No Issued Date Page Description Summary V0.1 2017-06-07 Initial Release 2 List of Contents 1. General... 4 1.1 Overview... 4 1.2 Features... 5 1.3 Application... 5 1.4 Pin Configuration...

More information

UM1082 User manual. The STPM10 single-phase meter evaluation boards. Introduction

UM1082 User manual. The STPM10 single-phase meter evaluation boards. Introduction UM08 User manual The STPM0 single-phase meter evaluation boards Introduction The STPM0 and STPM0 devices are energy meter ASSPs (application specific standard products), which address to a wide range of

More information

MD04-24Volt 20Amp H Bridge Motor Drive

MD04-24Volt 20Amp H Bridge Motor Drive MD04-24Volt 20Amp H Bridge Motor Drive Overview The MD04 is a medium power motor driver, designed to supply power beyond that of any of the low power single chip H-Bridges that exist. Main features are

More information

NVA-R661 Radar Module

NVA-R661 Radar Module DATASHEET Impulse Radar Transceiver System Key Features Single chip CMOS NVA620x Impulse Radar transceiver Small form factor Cost efficient design Digital Serial Peripheral Interface (SPI) SMA connectors

More information

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

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

More information

FABO ACADEMY X ELECTRONIC DESIGN

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

More information

AVR42778: Core Independent Brushless DC Fan Control Using Configurable Custom Logic on ATtiny817. Features. Introduction. AVR 8-bit Microcontroller

AVR42778: Core Independent Brushless DC Fan Control Using Configurable Custom Logic on ATtiny817. Features. Introduction. AVR 8-bit Microcontroller AVR 8-bit Microcontroller AVR42778: Core Independent Brushless DC Fan Control Using Configurable Custom Logic on ATtiny817 APPLICATION NOTE Features Base setup for performing core independent brushless

More information

HF-Z100A ZigBee Module Datasheet

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

More information

Circuit Board Assembly Instructions

Circuit Board Assembly Instructions Circuit Board Assembly Instructions This document walk you through the assembly of the Base4 Clock v1.2 - v1.3 circuit boards. Important note for kit buyers The color and appearance of the components may

More information

Ocean Controls KT-5221 Modbus IO Module

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

More information

Datasheet DS0011 AM093 Wireless Meter-Bus Dual Band 169/868MHz Narrowband Modem Advance Information Production Status Production

Datasheet DS0011 AM093 Wireless Meter-Bus Dual Band 169/868MHz Narrowband Modem Advance Information Production Status Production Datasheet DS0011 AM093 Wireless Meter-Bus Dual Band 169/868MHz Narrowband Modem Production Status Production Important Information The information contained in this document is subject to change without

More information

R2868 Flame Detector Driver Board Usage (ACM A)

R2868 Flame Detector Driver Board Usage (ACM A) R88 Flame Detector Driver Board Usage (ACM-9--A) Technical Specifications: Operating Voltage: DC.V~0V Operating Current: ma~0ma Max (Always On Condition) Power Safe Mode:.mA (When sensing circuit is off)

More information

Jackrabbit (BL1800) C-Programmable Controller User s Manual D

Jackrabbit (BL1800) C-Programmable Controller User s Manual D Jackrabbit (BL1800) C-Programmable Controller User s Manual 010118 - D Jackrabbit (BL1800) User s Manual Part Number 019-0067 010118 - D Printed in U.S.A. Copyright 2000 Z-World, Inc. All rights reserved.

More information

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

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

More information