Trademarks & Copyright

Size: px
Start display at page:

Download "Trademarks & Copyright"

Transcription

1 Smart Peripheral Controller Neo DC Motor 1.2A Trademarks & Copyright AT, IBM, and PC are trademarks of International Business Machines Corp. Pentium is a registered trademark of Intel Corporation. Windows is a registered trademark of Microsoft Corporation. CodeVisionAVR is copyright by Pavel Haiduc, HP InfoTech s.r.l.

2 Table Of Contents 1 Introduction SPC NEO DC MOTOR 1.2A Specification Suggested System SPC NEO DC MOTOR 1.2A Hardware SPC NEO DC MOTOR 1.2A Component Layout Connectors and Jumpers Configurations SPC NEO DC MOTOR 1.2A Interface UART TTL Interface I 2 C Interface Set M1 Forward M1 Reverse M1 Stop M1 Brake M2 Forward M2 Reverse M2 Stop M2 Brake All Stop All Brake All Forward All Reverse Set PWM Frequency Set I 2 C Address Read I 2 C Address Testing Procedure Application and Program Example Attachment A. SPC NEO DC MOTOR 1.2A Schematics

3 1. INTRODUCTION Smart Peripheral Controller / SPC NEO DC MOTOR 1.2A is a DC motor controller module which is compact, reliable, and compatible for robotic applications. This module can be used to control the direction and speed of 2 DC motors using Pulse Width Modulation (PWM) method. This module is equipped with dual full H-bridge driver, UART TTL interface, and I 2 C interface, so that it can easily be connected with other systems SPC NEO DC MOTOR 1.2A SPECIFICATION SPC NEO DC MOTOR 1.2A specification is as follows: The module requires VDC power supply. The motor requires VDC power supply. Uses a TB6612FNG motor driver IC. Each driver's maximum continuous current is 1.2 A. Available PWM frequencies are khz, 2.71 khz (default), Hz, and 84.7 Hz. Input/Output pins are compatible with TTL and CMOS voltage level. Equipped with UART TTL and I 2 C interface. Using I 2 C, SPC NEO DC MOTOR 1.2A can be cascaded up to 8 modules. Module uses a 16 pins 600mil DIP connector configuration which is easier to connect directly to project board or PCB matrix SUGGESTED SYSTEM Suggested system for SPC NEO DC MOTOR 1.2A is as follows: Hardware: PC AT Pentium IBM Compatible with USB port. DT-AVR Low Cost Series. DVD-ROM Drive and Hard disk. Software: Windows XP Operating System. CodeVisionAVR. Program CD/DVD contents: Contoh_i2c folder, contoh_uart folder, TB6612FNG.pdf, and SPC Neo DC Motor 1.2A Manual.pdf. 2. SPC NEO DC MOTOR 1.2A HARDWARES 2.1. SPC NEO DC MOTOR 1.2A COMPONENT LAYOUT 3

4 2.2. CONNECTORS AND JUMPERS CONFIGURATIONS INTERFACE PORT (J2) connector functions as a connector for module power supply input, UART TTL, and I 2 C interface. Pin Name 1,2 VIN Connected to power supply ( Volts) 3 SCL I 2 C-bus clock input 4 SDA I 2 C-bus data input / output 5 RX TTL TTL serial level input to SPC module 6 TX TTL TTL serial level output from SPC module 7,8 PGND Ground reference for SPC module power supply MOTOR (J3) connector functions as a connector for motor power supply input and motors. Pin Name 1,2 VM Connected to motor power supply ( Volts) 3 M11 1 st Output from H-Bridge M1 pair 4 M12 2 nd Output from H-Bridge M1 pair 5 M21 1 st Output from H-Bridge M2 pair 6 M22 2 nd Output from H-Bridge M2 pair 7,8 MGND Ground reference for motor power supply M11 and M12 are connected to DC motor 1, while M21 and M22 are connected to DC motor 2. SCL-SDA (J4) jumpers are used to activate pull-up resistors for SDA and SCL on I 2 C interface. Jumper SCL-SDA J4 SCL SDA Pull-up inactive (jumpers disconnected) SCL SDA Pull up active (jumpers connected) Important! If more than one module is connected to I 2 C-bus, then only one set of SCL- SDA (J4) jumpers needs to be connected. I 2 C address configuration can be done through UART TTL interface. LED M1 IND (D3) functions as DC motor 1's condition indicator. LED M2 IND (D4) functions as DC motor 2's condition indicator. 4

5 3. SPC NEO DC MOTOR 1.2A INTERFACE SPC NEO DC MOTOR 1.2A has UART TTL and I 2 C interfaces that can be used to receive commands or send data UART TTL INTERFACE UART TTL communication parameters are as follows: bps 8 data bits 1 stop bit no parity bit no flow control All commands sent through UART TTL interface begin with 1 byte data that contains <command number>, followed by (if needed) n-byte data command parameter. If the command sent is a command requesting data from the SPC NEO DC MOTOR 1.2A module, then SPC NEO DC MOTOR 1.2A will send the data via TX TTL line. Available commands and parameters can be seen in section I 2 C INTERFACE SPC NEO DC MOTOR 1.2A module has an I 2 C interface. In this interface, SPC NEO DC MOTOR 1.2A module acts as a slave with an address that has been determined via UART command (see section ). I 2 C interface in SPC NEO STEPPER MOTOR 1.2A module supports bit rate up to a maximum rate of 50 khz. All commands sent through I 2 C interface begin with start condition, followed by 1 byte of SPC NEO DC MOTOR 1.2A module address. After the address is sent, the master must send 1 byte data that contains <command number>, followed by (if needed) n-byte command parameter data. After all command parameters have been sent, the command is ended with stop condition. The following is the sequence that must be done to send a command via I 2 C interface. Start X X X 0 + Write Address X X X X X X X X + X X X X X X X X + Parameter (if available) Stop Available commands and parameters can be seen in section COMMAND SET The following is a complete list of commands on UART and I 2 C interface: 5

6 M1 FORWARD Parameter Controls DC motor 1 forward rotation 0x30 <pwm level> assigned duty cycle percentage (0 = 0% ; 255 = 100%). Description On forward condition, M11 will produce voltage proportional to the PWM value while M12 will be connected with MGND. On forward condition, M1 indicator LED will lit up green. Motor direction and PWM value will not be saved in EEPROM. When the SPC module is powered on, PWM value is 0 (zero), and the motor will be in a stop condition (M1 indicator LED will lit up orange). Example with UART interface to control the forward speed of DC motor connected to M1. If the desired duty cycle is 50% (0.5 * 255 = 128) or equal to 128 decimal and 0x80 hexadecimal: User : 0x30 0x80 i2c_write(0x30); i2c_write(0x80); // M1 Forward command // PWM value M1 REVERSE Parameter Controls DC motor 1 reverse rotation 0x31 <pwm level> assigned duty cycle percentage (0 = 0% ; 255 = 100%) Description On reverse condition, M12 will produce voltage proportional to the PWM value while M11 will be connected with MGND. On reverse condition, M1 indicator LED will lit up red. Motor direction and PWM value will not be saved in EEPROM. When the SPC module is powered on, PWM value is 0 (zero) and the motor will be in a stop condition (M1 indicator LED will lit up orange). Example with UART interface to control the reverse speed of DC motor connected to M1. If the desired duty cycle is 20% (0.25 * 255 = 64) or equal to 64 decimal and 0x40 hexadecimal: User : 0x31 0x40 6

7 i2c_write(0x31); i2c_write(0x40); // M1 Reverse command // PWM value M1 STOP Stops DC motor 1 0x32 Parameter - Description On stop condition, M11 and M12 will be in a three state / high impedance condition. On stop condition, M1 indicator LED will lit up orange. Example with UART interface to stop DC motor connected to M1: User : 0x32 i2c_write(0x32); // M1 Stop command M1 BRAKE Stops DC motor 1 quickly 0x33 Parameter - Description On brake condition, M11 and M12 will be connected to MGND. On brake condition, M1 indicator LED will lit up green and red alternately. Example with UART interface to quickly stop DC motor connected to M1: User : 0x33 i2c_write(0x33); // M1 Brake command 7

8 M2 FORWARD Parameter Controls DC motor 2 forward rotation 0x34 <pwm level> assigned duty cycle percentage (0 = 0% ; 255 = 100%). Description On forward condition, M21 will produce voltage proportional to the PWM value while M22 will be connected with MGND. On forward condition, M2 indicator LED will lit up green. Motor direction and PWM value will not be saved in EEPROM. When the SPC module is powered on, PWM value is 0 (zero), and the motor will be in a stop condition (M2 indicator LED will lit up orange). Example with UART interface to control the forward speed of DC motor connected to M2. If the desired duty cycle is 10% (0.1 * 255 = 26) or equal to 28 decimal and 0x1A hexadecimal: User : 0x34 0x1A i2c_write(0x34); i2c_write(0x1a); // M2 Forward command // PWM value M2 REVERSE Parameter Controls DC motor 2 reverse rotation 0x35 <pwm level> assigned duty cycle percentage (0 = 0% ; 255 = 100%) Description On reverse condition, M22 will produce voltage proportional to the PWM value while M21 will be connected with MGND. On reverse condition, M2 indicator LED will lit up red. Motor direction and PWM value will not be saved in EEPROM. When the SPC module is powered on, PWM value is 0 (zero) and the motor will be in a stop condition (M2 indicator LED will lit up orange). Example with UART interface to control the reverse speed of DC motor connected to M2. If the desired duty cycle is 90% (0.9 * 255 = 230) or equal to 230 decimal and 0xE6 hexadecimal: User : 0x35 0xE6 8

9 i2c_write(0x35); i2c_write(0xe6); // M2 Reverse command // PWM value M2 STOP Stops DC motor 2 0x36 Parameter - Description On stop condition, M21 and M22 will be in a three states / high impedance condition. On stop condition, M2 indicator LED will lit up orange. Example with UART interface to stop DC motor connected to M2: User : 0x36 i2c_write(0x36); // M2 Stop command M2 BRAKE Stops DC motor 2 quickly 0x37 Parameter - Description On brake condition, M21 and M22 will be connected to MGND. On brake condition, M2 indicator LED will lit up green and red alternately. Example with UART interface to quickly stop DC motor connected to M2: User : 0x37 i2c_write(0x37); // M2 Brake command 9

10 ALL STOP Stops DC motors 1 and 2 simultaneously 0x38 Parameter - Description This command runs the M1 STOP and M2 STOP simultaneously. Example with UART interface to stop DC motors connected to M1 and M2 simultaneously: User : 0x38 i2c_write(0x38); // All Stop command ALL BRAKE Stops DC motors 1 and 2 quickly and simultaneously 0x39 Parameter - Description This command runs the M1 BRAKE and M2 BRAKE simultaneously. Example with UART interface to quickly stop DC motors connected to M1 and M2 simultaneously: User : 0x39 i2c_write(0x39); // All Brake command ALL FORWARD Parameter Controls DC motors 1 and 2 forward rotation simultaneously 0x3A <pwm level> assigned duty cycle percentage (0 = 0% ; 255 = 100%) Description This command runs the M1 FORWARD and M2 FORWARD simultaneously with the same PWM value. 10

11 Example with UART interface to control the forward speed of DC motors connected to M1 and M2. If the desired duty cycle is 100% or equal to 255 decimal and 0xFF hexadecimal: User : 0x3A 0xFF i2c_write(0x3a); i2c_write(0xff); // All Forward command // PWM value ALL REVERSE Parameter Controls DC motors 1 and 2 reverse rotation simultaneously 0x3B <pwm level> assigned duty cycle percentage (0 = 0% ; 255 = 100%) Description This command runs the M1 REVERSE and M2 REVERSE simultaneously with the same PWM value. Example with UART interface to control the reverse speed of DC motors connected to M1 and M2. If the desired duty cycle is 75% (0.75 * 255 = 191) or equal to 191 decimal and 0xBF hexadecimal: User : 0x3B 0xBF i2c_write(0x3b); i2c_write(0xbf); // All Reverse command // PWM value SET PWM FREQUENCY Parameter Sets the PWM frequency 0x40 <select> means PWM frequency is = khz 1 means PWM frequency is = 2.71 khz 2 means PWM frequency is = Hz 3 means PWM frequency is = 84.7 Hz Description The default frequency is 2.71 khz. The selected PWM frequency will be saved in EEPROM. When the SPC module is powered on, the last saved frequency will be use as the PWM frequency. 11

12 Example with UART interface to set PWM frequency to Hz: User : 0x40 0x02 i2c_write(0x40); i2c_write(0x02); // Set PWM Freq command // Selected frequency SET I 2 C ADDRESS Changes I 2 C address 0x41 Parameter <0xAA> <0x55> <newaddress> Description This command can only be performed via UART communication line. SPC module will use the new I 2 C address after going through power off sequence. The allowed I 2 C address <newaddress> can be seen in the table below. If the new address given is incorrect, then the I 2 C address will not be changed (the previous address will be used). The default I 2 C address is 0xE0. I 2 C address data will be saved in EEPROM so it won't be erased when it's powered off. I 2 C Address I 2 C Write Address I 2 C Read Address 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF Example with UART interface to change the I 2 C address from 0xE0 to 0xE2: User : 0x41 0xAA 0x55 0xE READ I 2 C ADDRESS Reads the current I 2 C address 0x42 Parameter - Response <I 2 CAddress> Description This command can only be performed via UART communication line. SPC module's I 2 C address can also be seen through the number of blinks on the indicator LED when the module is 12

13 Example with UART interface: powered on. If the I 2 C address is 0xE0 then the indicator LED will blink green once. If the I 2 C address is 0xE2 then the indicator LED will blink green twice. If the I 2 C address is 0xE4 then the indicator LED will blink green 3 times, and so on until I 2 C address 0xEE at which the indicator LED will blink green 8 times. User : 0x42 SPC module : <I2CAddress> 4. TESTING PROCEDURE 1. Connect the 5 Volts power supply to VIN and VM SPC NEO DC MOTOR 1.2A module. 2. After the indicator LED blinks green according to I 2 C address, M1 and M2 indicator LEDs will lit up orange. 3. Send M1 Forward command with PWM value of 255 via UART TTL interface. 4. M1 indicator LED will lit up green. When the voltage between pin M11 and M12 is measured, the result will be close to the motor power supply voltage given on the VM pin. 5. Send M2 reverse command with PWM value of 255 via UART TTL interface. 6. M2 indicator LED will lit up red. When the voltage between pin M22 and M21 is measured, the result will be close to the motor power supply voltage given on the VM pin. 5. APPLICATION AND PROGRAM EXAMPLE As an application example, SPC NEO DC MOTOR 1.2A is used to run 2 DC motors with I 2 C or UART interface. DT-AVR Low Cost Micro System (LCMS) module with ATmega8535 microcontroller is used as master. VM (2.5V 13.5V ) VIN (+5 V ) M1 M2 M11 M12 M21 M22 SPC NEO DC MOTOR 1.2A (address 0xE0) SDA SCL SDA (PORTD.2) SCL (PORTD.3) DT-AVR LCMS MGND (Motor Power Supply Ground) PGND (Digital Power Supply Ground) 13

14 M1 M2 M11 M12 M21 M22 VM (2.5V 13.5V ) VIN (+5 V ) SPC NEO DC MOTOR 1.2A (address 0xE0) TXD RXD RX (PORTD.0) TX (PORTD.1) DT-AVR LCMS MGND (Motor Power Supply Ground) PGND (Digital Power Supply Ground) As an example program for the above application, there are two programs named contoh_i2c.c and contoh_uart.c (included in the CD/DVD) written using CodeVisionAVR evaluation. In the program, DT-AVR LCMS will send "M1 Forward" and "M2 Forward" commands with PWM value of 255 for each motor to SPC module (for example, SPC's I 2 C address is 0xE0). After all of the commands are sent, DT- AVR LCMS will wait for 3000 ms. Afterward "All Brake" command will be sent to SPC followed by another 3000 ms delay. Then DT-AVR LCMS will send "M1 Reverse" and "M2 Reverse" command with PWM value of 128 for each motor to SPC module followed by another 3000 ms delay. The program ends with DT-AVR LCMS sending "All Stop" command to the SPC module. Thank you for your confidence in using our products, if there are difficulties, questions, or suggestions regarding this product please contact our technical support: support@innovativeelectronics.com 14

15 ATTACHMENTS A. SPC NEO DC MOTOR 1.2A Schematics 15

MD03-50Volt 20Amp H Bridge Motor Drive

MD03-50Volt 20Amp H Bridge Motor Drive MD03-50Volt 20Amp H Bridge Motor Drive Overview The MD03 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

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

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

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

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual Carbon Dioxide (Tiny CO2) Gas Sensor Rev. 1.2 TG400 User Manual The TG400 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high

More information

USART Digital Compass Manual

USART Digital Compass Manual USART Digital Compass Manual General Description HMC1022-USART is a low cost plane digital compass module. The working principle is utilizing magnetoresistive sensor sensing the Earth's magnetic field

More information

ICS3.5 Software Manual Command Refarence

ICS3.5 Software Manual Command Refarence ICS3.5 Software Manual Command Refarence KONDO KAGAKU CO.,LTD Aug, 2015 1st Edition Disclaimer This command reference has been released for reference purposes only. Therefore, it is used entirely at your

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

DMC-8 (SKU#ROB )

DMC-8 (SKU#ROB ) DMC-8 (SKU#ROB-01-007) Selectable serial or parallel interface Use with Microcontroller or PC Controls 2 DC motors For 5 24 Volt Motors 8 Amps per channel Windows software included Fuse protection Dual

More information

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Microcontroller Based Controls 2 DC Motors 0-5V Analog, 1-2mS pulse or Serial Inputs for Motor Speed 10KHz, 1.25KHz or 156Hz selectable

More information

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18 Product specification Dec. 2012 V0.a ByVac Page 1 of 18 SV3 Relay Controller BV4111 Contents 1. Introduction...4 2. Features...4 3. Electrical interface...4 3.1. Serial interface...4 3.2. Motor Connector...4

More information

ELT Sensor Data Sheet for S-300-3V

ELT Sensor Data Sheet for S-300-3V ELT SENSOR Corp. General Version 1.120 S-300 is one of smallest CO2 sensor modules in the world. Its Persistent Stability and Temperature Effect Resistance besides easy management are much favored by customers

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

CMPS09 - Tilt Compensated Compass Module

CMPS09 - Tilt Compensated Compass Module Introduction The CMPS09 module is a tilt compensated compass. Employing a 3-axis magnetometer and a 3-axis accelerometer and a powerful 16-bit processor, the CMPS09 has been designed to remove the errors

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

Simple Servo USER Instructions

Simple Servo USER Instructions Simple Servo USER Instructions Version 1V2 Copyright 2003-2007 Active Robots Limited 10A New Rock Ind. Est., Newrock, Chilcompton, Somerset BA3 4JE UK Tel: +44(0)1761 239 267 Fax: +44(0)176 123 3162 www.active-robots.com

More information

I2C Encoder. HW v1.2

I2C Encoder. HW v1.2 I2C Encoder HW v1.2 Revision History Revision Date Author(s) Description 1.0 22.11.17 Simone Initial version 1 Contents 1 Device Overview 3 1.1 Electrical characteristics..........................................

More information

HOMANN DESIGNS. DigiSpeed. Instruction manual. Version 1.0. Copyright 2004 Homann Designs.

HOMANN DESIGNS. DigiSpeed. Instruction manual. Version 1.0. Copyright 2004 Homann Designs. HOMANN DESIGNS DigiSpeed Instruction manual Version 1.0 Copyright 2004 Homann Designs http://www.homanndesigns.com Table of Contents Introduction...3 Features...3 DigiSpeed Operation Description...5 Overview...5

More information

Qik 2s12v10 User's Guide

Qik 2s12v10 User's Guide 1 Overview 2 Contacting Pololu 3 Connecting the Qik 3a Power and Motor Connections 3b Logic Connections 3c Included Hardware 3d Jumpers 3e Indicator LEDs and Phases of Operation 3f Board Dimensions and

More information

Qik 2s12v10 User's Guide

Qik 2s12v10 User's Guide Qik 2s12v10 User's Guide 1. Overview.................................................... 2 2. Contacting Pololu................................................ 4 3. Connecting the Qik...............................................

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

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

CMPS11 - Tilt Compensated Compass Module

CMPS11 - Tilt Compensated Compass Module CMPS11 - Tilt Compensated Compass Module Introduction The CMPS11 is our 3rd generation tilt compensated compass. Employing a 3-axis magnetometer, a 3-axis gyro and a 3-axis accelerometer. A Kalman filter

More information

RB-Dev-03 Devantech CMPS03 Magnetic Compass Module

RB-Dev-03 Devantech CMPS03 Magnetic Compass Module RB-Dev-03 Devantech CMPS03 Magnetic Compass Module This compass module has been specifically designed for use in robots as an aid to navigation. The aim was to produce a unique number to represent the

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

B Robo Claw 2 Channel 25A Motor Controller Data Sheet

B Robo Claw 2 Channel 25A Motor Controller Data Sheet B0098 - Robo Claw 2 Channel 25A Motor Controller Feature Overview: 2 Channel at 25A, Peak 30A Hobby RC Radio Compatible Serial Mode TTL Input Analog Mode 2 Channel Quadrature Decoding Thermal Protection

More information

ZIO Python API. Tutorial. 1.1, May 2009

ZIO Python API. Tutorial. 1.1, May 2009 ZIO Python API Tutorial 1.1, May 2009 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

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

TB6612FNG Dual Motor Driver Carrier

TB6612FNG Dual Motor Driver Carrier TB6612FNG Dual Motor Driver Carrier Overview The TB6612FNG (308k pdf) is a great dual motor driver that is perfect for interfacing two small DC motors such as our micro metal gearmotors to a microcontroller,

More information

Programming the Dallas/Maxim DS MHz I2C Oscillator. Jeremy Clark

Programming the Dallas/Maxim DS MHz I2C Oscillator. Jeremy Clark Programming the Dallas/Maxim DS1077 133MHz I2C Oscillator Jeremy Clark Copyright Information ISBN 978-0-9880490-1-7 Clark Telecommunications/Jeremy Clark June 2013 All rights reserved. No part of this

More information

CDM10V programming user manual describes the COOLDIM_PRG_BOARD burner board usage, the UART protocol handling and the fusing details.

CDM10V programming user manual describes the COOLDIM_PRG_BOARD burner board usage, the UART protocol handling and the fusing details. UM_201709_PL21_011 COOLDIM_PRG_BOARD About this document Scope and purpose CDM10V programming user manual describes the COOLDIM_PRG_BOARD burner board usage, the UART protocol handling and the fusing details.

More information

Adafruit 16-channel PWM/Servo Shield

Adafruit 16-channel PWM/Servo Shield Adafruit 16-channel PWM/Servo Shield Created by lady ada Last updated on 2018-08-22 03:36:11 PM UTC Guide Contents Guide Contents Overview Assembly Shield Connections Pins Used Connecting other I2C devices

More information

USER S GUIDE POLOLU DRV8838 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USING THE MOTOR DRIVER

USER S GUIDE POLOLU DRV8838 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USING THE MOTOR DRIVER POLOLU DRV8838 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USER S GUIDE USING THE MOTOR DRIVER Minimal wiring diagram for connecting a microcontroller to a DRV8838 Single Brushed DC Motor Driver Carrier. Motor

More information

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass Citrus Circuits Fall Workshop Series Roborio and Sensors Paul Ngo and Ellie Hass Introduction to Sensors Sensor: a device that detects or measures a physical property and records, indicates, or otherwise

More information

I 2 C RedBot & DC Motor Servo Motor Control

I 2 C RedBot & DC Motor Servo Motor Control ECE3411 Fall 2016 Lecture 6c. I 2 C RedBot & DC Motor Servo Motor Control Marten van Dijk Department of Electrical & Computer Engineering University of Connecticut Email: marten.van_dijk@uconn.edu Slides

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

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Quick Parameter List: 0x00: Device Number 0x01: Required Channels 0x02: Ignored Channels 0x03: Reversed Channels 0x04: Parabolic

More information

I2C Demonstration Board LED Dimmers and Blinkers PCA9531 and PCA9551

I2C Demonstration Board LED Dimmers and Blinkers PCA9531 and PCA9551 I2C 2005-1 Demonstration Board LED Dimmers and Blinkers PCA9531 and PCA9551 Oct, 2006 Intelligent I 2 C LED Controller RGBA Dimmer/Blinker /4/5 Dimmer PCA9531/2/3/4 1 MHz I²C Bus PCA963X PCA9533 PCA9533

More information

ELT Sensor Data Sheet for C2H4-D3

ELT Sensor Data Sheet for C2H4-D3 General C2H4-D3 is one of the smallest size Dual Channel Ethylene sensor module in the world. Its Persistent Stability and Temperature Effect Resistance are much favored in industrial explosion gas, agricultural

More information

PAK-Vb/c PWM Coprocessor Data Sheet by AWC

PAK-Vb/c PWM Coprocessor Data Sheet by AWC PAK-Vb/c PWM Coprocessor Data Sheet 1998-2003 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.al-williams.com/awce.htm V1.8 23 Oct 2003 Table of Contents Overview...1 If You Need

More information

Adafruit 16-channel PWM/Servo Shield

Adafruit 16-channel PWM/Servo Shield Adafruit 16-channel PWM/Servo Shield Created by lady ada Last updated on 2017-06-29 07:25:45 PM UTC Guide Contents Guide Contents Overview Assembly Shield Connections Pins Used Connecting other I2C devices

More information

TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx

TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx TRINAMIC Motion Control GmbH & Co. KG Sternstraße 67 D 20357 Hamburg GERMANY www.trinamic.com

More information

ISO 9001 CERTIFIED. 607 NW 27th Ave Ocala, FL Phone: (352) or Fax: (352) OPERATION MANUAL

ISO 9001 CERTIFIED. 607 NW 27th Ave Ocala, FL Phone: (352) or Fax: (352) OPERATION MANUAL ISO 9001 CERTIFIED Phone: (352) 629-5020 or 800-533-3569 Fax: (352)-629-2902 ES-Key 12 PDM module (4 selectable polarity outputs) with 4 Inputs (selectable polarity) and 4 MFI Inputs P/N 610-00035 PAGE

More information

Pololu Dual G2 High-Power Motor Driver for Raspberry Pi

Pololu Dual G2 High-Power Motor Driver for Raspberry Pi Pololu Dual G2 High-Power Motor Driver for Raspberry Pi 24v14 /POLOLU 3752 18v18 /POLOLU 3750 18v22 /POLOLU 3754 This add-on board makes it easy to control two highpower DC motors with a Raspberry Pi.

More information

Junior Digital circuit experiment board. Use for the experimentation of digital circuits both TTL IC and CMOS DC supply :

Junior Digital circuit experiment board. Use for the experimentation of digital circuits both TTL IC and CMOS DC supply : NX-100plus Junior Digital circuit experiment board Feature Use for the experimentation of digital circuits both TTL IC and CMOS DC supply : +5V and +V (+12V approx. depend on DC adaptor) 800mA buit-in

More information

ies-2309 Integrated Easy Servo

ies-2309 Integrated Easy Servo Datasheet of the integrated easy servo motor ies-09 ies-09 Integrated Easy Servo Motor + Drive + Encoder, 0-0VDC, NEMA, 0.9Nm Features Easy servo control technology to combine advantages of open-loop stepper

More information

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer.

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com PmodIA Reference Manual Revised April 15, 2016 This manual applies to the PmodIA rev. A Overview The PmodIA is an impedance analyzer

More information

B RoboClaw 2 Channel 30A Motor Controller Data Sheet

B RoboClaw 2 Channel 30A Motor Controller Data Sheet B0098 - RoboClaw 2 Channel 30A Motor Controller (c) 2010 BasicMicro. All Rights Reserved. Feature Overview: 2 Channel at 30Amp, Peak 60Amp Battery Elimination Circuit (BEC) Switching Mode BEC Hobby RC

More information

instruction manual for Open LRS New Generation

instruction manual for Open LRS New Generation instruction manual for Open LRS New Generation Table of contents 1. Important warnings 2. Hardware Overview 3 2.1 DTF UHF 4 Channel 4 2.2 HobbyKing RX 5 3. Instructions 3.1 Basic functions 6 3.2 Flashing

More information

Sten-Bot Robot Kit Stensat Group LLC, Copyright 2013

Sten-Bot Robot Kit Stensat Group LLC, Copyright 2013 Sten-Bot Robot Kit Stensat Group LLC, Copyright 2013 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the

More information

HB-25 Motor Controller (#29144)

HB-25 Motor Controller (#29144) 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

POLOLU DUAL MC33926 MOTOR DRIVER FOR RASPBERRY PI (ASSEMBLED) USER S GUIDE

POLOLU DUAL MC33926 MOTOR DRIVER FOR RASPBERRY PI (ASSEMBLED) USER S GUIDE POLOLU DUAL MC33926 MOTOR DRIVER FOR RASPBERRY PI (ASSEMBLED) DETAILS FOR ITEM #2756 USER S GUIDE This version of the motor driver is fully assembled, with a 2 20-pin 0.1 female header (for connecting

More information

Figure 1. DMC 60 components.

Figure 1. DMC 60 components. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com DMC 60 Reference Manual Revised November 15, 2016 This manual applies to the DMC 60 rev. A Overview The DMC 60 is an electronic speed

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

LAX016 Series Logic Analyzer User Guide

LAX016 Series Logic Analyzer User Guide LAX016 Series Logic Analyzer User Guide QQ: 415942827 1 Contents I Overview... 4 1 Basic knowledge... 4 2 Product series... 4 3 Technical specification... 5 II Brief introduction to JkiSuite software...

More information

User's Manual. ServoCenter 4.1. Volume 2: Protocol Reference. Yost Engineering, Inc. 630 Second Street Portsmouth, Ohio

User's Manual. ServoCenter 4.1. Volume 2: Protocol Reference. Yost Engineering, Inc. 630 Second Street Portsmouth, Ohio ServoCenter 4.1 Volume 2: Protocol Reference Yost Engineering, Inc. 630 Second Street Portsmouth, Ohio 45662 www.yostengineering.com 2002-2009 Yost Engineering, Inc. Printed in USA 1 Table of Contents

More information

Gertbot Rev September Gertbot. Rev 1.0, 8 September2014

Gertbot Rev September Gertbot. Rev 1.0, 8 September2014 Gertbot Rev 1.0, 8 September2014 The Gertbot is a motor/power controller board for the Raspberry-Pi. The strength of the board is that it has its own CPU which frees up the Raspberry-Pi from a lot of intense

More information

Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN)

Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN) Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN) 217-3367 Ordering Information Product Number Description 217-3367 Stellaris Brushed DC Motor Control Module with CAN (217-3367)

More information

EECE494: Computer Bus and SoC Interfacing. Serial Communication: RS-232. Dr. Charles Kim Electrical and Computer Engineering Howard University

EECE494: Computer Bus and SoC Interfacing. Serial Communication: RS-232. Dr. Charles Kim Electrical and Computer Engineering Howard University EECE494: Computer Bus and SoC Interfacing Serial Communication: RS-232 Dr. Charles Kim Electrical and Computer Engineering Howard University Spring 2014 1 Many types of wires/pins in the communication

More information

Servo click. PID: MIKROE 3133 Weight: 32 g

Servo click. PID: MIKROE 3133 Weight: 32 g Servo click PID: MIKROE 3133 Weight: 32 g Servo click is a 16-channel PWM servo driver with the voltage sensing circuitry. It can be used to simultaneously control 16 servo motors, each with its own programmable

More information

Modern Robotics Inc. Sensor Documentation

Modern Robotics Inc. Sensor Documentation Modern Robotics Inc. Sensor Documentation Version 1.4.3 December 11, 2017 Contents 1. Document Control... 3 2. Introduction... 4 3. Three-Wire Analog & Digital Sensors... 5 3.1. Program Control Button

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

High Current DC Motor Driver Manual

High Current DC Motor Driver Manual High Current DC Motor Driver Manual 1.0 INTRODUCTION AND OVERVIEW This driver is one of the latest smart series motor drivers designed to drive medium to high power brushed DC motor with current capacity

More information

Touch Potentiometer Hookup Guide

Touch Potentiometer Hookup Guide Page 1 of 14 Touch Potentiometer Hookup Guide Introduction The Touch Potentiometer, or Touch Pot for short, is an intelligent, linear capacitive touch sensor that implements potentiometer functionality

More information

LED Driver 5 click. PID: MIKROE 3297 Weight: 25 g

LED Driver 5 click. PID: MIKROE 3297 Weight: 25 g LED Driver 5 click PID: MIKROE 3297 Weight: 25 g LED Driver 5 click is a Click board capable of driving an array of high-power LEDs with constant current, up to 1.5A. This Click board features the TPS54200,

More information

POLOLU MAX14870 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USER S GUIDE

POLOLU MAX14870 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USER S GUIDE POLOLU MAX14870 SINGLE BRUSHED DC MOTOR DRIVER CARRIER USER S GUIDE USING THE MOTOR DRIVER Minimal wiring diagram for connecting a microcontroller to a MAX14870 Single Brushed DC Motor Driver Carrier.

More information

IP1 Datasheet PWM OUTPUT WITH SINGLE CHANNEL ADC MODULE FEATURES DESCRIPTION CONNECTOR DETAILS

IP1 Datasheet PWM OUTPUT WITH SINGLE CHANNEL ADC MODULE FEATURES DESCRIPTION CONNECTOR DETAILS PWM OUTPUT WITH SINGLE CHANNEL ADC MODULE FEATURES 1 PWM Output (3.3V) 0 Hz 1 khz Single Channel 3.3V 12-bit ADC input for voltage sensing Optional automated PWM adjustment based on input voltage for standalone

More information

Integrity Instruments

Integrity Instruments Integrity Instruments P.O. Box 451 Order Phone 800-450-2001 Pine River Minnesota Fax Phone 218-587-3414 56474 USA Tech Phone 218-587-3120 http://www.integrityusa.com 485M300 Series I/O Modules Digital

More information

TLE5014 Programmer. About this document. Application Note

TLE5014 Programmer. About this document. Application Note Application Note About this document Scope and purpose This document describes the Evaluation Kit for the TLE5014 GMR based angle sensor. The purpose of this manual is to describe the software installation

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

Embedded Radio Data Transceiver SV611

Embedded Radio Data Transceiver SV611 Embedded Radio Data Transceiver SV611 Description SV611 is highly integrated, multi-ports radio data transceiver module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has low reception

More information

Mercury technical manual

Mercury technical manual v.1 Mercury technical manual September 2017 1 Mercury technical manual v.1 Mercury technical manual 1. Introduction 2. Connection details 2.1 Pin assignments 2.2 Connecting multiple units 2.3 Mercury Link

More information

Enhanced SmartDrive40 MDS40B

Enhanced SmartDrive40 MDS40B Enhanced SmartDrive40 MDS40B User's Manual Rev 1.0 December 2015 Created by Cytron Technologies Sdn. Bhd. All Rights Reserved 1 INDEX 1. Introduction 3 2. Packing List 4 3. Product Specifications 5 4.

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

Model: ADC-x/DIG-x. RS-232 / RS-485 Data Acquisition Digital I/O v2.2 Firmware. SuperLogics. Integrity Instruments. SuperLogics

Model: ADC-x/DIG-x. RS-232 / RS-485 Data Acquisition Digital I/O v2.2 Firmware. SuperLogics. Integrity Instruments. SuperLogics Model: ADC-x/DIG-x RS-232 / RS-485 Data Acquisition Digital I/O v2.2 Firmware SuperLogics SuperLogics 94 Falmouth Road Newton, MA 02465 USA Phone: (617) 332-3627 Fax: (617) 332-4687 Web: www.superlogics.com

More information

Activity 4: Due before the lab during the week of Feb

Activity 4: Due before the lab during the week of Feb Today's Plan Announcements: Lecture Test 2 programming in C Activity 4 Serial interfaces Analog output Driving external loads Motors: dc motors, stepper motors, servos Lecture Test Activity 4: Due before

More information

Brushless DC Motor Controller Specification Assemblies 025F0248

Brushless DC Motor Controller Specification Assemblies 025F0248 Brushless DC Motor Controller Specification Assemblies 025F0248 600A1099 Rev. B April 4 th, 2014 Revision History EC Date Description Rev EC54318 09/03/13 Initial Release A EC58093 04/04/14 Added cap discharge

More information

Features. General Description. EV Kit Contents. EV Kit Photo

Features. General Description. EV Kit Contents. EV Kit Photo MAX785 Evaluation Kit Evaluates: MAX785 General Description The MAX785 evaluation kit (EV kit) provides the hardware and software graphical user interface (GUI) necessary to evaluate the MAX785 6-channel

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

Arduino Microcontroller Processing for Everyone!: Third Edition / Steven F. Barrett

Arduino Microcontroller Processing for Everyone!: Third Edition / Steven F. Barrett Arduino Microcontroller Processing for Everyone!: Third Edition / Steven F. Barrett Anatomy of a Program Programs written for a microcontroller have a fairly repeatable format. Slight variations exist

More information

Pololu Jrk USB Motor Controller

Pololu Jrk USB Motor Controller Pololu Jrk USB Motor Controller User's Guide 1. Overview.................................................... 2 1.a. Module Pinout and Components.................................... 4 1.b. Supported Operating

More information

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Overview When developing and debugging I 2 C based hardware and software, it is extremely helpful

More information

EE 308 Spring S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE

EE 308 Spring S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE 9S12 SUBSYSTEMS: PULSE WIDTH MODULATION, A/D CONVERTER, AND SYNCHRONOUS SERIAN INTERFACE In this sequence of three labs you will learn to use the 9S12 S hardware sybsystem. WEEK 1 PULSE WIDTH MODULATION

More information

OEM 100. User Manual. Figure 1: OEM 100 Module with HG Rectangular Antenna Board

OEM 100. User Manual. Figure 1: OEM 100 Module with HG Rectangular Antenna Board OEM 100 User Manual Figure 1: OEM 100 Module with HG Rectangular Antenna Board Revision History Revision History Release Version Date Revision Description Authors Version 1.0 07/20/09 Initial Release Bryan

More information

LP3943/LP3944 as a GPIO Expander

LP3943/LP3944 as a GPIO Expander LP3943/LP3944 as a GPIO Expander General Description LP3943/44 are integrated LED drivers with SMBUS/I 2 C compatible interface. They have open drain outputs with 25 ma maximum output current. LP3943 has

More information

MiniProg Users Guide and Example Projects

MiniProg Users Guide and Example Projects MiniProg Users Guide and Example Projects Cypress MicroSystems, Inc. 2700 162 nd Street SW, Building D Lynnwood, WA 98037 Phone: 800.669.0557 Fax: 425.787.4641 1 TABLE OF CONTENTS Introduction to MiniProg...

More information

The NMIH-0050 H-Bridge

The NMIH-0050 H-Bridge The NMIH-0050 H-Bridge Features: 5 A continuous, 6 A peak current Supply voltages from 5.3V up to 40V Terminal block for power / motor Onboard LEDs for motor operation/direction Onboard LED for motor supply

More information

LaserPING Rangefinder Module (#28041)

LaserPING Rangefinder Module (#28041) 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

USB-MC USB Motion Controller

USB-MC USB Motion Controller USB-MC USB Motion Controller Con2 I/O port, to I/O card Con4 Aux port, inputs and outputs Con3 parallel port, to I/O card Con1 USB port to PC Con5 external power supply 8 24 VDC Status LED - + Comm. LED

More information

µchameleon 2 User s Manual

µchameleon 2 User s Manual µchameleon 2 Firmware Rev 4.0 Copyright 2006-2011 Starting Point Systems. - Page 1 - firmware rev 4.0 1. General overview...4 1.1. Features summary... 4 1.2. USB CDC communication drivers... 4 1.3. Command

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

Catalog

Catalog - 1 - Catalog 1. Overview... - 3-2. Feature...- 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 4-1) Power on Reset... - 4-2) Sleep mode...- 4-3) Working

More information

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0 CoolEx User Manual Revision 1.0 2 CoolEx User Manual Table of Contents Foreword 0 Part I Overview 3 Part II Configuration and Setup 4 1 Terminals Layout... 4 2 Modbus Address... Switch 4 Part III Functional

More information

Multiple Instrument Station Module

Multiple Instrument Station Module Multiple Instrument Station Module Digital Storage Oscilloscope Vertical Channels Sampling rate Bandwidth Coupling Input impedance Vertical sensitivity Vertical resolution Max. input voltage Horizontal

More information

PCL-836 Multifunction countertimer and digital I/O add-on card for PC/XT/ AT and compatibles

PCL-836 Multifunction countertimer and digital I/O add-on card for PC/XT/ AT and compatibles PCL-836 Multifunction countertimer and digital I/O add-on card for PC/XT/ AT and compatibles Copyright This documentation is copyrighted 1997 by Advantech Co., Ltd. All rights are reserved. Advantech Co.,

More information

INF8574 GENERAL DESCRIPTION

INF8574 GENERAL DESCRIPTION GENERAL DESCRIPTION The INF8574 is a silicon CMOS circuit. It provides general purpose remote I/O expansion for most microcontroller families via the two-line bidirectional bus (I 2 C). The device consists

More information

DS1307/DS X 8 Serial Real Time Clock

DS1307/DS X 8 Serial Real Time Clock DS1307/DS1308 64 X 8 Serial Real Time Clock www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid

More information

Application Note: Demonstrating CAN with nqbasic

Application Note: Demonstrating CAN with nqbasic Application Note: Demonstrating CAN with nqbasic By Carl Barnes, Technological Arts, Inc. May, 0 Hardware used: NCMAX Modules, or NCDX with external user-added CAN transceivers School Board, Docking Module,

More information

YDLIDAR G4 DATASHEET. Doc#: 文档编码 :

YDLIDAR G4 DATASHEET. Doc#: 文档编码 : YDLIDAR G4 DATASHEET Doc#:01.13.000007 文档编码 :01.13.000008 CONTENTS overview... 2 Product Features... 2 Applications... 2 Installation and dimensions... 2 Specifications... 3 Product parameters... 3 Electrical

More information

About Security of the RAK DEK

About Security of the RAK DEK J. Yaghob (Ed.): ITAT pp. Charles University in Prague, Prague, About Security of the RAK DEK Abstract: The RAK DEK operating unit is a standalone access control system. This unit, and its more advanced

More information