INSTRUCTION MANUAL PC1 USB TO SPI INTERFACE

Size: px
Start display at page:

Download "INSTRUCTION MANUAL PC1 USB TO SPI INTERFACE"

Transcription

1 INSTRUCTION MANUAL PC1 USB TO SPI INTERFACE Date 3/3/09 Doc # 9016sm01 Revision 2 AOS TECHNOLOGY LIMITED T. +44 (0) F. +44 (0) E. mail@aost.co.uk 46 Pate Rd MELTON MOWBRAY LE13 0RG United Kingdom Registration No VAT No

2 REVISION TABLE Date Revision Description 3/3/09 1 General text changes. 11/01/10 2 J3 pin description corrected Not to be reproduced without permission Page 2 of 18

3 LIST OF CONTENTS INSTRUCTION MANUAL... 1 PC1 USB TO SPI INTERFACE... 1 REVISION TABLE... 2 LIST OF CONTENTS... 3 LIST OF TABLES... 4 LIST OF figures INTRODUCTION FUNCTIONAL DESCRIPTION PIN DESCRIPTIONS CONTROL INTERFACE Data Configuration Data Commands WRITE contents of serial register to RDAC (A0) WRITE contents of serial register to RDAC (A1) SAVE contents of RDAC (A0) to EEMEM (A0) SAVE contents of RDAC (A1) to EEMEM (A1) SOFTWARE CONTROL Users Own Software Comments on User Interfacing AOS APPLICATION SOFTWARE Driver and Software Support Main Program Screen: Single Controller Running the single user application for the first time Running the application software First steps in setting up the interface Temperature Tab Setup Tab Limits Tab File Data Tab Main Program Screen: Multiple Controller Running the Multi interface application for the first time Running the Multi interface application software First steps in setting up the multi interface Using multiple boards...18 Not to be reproduced without permission Page 3 of 18

4 LIST OF TABLES Table 1 16 Bit Serial Data Word... 9 LIST OF figures Figure 1 Schematic of USB functional controls... 6 Figure 2. Photograph of the PC1 controller board... 6 Figure 3. Silkscreen of PC1 controller board... 7 Figure 4. Schematic of the SPI interface bus connections... 9 Figure 5. Main software screen...13 Figure 6. Main software screen-multi controller...16 Not to be reproduced without permission Page 4 of 18

5 1. INTRODUCTION The PC1 USB interface is a small piggyback-mounted printed circuit board (PCB) which has been designed to enable computer control of the AOS Technology Ltd PC1 series peltier controllers. The interface is based around an FTDI supplied DLP2232M dual UART interface module that is configured to run a simple serial peripheral interface (SPI) bus. Connected to this bus in a daisy-chain fashion are four dual channel digital potentiometers. The majority of these controllable pots are used as potential dividers in order to provide suitable control voltages to the PC1 peltier controller board. A spare potentiometer is left unassigned and can be used as either a simple variable resistor or as part of an internal potential divider network. The temperature setpoint on the PC1 is controlled in the manual version using a 13 turn miniature pot, this provides about 11bit of voltage resolution across the control scale. The USB interface board uses a combination of three digital pots in order to provide full 16 bit control of this voltage, a significant improvement over the manual version. Chip ENABLE functions and the ability to set the maximum current, both in a positive (cooling) and negative (heating) direction, as well as the maximum voltage that can be applied across the peltier element can also be controlled using this interface. Once the controller settings have been updated they can then be written/saved to the memory section on each of the digital pot chips. This default memory value is retained even during power down and is the default value loaded when the chips are RESET or powered up. The memory retention period is stated at 100 years and it can be written to over 100 thousand times. Since the FTDI module is a dual channel UART, only one of which is utilised by the SPI interface, connections to the other are provided by a series of on board solder pads. This allows the interface to be used to control the PC1 (or in alternative direct control applications) while providing an additional control interface. It is not the purpose of this document to explore the potential applications or outline the control possibilities of this additional interface any further. AOS TECHNOLOGY LIMITED T. +44 (0) F. +44 (0) E. mail@aost.co.uk 46 Pate Rd MELTON MOWBRAY LE13 0RG United Kingdom Registration No VAT No

6 1 FUNCTIONAL DESCRIPTION The SPI interface board is usually mounted directly below the PC1 series peltier controller board and interfaces directly via a series of header pins through the bottom of the PC1 board. Four corner board stand-offs provide additional mechanical support and a means on mounting the controller to a substrate. The schematic below indicates the various PC1 controller board functions that can be controlled via the SPI interface card. Figure 1 Schematic of USB functional controls 2 PIN DESCRIPTIONS Figure 2. Photograph of the PC1 controller board Not to be reproduced without permission Page 6 of 18

7 Figure 3. Silkscreen of PC1 controller board P6 PWR connector Pin Description 1 +Vcc 2 0 volts P5 TEC connector Pin Description 1 TEC + 2 TEC - P4 Interface connector Pin Description 1 Vcc 2 0 volts 3 Bufref 4 Shutdn Not to be reproduced without permission Page 7 of 18

8 J3 interface Jumper Connection Pin Description 1 Vmax set point voltage from potentiometer 2 Vmax set point voltage input to controller 3 Iset(+ve) set point voltage from potentiometer 4 Iset(+ve) set point voltage input to controller 5 Iset(-ve) set point voltage from potentiometer 6 Iset(-ve) set point voltage input to controller 7 Vsetpoint set point voltage from potentiometer 8 Vsetpoint set point voltage input to controller NB for PC1 standalone use, pins 1-2, 3-4, 5-6, 7-8 are bridged For PC1-USB, the pins in this connector MUST NOT BE BRIDGED. The set point voltage inputs to the controller are provided by the USB board J4 External control loop connector Pin Description 1 U3 pin1 2 U3 pin3 3 U4B pin1 J2 Control input connector Pin Description 1 Therm 2 Shutdn 3 Imon 4 0 volts 3 CONTROL INTERFACE As mentioned above the control interface consists of an SPI bus controlling four daisy-chained, dual channel, 8 bit, digital pots. A schematic of the outline system configuration can be seen in the diagram below. Not to be reproduced without permission Page 8 of 18

9 Figure 4. Schematic of the SPI interface bus connections The digital potentiometers must be addressed using either the SPI mode 0 (CPOL=1, CPHA=0) or mode 1 (CPOL=1, CPHA=1) protocols. The LabView demonstration software supplied with this interface has been configured to operate with a mode 0 protocol. Correct mode operation must be ensured for robust interface operation especially if user based software is required. 3.1 Data Configuration Data is written to the interface and clocked through all four chips using an eight byte control string. The write sequence is initiated by driving the chip select pin low and synchronously clocking the data through the chips. Each chip receiving two byte of information when the chip select line is driven high. The 16 bit serial data word which is latched into each chip at the end of the write sequence is formatted and consists of a control nibble, an address nibble and a data byte. Table 1 16 Bit Serial Data Word While the chips are capable of operating in a number of different modes the basic requirement of the interface consist of two functions; Not to be reproduced without permission Page 9 of 18

10 WRITE data to the appropriate RDAC register. Writing data to this register will update the digital pot setting. Each chip has two registers, each which must be written to individually. SAVE data to the appropriate EEMEM location. Initiating a save command will write the data currently held in the RDAC register to the corresponding EEMEM location. The data held at this location is used during power up and reset to configure the digital potentiometers. Each chip has two EEMEM locations, each which must be saved to individually. Since it is only possible to write or save to one of digital pots at a time then two eight byte control strings must be used in order to fully address all the digital pots on the interface. While it is possible to write/save to bank 0 on chip4 followed by bank 1 on chip 3 etc it is much easier if one complete bank is written to at a time. The supplied software operates in this manner, either writing or saving to all the bank 0 RDAC/EEMEM registers/locations followed by all the bank1 RDAC/EEMEM registers/locations. 3.2 Data Commands A full listing of the instruction commands associated with the digital pot chips can be found in the AD5232 data sheet 1. There are only four separate command codes used by this interface to update to the interface (RDAC) and save it to the chip memory (EEMEM) WRITE contents of serial register to RDAC (A0) The Hex command B0XX H is used latch the 8 bit data byte XX into the RDAC register used to control the bank 0 pot position WRITE contents of serial register to RDAC (A1) The Hex command B1XX H is used latch the 8 bit data byte XX into the RDAC register used to control the bank 1 pot position SAVE contents of RDAC (A0) to EEMEM (A0) The Hex command 20xx H is used save the RDAC (A0) data into the EEMEM (A0) memory location. N.B. in this case the contents of the lower byte are unimportant and hence ignored. 1 AD5232, Analog Devices, 8-bit Dual Nonvolatile Memory Digital Potentiometer Not to be reproduced without permission Page 10 of 18

11 3.2.4 SAVE contents of RDAC (A1) to EEMEM (A1) The Hex command 21xx H is used save the RDAC (A1) data into the EEMEM (A1) memory location. N.B. in this case the contents of the lower byte are unimportant and hence ignored. Not to be reproduced without permission Page 11 of 18

12 4 SOFTWARE CONTROL The heart of the USB to SPI interface module is a third generation USB dual UART module manufactured by DLP Design Inc and supplied by FTDI. FTDI provides a royal free Virtual Com Port (VCP) driver that makes the peripheral ports look like a standard COM port to the PC. Most existing software applications should be able to interface with the Virtual Com Port simply by reconfiguring them to use the new ports created by the driver. Using the VCP drivers, an application programmer would communicate with the device in exactly the same way as they would a regular PC COCM port using the Windows API calls or a COM port library. The FT2232C driver also incorporates the functions defined for the FTDI s D2XX drivers, allowing applications programmers to interface software directly to the device using a Windows DLL. While there are a large number of different ways of communicating with this USB UART module it is not the purpose of this document to act as an allencompassing software reference manual. In addition to the VCP and D2XX drivers FTDI provide a series of LabView Vis that can be used to access all the functions of this module. The software control applications provided with this interface use a combination of the more general FT_ series Vis and the more specific SPI_ Vis. Both series of drivers are provided on the CD. 4.1 Users Own Software The FTDI website contains all the driver information and documentation required to produce a custom user interface. In addition the support pages provide information about using the DLL driver with C Comments on User Interfacing Although it is relatively simple process to write a custom user interface utilising the supplied resources it is important that the data sent across the interface is correctly configured. Examination of the chip select, clock and data line on a storage scope will provide a quick insight into the correct operation of the interface. Given that the transfer speed across the interface can be significant it may be prudent to slow the clock rate in order to view the data successfully. Not to be reproduced without permission Page 12 of 18

13 5 AOS APPLICATION SOFTWARE The AOS application software consists of a built LabView application with its own installer. Instruction for installing the software can be found in document 9016sw01 provided in the attached CD. 5.1 Driver and Software Support The D2XX driver used in the development of the LabView application Vis will support the following operating systems. The version used in this development is version available on the Drivers page of the FTDI website. Windows Vista Windows Vista x64 Windows XP Windows XP x64 Windows Main Program Screen: Single Controller Figure 5. Main software screen Not to be reproduced without permission Page 13 of 18

14 This application is designed to control a single SPI interface module connected to an AOS PC1 controller. If more than one SPI interface module is connected to the control PC then this is indicated in the announcement window of the application while the serial number of interface under control is indicated below this, FT04CDDWA, in the above figure. This application control interface consists of a number announcement windows, control buttons and setup tabs Running the single user application for the first time Although the SPI interface controller board is supplied with the TEC current and voltage limits set to zero, the control setpoint voltage set to its mid position and the controller disabled it is a good idea to confirm these setting before connecting the interface to the PC1 controller board. This can be accomplished by leaving the TEC and thermistor unconnected while running the application program. Details about the application controls can be found in the next section Running the application software To start the controller and control application do the following; Connect the PC1 and USB interface boards together Connect all appropriate connections to the PC1 board, PWR, TEC connections and thermistor connections. Connect the USB connector to the USB board and the PC ( N.B. the SPI board obtains power from the PC1 board) Select the PC1 single controller program from the main program menu. It will automatically start. (The board will start up without the controller enabled as this is the saved state of the USB interface before dispatch). If you are unsure or the start up conditions are unknown it would be wise to disable the controller manually by shorting pin 2 to pin 4 on the J2 control input and then setting and updating/saving suitable limits settings to the SPI board before removing the shorting pin and using the application. The main screen consists of a number of control buttons placed vertically along the left hand side of the screen and some setup tabs that contain the setup data for the controller. The Control buttons have the following function; Not to be reproduced without permission Page 14 of 18

15 RESET: sets all control voltages to zero volts and sets the wiper on the spare potentiometer to one end of the scale. UPDATE: The PC1 USB interface is updated with the current settings (those outlined in the set up tabs). These setting are not held after subsequent power up. UPDATE from file: this button updates the PC1 USB interface from data previously saved to file SAVE to file: saves the current setting to file. SAVE to PC1: saves the current settings to the PC1 USB memory. If powered down and then re-energised then the last saved setting will be present on the interface. STOP: Stops the application. The previous setting will be held until power down. At subsequent power up the previously saved settings (not the last updated settings) will be present on the interface First steps in setting up the interface There are a number of controller settings that MUST be implemented before turning on the controller in a real application. In order of importance these are; Set suitable TEC current and voltage limits. Failure to set suitable limits may result in the controller overdriving the TEC element and this may lead to component degradation or failure. Set suitable thermistor beta or Steinhart-Hart coefficients. Setting suitable coefficient will enable accurate temperature indication, within the specifications of the fitting algorithm. Set a suitable temperature setpoint. Enable or Disable the controller Temperature Tab Settings on this tab allow the user to update the temperature and enable the controller. N.B. the enable function is a logical OR with any direct electrical connections, the software control will therefore have no effect if any other electrical connections dictate the pin enable functionality Setup Tab Settings on this tab allow the user to set the thermistor parameters to be used for the temperature sensor. There are two options; Beta parameters and Steinhart Hart parameters. The subtab visible dictate the parameters used. Typically these parameters can be obtained from the thermistor manufacturer or by experimentation. Not to be reproduced without permission Page 15 of 18

16 5.2.6 Limits Tab Settings on this tab allow the user to set the maximum voltage and currents that can be applied across and through the Peltier element. Settings allow for different current limits in both directions through the element. The value of the sense resistor (usually 50 millohms) is set here as is the nominal value of the spare potentiometer. N.B. the absolute value of the spare pot must be confirmed by measurement due to the substantial component value variation. The sense resistor should not be changed as this reflects the hardware value found on the PC1 controller board File Data Tab This indicates the data saved to file. 5.3 Main Program Screen: Multiple Controller Figure 6. Main software screen-multi controller This application is designed to control multiple SPI interface modules connected to AOS PC1 controller boards. The software above has been designed to accommodate upto four SPI interface boards at one time. Not to be reproduced without permission Page 16 of 18

17 LabView code has also been provided should the user require the use more than four interfaces. The software development has been left to the user in this case. This application control interface consists of a number announcement windows, control buttons and setup tabs. Unlike the single controller software detailed in section 5.2 this application does not allow the saving of data or its retrieval from data files. However, it is still possible to RESET, UPDATE and SAVE setup information to the control interface Running the Multi interface application for the first time Although the SPI interface controller board is supplied with the TEC current and voltage limits set to zero, the control setpoint voltage set to its mid position and the controller disabled it is a good idea to confirm these setting before connecting the interface to the PC1 controller board. This can be accomplished by leaving the TEC and thermistor unconnected while running the application program. Details about the application controls can be found in the next section Running the Multi interface application software To start the controller and control application do the following; Connect the PC1 and USB interface boards together Connect all appropriate connections to the PC1 board, PWR, TEC connections and thermistor connections. Connect the USB connector to the USB board and the PC ( N.B. the SPI board obtains power from the PC1 board) Select the PC1 controller program from the main program menu. It will automatically start. (The board will start up without the controller enabled as this is the saved state of the USB interface before dispatch). If you are unsure or the start up conditions are unknown it would be wise to disable the controller manually by shorting pin 2 to pin 4 on the J2 control input and then setting and updating/saving suitable limits settings to the SPI board before removing the shorting pin and using the application. The main screen consists of a number of control buttons placed vertically along the left hand side of the screen and some setup tabs that contain the setup data for the controller. The Control buttons have the following function; Not to be reproduced without permission Page 17 of 18

18 RESET: sets all control voltages to zero volts and sets the wiper on the spare potentiometer to one end of the scale. UPDATE: The PC1 USB interface is updated with the current settings (those outlined in the set up tabs). These setting are not held after subsequent power up. SAVE to PC1: saves the current settings to the PC1 USB memory. If powered down and then re-energised then the last saved setting will be present on the interface. STOP: Stops the application. The previous setting will be held until power down. At subsequent power up the previously saved settings (not the last updated settings) will be present on the interface First steps in setting up the multi interface There are a number of controller settings that MUST be implemented before turning on the controller in a real application. In order of importance these are; Set suitable TEC current and voltage limits. Failure to set suitable limits may result in the controller overdriving the TEC element and this may lead to component degradation or failure. Set suitable thermistor beta or Steinhart-Hart coefficients. Setting suitable coefficient will enable accurate temperature indication, within the specifications of the fitting algorithm. Set a suitable temperature setpoint. Enable or Disable the controller Using multiple boards It is sometimes difficult to keep track of which set of control parameters relate to which controller interface. It is advisable that the interface serial numbers are noted in some way so that easy identification can be accomplished. Not to be reproduced without permission Page 18 of 18

FT4232H-56Q Mini Module. USB Hi-Speed FT4232H Evaluation Module. Datasheet

FT4232H-56Q Mini Module. USB Hi-Speed FT4232H Evaluation Module. Datasheet Future Technology Devices International Ltd. FT4232H-56Q Mini Module USB Hi-Speed FT4232H Evaluation Module Datasheet Neither the whole nor any part of the information contained in, or the product described

More information

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet Future Technology Devices International Ltd TTL-232R-PCB TTL to USB Serial Converter PCB Datasheet Document Reference No.: FT_000065 Version 1.0 Issue Date: 2008-08-28 Future Technology Devices International

More information

UB232R. USB Mini-B FT232R Evaluation Module. Datasheet

UB232R. USB Mini-B FT232R Evaluation Module. Datasheet Future Technology Devices International Ltd. UB232R USB Mini-B FT232R Evaluation Module Datasheet Document Reference No.: FT_000055 Version 1.00 Issue Date: 2008-07-16 Future Technology Devices International

More information

Doc: page 1 of 6

Doc: page 1 of 6 Nanocon Reference Manual Revision: February 9, 2009 Note: This document applies to REV A-B of the board. 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Nanocon board is

More information

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Intermidiate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

USB-BASED 8-CHANNEL DATA ACQUISITION MODULE

USB-BASED 8-CHANNEL DATA ACQUISITION MODULE DLP-IO8-G *LEAD-FREE* USB-BASED 8-CHANNEL DATA ACQUISITION MODULE Features: 8 Channels: Digital I/O, Analog In, Temperature USB Port Powered USB 1.1 and 2.0 Compatible Interface Small Footprint; Easily

More information

TEMPERATURE SENSOR/FAN CONTROL BOARD USER'S MANUAL

TEMPERATURE SENSOR/FAN CONTROL BOARD USER'S MANUAL Sample page from the Temperature Sensor/Fan Control User s Manual: TEMPERATURE SENSOR/FAN CONTROL BOARD USER'S MANUAL Introduction: The Temperature Sensor/Fan Control Board is a compact, free-standing

More information

Doc: page 1 of 8

Doc: page 1 of 8 Minicon Reference Manual Revision: February 9, 2009 Note: This document applies to REV C of the board. 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Minicon board is a

More information

USB-Based 14-Channel Data-Acquisition Module

USB-Based 14-Channel Data-Acquisition Module USB-Based 14-Channel Data-Acquisition Module DLP-IO14 LEAD FREE FEATURES: 14 IO s: 0-5V Analog, Digital In/Out, Temperature Two Bipolar Analog Inputs; ±5V Input Range Max All Analog Inputs: Up to 30Ksps

More information

Downloaded from Elcodis.com electronic components distributor

Downloaded from Elcodis.com electronic components distributor CONTENTS LV24-33A KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6 Switches and Jumpers 7 MCU Sockets 8 Power Supply 10 On-board USB 2.0 Programmer 11 RS-232 Communication Circuit 12 LEDs 14 Push

More information

Platform Manager 2 I 2 C Demo Design and GUI

Platform Manager 2 I 2 C Demo Design and GUI User s Guide August 2014 UG59_1.1 Introduction The Platform Manager 2 is a fast-reacting, programmable logic based hardware management controller. Platform Manager 2 is an integrated solution combining

More information

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13 General Purpose I/O Product specification Mar 2010 V0.a ByVac Page 1 of 13 Contents 1. Introduction... 3 2. Features... 3 3. Physical Specification... 3 3.1. JP7... 3 3.2. Control Interface... 4 3.3. Serial

More information

HP07 Digipot Interface Module

HP07 Digipot Interface Module HP07 Digipot Interface Module Overview: The module is designed to provide an easy to use interface for the industry standard Up/Down interface based digital potentiometers. The module accepts either parallel

More information

Basic Express, BasicX, BX-01, BX-24 and BX-35 are trademarks of NetMedia, Inc.

Basic Express, BasicX, BX-01, BX-24 and BX-35 are trademarks of NetMedia, Inc. 1997-2002 by NetMedia, Inc. All rights reserved. Basic Express, BasicX, BX-01, BX-24 and BX-35 are trademarks of NetMedia, Inc. Microsoft, Windows and Visual Basic are either registered trademarks or trademarks

More information

USB-I2C USB to I2C Communications Module Technical Specification

USB-I2C USB to I2C Communications Module Technical Specification Page 1 of 7 USB-I2C USB to I2C Communications Module Technical Specification The USB-I2C module provides a complete interface between your PC and the I2C bus. The module is self powered from the USB cable

More information

M1000 INTELLIGENT ZONE CONTROL SYSTEM

M1000 INTELLIGENT ZONE CONTROL SYSTEM HARDWARE GUIDE DIMENSIONS & SPECIFICATIONS REV. 5.2 M1000 INTELLIGENT ZONE CONTROL SYSTEM ROOFTOP CONTROLLER 2 Table of Contents GENERAL INFORMATION... 3 PL-M1000 Rooftop Controller...3 Description...3

More information

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±4 A / up to ±21 V. Miniature OEM TEC Controller

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±4 A / up to ±21 V. Miniature OEM TEC Controller Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±4 A / up to ±21 V TEC-1091 Miniature OEM TEC Controller Features The TEC-1091 is a specialized TEC controller / power supply

More information

MMusb245RL User s manual. Many ideas one solution

MMusb245RL User s manual. Many ideas one solution MMusb245RL User s manual PIC microcontrollers Sta- Evalu ation Board s for 51, AVR, ST, rter Kits Embedded Web Serve rs Prototyping Boards Minimod- AVR, PIC, ST microcontrollers Microprocesor systems,

More information

FT2232H Mini Module. USB Hi-Speed FT2232H Evaluation Module. Datasheet

FT2232H Mini Module. USB Hi-Speed FT2232H Evaluation Module. Datasheet Future Technology Devices International Ltd. FT2232H Mini Module USB Hi-Speed FT2232H Evaluation Module Datasheet Issue Date: 2009-08-11 Future Technology Devices International Ltd (FTDI) Unit 1, 2 Seaward

More information

Doc: page 1 of 6

Doc: page 1 of 6 Cerebot Nano Reference Manual Revision: February 6, 2009 Note: This document applies to REV A of the board. www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview

More information

Symphony SoundBite Reference Manual

Symphony SoundBite Reference Manual Symphony SoundBite Reference Manual Document Number: SNDBITERM Rev. 2.0 09/2008 Contents Section 1, Introduction page 2 Section 2, Functional Blocks page 3 Section 3, Configuration and Connections page

More information

Cerebot Nano Reference Manual. Overview. Revised April 15, 2016 This manual applies to the Cerebot Nano rev. A

Cerebot Nano Reference Manual. Overview. Revised April 15, 2016 This manual applies to the Cerebot Nano rev. A 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com Cerebot Nano Reference Manual Revised April 15, 2016 This manual applies to the Cerebot Nano rev. A Overview The Cerebot Nano is the

More information

BIG8051. Development system. User manual

BIG8051. Development system. User manual BIG8051 User manual All s development systems represent irreplaceable tools for programming and developing microcontroller-based devices. Carefully chosen components and the use of machines of the last

More information

A3-TFFCBL-02 USB-to-UART Adapter User Manual

A3-TFFCBL-02 USB-to-UART Adapter User Manual A3-TFFCBL-02 USB-to-UART Adapter User Manual Introduction The A3-TFFCBL-02 provides a convenient method for adapting UART data to USB signaling; it provides the following features: Converts from USB to

More information

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help AVR Intermediate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

FT245 USB Modual. - Ver FT245 Module Features

FT245 USB Modual. - Ver FT245 Module Features 1. FT245 Module Features FT245 USB Modual - Ver 1.0 - - FTDI chip 사의 FT245 채용 - D2XX Driver 사용시최대 1MByte 전송 - 1 열 Pin Header 에 Data, Control Pin 입출력 - 외부 I/O 전원선택가능 (3.3V, 5V) - USB 정보저장을위한 EEPROM Socket

More information

Frequency Generator for Pentium Based Systems

Frequency Generator for Pentium Based Systems Integrated Circuit Systems, Inc. ICS969C-23 Frequency Generator for Pentium Based Systems General Description The ICS969C-23 is a low-cost frequency generator designed specifically for Pentium-based chip

More information

PVK40. User's manual. Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers

PVK40. User's manual. Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers PVK40 User's manual Feature Rich Development and Educational Kit for 40-pin Microchip PIC microcontrollers CONTENTS PVK40 3 On-board peripherals: 3 Power supply 4 Microcontroller 4 Reset circuitry 4 Oscilator

More information

Future Technology Devices International

Future Technology Devices International Future Technology Devices International Datasheet UMFT234XD Breakout Modules 1 Introduction UMFT234XD is a USB to UART breakout module The UMFT234XD breakout module utilizes FTDI s FT234XD IC to convert

More information

SCA8X0-21X Demo Kit User Manual. Doc.Nr C

SCA8X0-21X Demo Kit User Manual. Doc.Nr C SCA8X0-21X0-3100 Demo Kit TABLE OF CONTENTS SCA8X0-21X0-31X0 DEMO KIT 1 Introduction...3 2 Quick start for using the SCA8X0-21X0-31X0 DEMO KIT...3 3 Hardware...4 4 GUI software...4 4.1 Resetting GUI and

More information

TTL-232R USB to TTL Serial Converter Cable

TTL-232R USB to TTL Serial Converter Cable Future Technology Devices International Ltd. TTL-232R USB to TTL Serial Converter Cable The TTL-232R is a USB to TTL serial converter cable incorporating FTDI s FT232RQ USB - Serial UART interface IC device,

More information

PAS 9715/AO ENGINEERING SPECIFICATION

PAS 9715/AO ENGINEERING SPECIFICATION Document PAS7 DOC Revision B (7//) PAS 975/AO ENGINEERING SPECIFICATION 32 CHANNEL, 2 BIT VME ANALOG OUTPUT CARD PCB REVISION B (4/2/999) Additional copies of this manual or other Precision Analog Systems

More information

+Denotes lead(pb)-free and RoHS compliant.

+Denotes lead(pb)-free and RoHS compliant. 19-4161; Rev 1; 12/08 MAX5498 Evaluation Kit General Description The MAX5498 evaluation kit (EV kit) is an assembled and tested PCB that demonstrates the MAX5498 10-bit (1024-tap), dual, nonvolatile, SPI

More information

USB-to-I2C Basic. Hardware User s Manual.

USB-to-I2C Basic. Hardware User s Manual. USB-to-I2C Basic Hardware User s Manual http://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C product from SB Solutions, Inc. SB Solutions, Inc. reserves

More information

Official Publication Date: 12/18/2018 Official Expiration Date: Until Next Release

Official Publication Date: 12/18/2018 Official Expiration Date: Until Next Release Official Publication Date: 12/18/2018 Official Expiration Date: Until Next Release Revision History Version Date Comments 100 12/06/2016 Initial Release 111 6/20/2017 Updated Formatting 112 5/24/2018 Added

More information

Features. General Description. Component List

Features. General Description. Component List General Description The MAX5217 evaluation kit (EV kit) demonstrates the MAX5217, 16-bit, single-channel, low-power, buffered voltage-output DAC. The IC comes in an 8-pin µmax package. The EV kit provides

More information

BV511 Hardware Guide ByVac ByVac Revision 1.0

BV511 Hardware Guide ByVac ByVac Revision 1.0 BV511 Hardware Guide ByVac ByVac 2007 www.byvac.co.uk Revision 1.0 ByVac 1 Copyright in this work is vested in ByVac and the document is issued in confidence for the purpose only for which it is supplied.

More information

S25FL204K. 4-Mbit 3.0V Serial Flash Memory with Uniform 4 kb Sectors. Data Sheet

S25FL204K. 4-Mbit 3.0V Serial Flash Memory with Uniform 4 kb Sectors. Data Sheet S25FL204K 4-Mbit 3.0V Serial Flash Memory with Uniform 4 kb Sectors Data S25FL204K Cover Notice to Readers: This document states the current technical specifications regarding the Spansion product(s) described

More information

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±10 A / up to ±21 V

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±10 A / up to ±21 V Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±10 A / up to ±21 V TEC-1089 HW v1.70 OEM TEC Controller Features The TEC-1089 is a specialized TEC controller / power supply

More information

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±10 A / up to ±21 V

Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±10 A / up to ±21 V Thermo Electric Cooling Temperature Controller TEC Controller / Peltier Driver ±10 A / up to ±21 V TEC-1089 HW v2.00 OEM TEC Controller Features The TEC-1089 is a specialized TEC controller / power supply

More information

Model User Manual Revision E 04/29/99. OEM Gaging System. Part Number R01

Model User Manual Revision E 04/29/99. OEM Gaging System. Part Number R01 04/29/99 Model 3800 OEM Gaging System User Manual Revision E Part Number 028585-R01 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

USB-to-I2C. Professional Hardware User s Manual.

USB-to-I2C. Professional Hardware User s Manual. USB-to-I2C Professional Hardware User s Manual https://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C Professional product from SB Solutions, Inc. SB Solutions,

More information

Thermo Electric Cooling Temperature Controller Dual TEC Controller / Peltier Driver 2x (±16 A / up to ±31 V) OEM Dual-Channel TEC Controller

Thermo Electric Cooling Temperature Controller Dual TEC Controller / Peltier Driver 2x (±16 A / up to ±31 V) OEM Dual-Channel TEC Controller Thermo Electric Cooling Temperature Controller Dual TEC Controller / Peltier Driver 2x (±16 A / up to ±31 V) TEC-1123 OEM Dual-Channel TEC Controller Features The TEC-1123 is a specialized TEC controller

More information

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet Future Technology Devices International Ltd TTL-232R-PCB TTL to USB Serial Converter PCB Datasheet Version 1.01 Issue Date: 2010-09-02 Future Technology Devices International Limited (FTDI) Unit 1, 2 Seaward

More information

Reprinted by permission of T&L Publications Inc. Copyright 2001 USB MICROCONTROLLERS FOR THE MASSES

Reprinted by permission of T&L Publications Inc. Copyright 2001 USB MICROCONTROLLERS FOR THE MASSES Reprinted by permission of T&L Publications Inc. Copyright 2001 USB MICROCONTROLLERS FOR THE MASSES By Don L. Powrie Microcontroller, Flash programmer, and high speed USB-to-PC interface all in one tidy

More information

S Fully Assembled and Tested C4, C8, C12, C16 C5, C6, C9, C13. Maxim Integrated Products 1

S Fully Assembled and Tested C4, C8, C12, C16 C5, C6, C9, C13. Maxim Integrated Products 1 19-5118; Rev 0; 1/10 MAX5393 Evaluation System General Description The MAX5393 evaluation kit (EV kit) is a fully assembled and tested PCB that features the MAX5393M 256-tap, 50kI, dual digital potentiometer.

More information

WORLD LEADING PRODUCTS FOR LASER SCIENTISTS AND ENGINEERS

WORLD LEADING PRODUCTS FOR LASER SCIENTISTS AND ENGINEERS 2 Output TEC Controller, 128 Watts Each Output, Optimized for Laser & Non-Linear Crystal Temperature Control High Stability Temperature Controller for Laser Diodes and Crystals 2 x ±16.00 Volt, ±8.00 Amp

More information

DS1845 Dual NV Potentiometer and Memory

DS1845 Dual NV Potentiometer and Memory www.maxim-ic.com FEATURES Two linear taper potentiometers -010 one 10k, 100 position & one 10k, 256 position -050 one 10k, 100 position & one 50k, 256 postition -100 one 10k, 100 position & one 100k, 256

More information

REMOTE I/O [INPUT/OUTPUT] CONTROLLER LAN NODE PCB (RIO) Part No. 46S For use on MicroTrac DSD Local Area Network

REMOTE I/O [INPUT/OUTPUT] CONTROLLER LAN NODE PCB (RIO) Part No. 46S For use on MicroTrac DSD Local Area Network RD 790-10 REMOTE DEVICE USER REFERENCE SHEET FOR REMOTE I/O [INPUT/OUTPUT] CONTROLLER LAN NODE PCB (RIO) Part No. 46S02790-0010 For use on MicroTrac DSD Local Area Network INTRODUCTION The Remote Input/Output

More information

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front Arduino Uno Arduino Uno R3 Front Arduino Uno R2 Front Arduino Uno SMD Arduino Uno R3 Back Arduino Uno Front Arduino Uno Back Overview The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet).

More information

S Fully Assembled and Tested. Maxim Integrated Products 1

S Fully Assembled and Tested. Maxim Integrated Products 1 19-4808; Rev 0; 1/10 MAX5386M Evaluation System General Description The MAX5386M evaluation kit (EV kit) is an assembled and tested PCB that features the MAX5386M 50kI dual digital potentiometers. The

More information

LCMM024: DRV8825 Stepper Motor Driver Carrier,

LCMM024: DRV8825 Stepper Motor Driver Carrier, LCMM024: DRV8825 Stepper Motor Driver Carrier, High Current The DRV8825 stepper motor driver carrier is a breakout board for TI s DRV8825 microstepping bipolar stepper motor driver. The module has a pinout

More information

PIN ASSIGNMENT PIN DESCRIPTION

PIN ASSIGNMENT PIN DESCRIPTION www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from -55 C to +120 C. Fahrenheit equivalent is -67 F to +248 F Thermometer accuracy is ±2.0 C Thermometer

More information

Future Technology Devices International Ltd. USB to RS422 Serial Converter Cable. Datasheet

Future Technology Devices International Ltd. USB to RS422 Serial Converter Cable. Datasheet Future Technology Devices International Ltd USB to RS422 Serial Converter Cable Datasheet Document Reference No.: FT_000116 Issue Date: 18-01-2010 Neither the whole nor any part of the information contained

More information

App Note Application Note: Addressing Multiple FPAAs Using a SPI Interface

App Note Application Note: Addressing Multiple FPAAs Using a SPI Interface Rev: 1.0.0 Date: 23 rd Jan 2015 App Note - 310 Application Note: Addressing Multiple FPAAs Using a SPI Interface TABLE OF CONTENTS 1 PURPOSE... 2 2 THE SPI INTERFACE... 3 2.1 OVERVIEW... 3 2.2 DETAILED

More information

eip-24/100 Embedded TCP/IP 10/100-BaseT Network Module Features Description Applications

eip-24/100 Embedded TCP/IP 10/100-BaseT Network Module Features Description Applications Embedded TCP/IP 10/100-BaseT Network Module Features 16-bit Microcontroller with Enhanced Flash program memory and static RAM data memory On board 10/100Mbps Ethernet controller, and RJ45 jack for network

More information

ARC-48: 8-Channel CCD Video Processing Board

ARC-48: 8-Channel CCD Video Processing Board ARC-48: 8-Channel CCD Video Processing Board This manual describes the 8-channel CCD video processor board, model ARC-48 Rev. 1A. The board serves two functions - processing and digitizing the video outputs

More information

C232HD. USB 2.0 Hi-Speed to UART Cable. Datasheet

C232HD. USB 2.0 Hi-Speed to UART Cable. Datasheet Future Technology Devices International Ltd C232HD USB 2.0 Hi-Speed to UART Cable Datasheet Document Reference No.: FT_000430 Issue Date: 2012-03-14 Future Technology Devices International Limited (FTDI)

More information

ZigBee USB Dongle ZSB series Data Sheet

ZigBee USB Dongle ZSB series Data Sheet ZigBee USB Dongle ZSB series Data Sheet DS-ZSB Meshreen Content 1. Introduction... 3 1.1 Variants... 3 1.2 Key Features... 3 1.3 Applications... 3 2. Block Diagram... 4 3. Specification... 5 3.1 General

More information

Future Technology Devices International Ltd

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

More information

USB DIO High Voltage and Relay

USB DIO High Voltage and Relay DIO High Voltage and -PDISO, -ERB, and - Series -PDISO Series -ERB Series - Series Overview Measurement Computing DIO high voltage and relay product offerings include the -PDISO Series, -ERB Series, and

More information

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

Pmod modules are powered by the host via the interface s power and ground pins. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.store. digilent.com Digilent Pmod Interface Specification 1.2.0 Revised October 5, 2017 1 Introduction The Digilent Pmod interface is used to connect

More information

A4988 Stepper Motor Driver Carrier with Voltage Regulators

A4988 Stepper Motor Driver Carrier with Voltage Regulators 1 of 6 12/2/2011 6:37 PM A4988 Stepper Motor Driver Carrier with Voltage Regulators Pololu item #: 1183 26 in stock Price break Unit price (US$) 1 19.95 10 17.95 100 13.97 Quantity: backorders allowed

More information

FUNCTIONAL BLOCK DIAGRAM DIGITAL POWER SUPPLY +5V +3.3V EXT. EXTERNAL ANALOG POWER SUPPLY V LOGIC V DD V SS SPI INTERFACE RDY RESET AD5292 GND

FUNCTIONAL BLOCK DIAGRAM DIGITAL POWER SUPPLY +5V +3.3V EXT. EXTERNAL ANALOG POWER SUPPLY V LOGIC V DD V SS SPI INTERFACE RDY RESET AD5292 GND Evaluation Board for the 10-Bit, Serial Input, High Voltage Digital Potentiometer EVAL-AD5292EBZ FEATURES Full-featured evaluation board for the AD5292 Wiper buffer 4-wire ohm measurement capability Various

More information

The PedalSync Master Control Development Board sends Program Change, Clock, and SelfProgramming commands to other PedalSync devices.

The PedalSync Master Control Development Board sends Program Change, Clock, and SelfProgramming commands to other PedalSync devices. PedalSync Master Control Development Board MV-58 and MV-58B Key Features Fully functional stand-alone Master Controller for the PedalSync system Large vivid display -- very easy to read Backwards-Compatible

More information

S25FL1-K. Data Sheet. S25FL1-K Cover Sheet

S25FL1-K. Data Sheet. S25FL1-K Cover Sheet S25FL1-K S25FL116K 16 Mbit (2 Mbyte) S25FL132K 32 Mbit (4 Mbyte) S25FL164K 64 Mbit (8 Mbyte) CMOS 3.0-Volt Flash Non-Volatile Memory Serial Peripheral Interface (SPI) with Multi-I/O Industrial and Extended

More information

AMS Hardware QA Report

AMS Hardware QA Report AMS Hardware QA Report ECE 492 Spring 2014 Latest Revision: 18 April 2014 Prepared by: Ben Richards Abstract This document details the Quality Assurance Test procedure for the 2014 LFEV- ESCM AMS subsystem.

More information

PIC-P28-USB development board Users Manual

PIC-P28-USB development board Users Manual PIC-P28-USB development board Users Manual Rev.A, June 2007 Copyright(c) 2007, OLIMEX Ltd, All rights reserved INTRODUCTION: PIC-P28-USB board was designed in mind to create board which to allow easy interface

More information

7 8 9 C. PRELAB REQUIREMENTS You must adhere to the Lab Rules and Policies document for every lab.

7 8 9 C. PRELAB REQUIREMENTS You must adhere to the Lab Rules and Policies document for every lab. Page 1/ Revision 1 OBJECTIVES To understand how a keypad functions as a raster scan input device and to learn how to interface a keypad to a microprocessor. Further explore and understand the implementation

More information

DS WIRE INTERFACE 11 DECOUPLING CAP GND

DS WIRE INTERFACE 11 DECOUPLING CAP GND Rev ; 4/3 Hex Nonvolatile Potentiometer with General Description The contains six 256-position nonvolatile (NV) potentiometers, 64 bytes of NV user EEPROM memory, and four programmable NV I/O pins. The

More information

XC2000 Family AP Application Note. Microcontrollers. XC2236N Drive Card Description V1.0,

XC2000 Family AP Application Note. Microcontrollers. XC2236N Drive Card Description V1.0, XC2000 Family AP16179 Application Note V1.0, 2010-07 Microcontrollers Edition 2010-07 Published by Infineon Technologies AG 81726 Munich, Germany 2010 Infineon Technologies AG All Rights Reserved. LEGAL

More information

MAXQ USB-to-JTAG EV Kit

MAXQ USB-to-JTAG EV Kit 19-5185; Rev 1; 11/10 MAXQ USB-to-JTAG Evaluation Kit General Description The MAXQM USB-to-JTAG evaluation kit (EV kit) is a preprogrammed interface board that acts as a USB-to-JTAG programming and debugging

More information

IOX-16 User s Manual. Version 1.00 April Overview

IOX-16 User s Manual. Version 1.00 April Overview UM Unified Microsystems IOX-16 User s Manual Version 1.00 April 2013 Overview The IOX-16 Arduino compatible shield is an easy way to add 16 additional digital Input/Output (I/O) lines to your Arduino system.

More information

USB-to-I2C. Ultra Hardware User s Manual.

USB-to-I2C. Ultra Hardware User s Manual. USB-to-I2C Ultra Hardware User s Manual https://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C Ultra product from SB Solutions, Inc. SB Solutions, Inc. reserves

More information

Universal RFID Socket board with USB interface

Universal RFID Socket board with USB interface Data Sheet UNI_USB.pdf 9 Pages Last Revised 18/03/13 Universal RFID Socket board with USB interface The Universal RFID Socket board is the baseboard for the MicroRWD RFID reader modules from IB Technology.

More information

QT3 Xplained Pro. Preface. Atmel QTouch USER GUIDE

QT3 Xplained Pro. Preface. Atmel QTouch USER GUIDE Atmel QTouch QT3 Xplained Pro USER GUIDE Preface The Atmel QT3 Xplained Pro is an extension board, which enables the evaluation of a capacitive touch 12 key numpad in mutual capacitance configuration.

More information

Easy Kit Board Manual

Easy Kit Board Manual User s Manual, V1.0, June2008 Easy Kit Board Manual Easy Kit - XC88x Microcontrollers Edition 2008-06 Published by Infineon Technologies AG, 81726 München, Germany Infineon Technologies AG 2008. All Rights

More information

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8 32bit Product specification Jun 2011 V0.a ByVac Page 1 of 8 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. PIC32...3 3.2. USB Interface...3 3.3. Power Supply...4 3.4. Power

More information

Features: Analog to Digital: 12 bit resolution TTL outputs, RS-232 tolerant inputs 4.096V reference (1mV/count) 115K max speed

Features: Analog to Digital: 12 bit resolution TTL outputs, RS-232 tolerant inputs 4.096V reference (1mV/count) 115K max speed The Multi-I/O expansion board gives users the ability to add analog inputs and outputs, UART capability (for GPS or modem) and isolated high current outputs to the Flashlite 386Ex. Available in several

More information

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter C8051F38X DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F38x Development Kit contains the following items: C8051F380 Target Board C8051Fxxx Development Kit Quick-start Guide Silicon Laboratories

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

Arduino ADK Rev.3 Board A000069

Arduino ADK Rev.3 Board A000069 Arduino ADK Rev.3 Board A000069 Overview The Arduino ADK is a microcontroller board based on the ATmega2560 (datasheet). It has a USB host interface to connect with Android based phones, based on the MAX3421e

More information

4. Configuring Cyclone II Devices

4. Configuring Cyclone II Devices 4. Configuring Cyclone II Devices CII51013-2.0 Introduction Cyclone II devices use SRAM cells to store configuration data. Since SRAM memory is volatile, configuration data must be downloaded to Cyclone

More information

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual The USB-COMi-TB USB-to-Industrial Single RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple.

More information

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Overview: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

MuIn dsnav - User Manual [EN]

MuIn dsnav - User Manual [EN] 990.011 MuIn dsnav - User Manual [EN] The dsnav board is designed around a Microchip dspic33fj128mc802 motor controller DSC. All the documentation about dspic33fj family is available for free at Microchip

More information

Pin # Name Type Description

Pin # Name Type Description Figure 1. Photo of Actual FEATURES High Efficiency: 90% Constant Current Output Maximum Output Current: 1A Current Output Noise: 0.0% High Stability: 0ppm/ C PWM Switching Frequency Synchronizable Zero

More information

Future Technology Devices International Ltd

Future Technology Devices International Ltd Future Technology Devices International Ltd Datasheet UMFT231XC USB to UART with Battery Charger Support UMFT231XC is a USB to UART development module with battery charging support. 1 Introduction 1.1

More information

Four-Channel Universal Analog Input Using the MAX11270

Four-Channel Universal Analog Input Using the MAX11270 Four-Channel Universal Analog Input Using the MAX70 MAXREFDES5 Introduction The MAXREFDES5 is a four-channel universal analog input that measures voltage or current signals. Each channel can be configured

More information

Future Technology Devices International Limited

Future Technology Devices International Limited Future Technology Devices International Limited Datasheet LC234X Development Module 1 Introduction The LC234X module is a low cost USB to serial UART bridge using the FTDI FT234XD. In addition to the 4

More information

DIGI POT 3 click. PID: MIKROE 3016 Weight: 25 g

DIGI POT 3 click. PID: MIKROE 3016 Weight: 25 g DIGI POT 3 click PID: MIKROE 3016 Weight: 25 g DIGI POT 3 click is a versatile and feature-rich digital potentiometer click with 1024 steps and an internal non-volatile memory (EEMEM), which can be used

More information

- Software may become unresponsive during some operations, always wait before reclicking.

- Software may become unresponsive during some operations, always wait before reclicking. 130232 Audio DSP Board Note: connectors & headers have been renamed to conform to Elektor style Hardware - DC power plug: center pin is GND. - DC power: from 5 to 12 V - ADC0 and ADC1 cinch connectors

More information

CONTENTS. dspicpro4 KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6

CONTENTS. dspicpro4 KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6 CONTENTS dspicpro4 KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6 Switches and Jumpers 7 MCU Sockets 8 Power Supply 10 On-Board USB 2.0 Programmer 11 MikroICD 12 RS-232 Communication Circuit 13

More information

MP6500 Stepper Motor Driver, Digital Current Control

MP6500 Stepper Motor Driver, Digital Current Control This breakout board for the MPS MP6500 micro stepping bipolar stepper motor driver is Pololu s latest stepper motor driver. The module has a pinout and interface that are very similar to that of our popular

More information

Doc.Nr SCP1000 DEMO KIT User Manual

Doc.Nr SCP1000 DEMO KIT User Manual Doc.Nr. 8268000.03 TABLE OF CONTENTS 1 Introduction...3 2 Quick start for using the...3 3 Hardware...4 4 GUI software...5 4.1 GUI software displays...7 4.1.1 USB serial port selection...7 4.1.2 Start up

More information

8 Port USB to RS- 232/422/485 Octal Adapter. Product Manual. Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM.

8 Port USB to RS- 232/422/485 Octal Adapter. Product Manual. Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM. 8 Port USB to RS- 232/422/485 Octal Adapter Product Manual Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM 2 USB-8COMi-RM Product Manual Revision History Revision Date Author Comments

More information

Universal RFID Socket board with RS232 / USB interface

Universal RFID Socket board with RS232 / USB interface Data Sheet UNI_RS232_USB.pdf 9 Pages Last Revised 03/09/09 Universal RFID Socket board with RS232 / USB interface The Universal RFID Socket board is the baseboard for the MicroRWD RFID reader modules from

More information

Wall Industries SMPS and Microcontrollers

Wall Industries SMPS and Microcontrollers Wall Industries SMPS and Microcontrollers Introduction Wall Industries commitment to the latest technologies is evident in its recent announcement to add microcontrollers to their already advanced designs.

More information

One Grove Base Shield board this allows you to connect various Grove units (below) to your Seeeduino board; Nine Grove Grove units, consisting of:

One Grove Base Shield board this allows you to connect various Grove units (below) to your Seeeduino board; Nine Grove Grove units, consisting of: GROVE - Starter Kit V1.0b Introduction The Grove system is a modular, safe and easy to use group of items that allow you to minimise the effort required to get started with microcontroller-based experimentation

More information