Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs

Size: px
Start display at page:

Download "Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs"

Transcription

1 Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to this tutorial on Microchip s MPLAB Starter Kit for dspic Digital Signal Controllers, or DSCs. The starter kit is an all-in-one tool that introduces you to the speech and audio processing capabilities of Microchip s dspic DSCs. This starter kit makes it easy for you to get a jump start on using dspic DSCs in your own applications. 1

2 Inside the Starter Kit Take a look inside the MPLAB Starter Kit for dspic DSCs to find important components. 2

3 Inside the Starter Kit INSTALLATION CD Included are an quick-and-easy single-step installation software disc, 3

4 Inside the Starter Kit INSTALLATION CD STARTER KIT BOARD the starter kit board 4

5 Inside the Starter Kit INSTALLATION CD USB CABLE STARTER KIT BOARD and a USB Mini-B cable for hardware connection. This cable is the debug interface to Microchip s MPLAB IDE and provides power to the starter kit board. 5

6 Installing the Starter Kit Install the software Connect the board to the PC with the USB cable Read the User s Guide Then you can: Experience the Demo Speech Application Start developing speech applications To install the starter kit software, insert the CD and follow the instructions. The installer program will install MPLAB IDE, a student version of the C30 C compiler, demo applications and the starter kit documentation. After the software installation is complete, plug the starter kit board into the USB port of the PC. The entire installation procedure is described in detail in the MPLAB Starter Kit for dspic DSCs User s Guide which is available on the CD. You are now ready to experience the included demo or start developing your own speech and audio processing application. Note that the starter kit does not require an external debugger since it already contains the required hardware on the board. A Speech Record and Playback Demo application is pre-programmed on the dspic DSC. This demo application uses the ITU-T G.711 algorithm to encode and decode speech data. You can also test other algorithms such as SPEEX and G.726A which are offered by Microchip. You will need a headphone and a microphone for the demo application. These are not included in the starter kit. 6

7 The Starter Kit Board Let s take a closer look at the starter kit hardware. The Board has three functional sections. 7

8 The Starter Kit Board DEBUG / PROGRAM SECTION The debug and programmer section interfaces with the USB port on the PC and provides debug and programming capability. 8

9 The Starter Kit Board dspic DSC SECTION The dspic section hosts the dspic DSC. 9

10 The Starter Kit Board AUDIO SECTION The Audio section contains the circuits that are required for record, playback and capture of audio signals. 10

11 The Starter Kit Board The board comes equipped with: A dspic33fj256gp bit digital signal controller with 256 Kilo Bytes of flash memory, 16 Kilo Bytes of RAM and a comprehensive set of peripherals. This device serves as the computational device on the board. 11

12 The Starter Kit Board A PIC18F67J50 8-bit microcontroller which serves as the debugger and programmer for the dspic device. It also provides the full-speed USB interface required to connect the board to the PC. 12

13 The Starter Kit Board A + 3.3V regulator that powers the starter kit board via USB 13

14 The Starter Kit Board A 4 Mega Bit Serial Flash memory device to store speech and other data 14

15 The Starter Kit Board An Audio Codec for high fidelity speech and audio applications. This codec is capable of processing up to 32-bit audio data at a sample rate of up to 48 Kilo Hertz. 15

16 The Starter Kit Board Analog Filters for implementing low-cost speech playback using the pulse width modulation technique. 16

17 The Starter Kit Board Front End Microphone processing circuits consisting of a pre-amplifier and an anti-aliasing filter. The pre-amplifier features an adjustable gain for adjusting the microphone sensitivity. The anti-aliasing filter provides the required band limiting of the microphone signal before it is processed by the 12 bit ADC on the dspic33f device. 17

18 The Starter Kit Board A 100 milliwatt Headphone amplifier provides the required amplification of the audio signal for driving a headphone. The volume of the amplifier can be controlled by the dspic33f device. 18

19 The Starter Kit Board Three user-defined indicator L.E.D.s and two switches which are available for application use. 19

20 The Starter Kit Board A USB connection between the board and the PC. 20

21 The Starter Kit Board A connection to a headphone, 21

22 The Starter Kit Board And a connection to a microphone or an external audio signal. 22

23 Starter Kit Audio Signal Paths dspic33f DSC OUTPUT COMPARE DCI & I 2 C 12-bit ADC SPI The starter kit board features two methods for capture and reproduction of audio signals. Both of these methods demonstrate the flexibility of a dspic DSC device. 23

24 Starter Kit Audio Signal Paths dspic33f DSC OUTPUT COMPARE DCI & I 2 C 12-bit ADC SPI The first method uses the dspic33f DSC 12-bit ADC and the Output Compare Pulse Width Modulated Playback technique to demonstrate a low cost yet effective technique for audio capture and playback. The 12- bit ADC of the dspic33f DSC provides an effective means for converting analog audio signals to digital signals in applications which are cost sensitive. The Output Compare PWM Playback technique only requires an external 4 th order low pass filter to reproduce the audio signal. The order of the filter directly affects the audio quality. Having a higher order filter improves the audio quality. 24

25 Starter Kit Audio Signal Paths dspic33f DSC OUTPUT COMPARE LOW PASS FILTER DCI & I 2 C 12-bit ADC SPI The Output Compare PWM Playback technique only requires an external 4 th order low pass filter to reproduce the audio signal. The order of the filter directly affects the audio quality. Having a higher order filter improves the audio quality. 25

26 Starter Kit Audio Signal Paths dspic33f DSC OUTPUT COMPARE LOW PASS FILTER DCI & I 2 C AUDIO CODEC 12-bit ADC SPI The second, or Audio Codec, method uses the external codec for the Analog to Digital and Digital to Analog conversion process. The Audio codec communicates with the dspic33f device via its versatile Data Converter Interface or the DCI modules and the I2C module. The dspic33f device uses the DCI module to communicate audio data with codec and the I2C module to provide control information. The codec is capable of performing a 16, 24 or 32 bit conversion at a maximum sampling rate of 48KHz. This makes the Audio codec ideal for applications that require high quality audio processing. 26

27 Starter Kit Audio Signal Paths dspic33f DSC OUTPUT COMPARE LOW PASS FILTER DCI & I 2 C AUDIO CODEC 12-bit ADC ANTI-ALIASING FILTER PRE-AMPLIER LINE MIC J7 SPI In either case, the board accepts audio input from a microphone or an output of audio equipment such as a CD player. Use jumper J7 to select between the two types of input. The input signal is then amplified. An antialiasing filter provides a cut-off at 3300Hz for the signal to be fed to the 12-bit ADC. 27

28 Starter Kit Audio Signal Paths dspic33f DSC OUTPUT COMPARE LOW PASS FILTER J6 HEADPHONE AMPLIFIER HEADPHONES DCI & I 2 C AUDIO CODEC 12-bit ADC ANTI-ALIASING FILTER PRE-AMPLIER LINE MIC J7 SPI The audio output can be selected between the output of the audio codec or the output of the Low Pass filter. The low pass filter demodulates the Pulse width modulated signal generated by the Output compare module. Use jumper J6 to select between the two. The headphone amplifier amplifies this signal for output to a headphone. 28

29 Starter Kit Audio Signal Paths dspic33f DSC OUTPUT COMPARE LOW PASS FILTER J6 HEADPHONE AMPLIFIER HEADPHONES DCI & I 2 C AUDIO CODEC 12-bit ADC ANTI-ALIASING FILTER PRE-AMPLIER LINE MIC J7 SPI SERIAL FLASH MEMORY An external 4 Mega Bit serial flash memory is available for storing data. This memory can be used in Speech Record and Playback type of applications. The serial flash memory interfaces to the SPI module on the dspic33f device. 29

30 Starter Kit Jumpers, Connectors and Controls Let s take a look at the jumpers, connectors and controls on the Starter Kit Board. 30

31 Starter Kit Jumpers, Connectors and Controls The board has three connectors. Use connector J1 to connect the board to the PC via the USB cable provided in the kit. 31

32 Starter Kit Jumpers, Connectors and Controls Use connector J9, labeled LINE IN/MIC, to connect either a microphone or audio equipment such as a CD player. 32

33 Starter Kit Jumpers, Connectors and Controls Use connector J8, labeled SPEAKER OUT, to connect to headphones. 33

34 Starter Kit Jumpers, Connectors and Controls Potentiometer R56, labeled MIC GAIN, adjusts the microphone pre-amplifier gain. This potentiometer must be set at the factory default level or turned completely clockwise for a nominal gain setting. The gain can then be increased by turning the potentiometer anti-clockwise. Note that increasing the gain too much can cause the input signal to distort and create an audio feedback. 34

35 Starter Kit Jumpers, Connectors and Controls J6 OCPWM CODEC The headphone signal is selectable between the output of the Output Compare Low Pass filter or the output of the Audio codec. 35

36 Starter Kit Jumpers, Connectors and Controls J6 OCPWM CODEC Place jumper J6 at OCPWM position for selecting the output of the Output Compare Low Pass Filter. 36

37 Starter Kit Jumpers, Connectors and Controls J6 OCPWM CODEC Place the Jumper in the CODEC position to use the Audio Codec. 37

38 Starter Kit Jumpers, Connectors and Controls MIC LINE J7 The input signal is selectable between a line level signal and a microphone. With the microphone option, the board provides the biasing voltage requires by condenser microphones. 38

39 Starter Kit Jumpers, Connectors and Controls MIC LINE J7 Set jumper J7 in MIC position to select a microphone. 39

40 Starter Kit Jumpers, Connectors and Controls MIC LINE J7 Place the jumper in LINE IN position to select a line level input. 40

41 The Speech Record and Playback Demo What you will need MPLAB Starter Kit for dspic DSCs Not included, but needed for demo: Headphones with 3.5mm stereo connector Microphone with 3.5mm connector Before we start with the Speech Record and Playback Demo, here s a list of the things that are needed for this demo. You first need the MPLAB Starter kit for dspic DSCs. Note that you don t need to program the starter kit board for the demo since the board is pre-programmed. You will need a set of headphones and a microphone. The ones that are usually used with PC s will work well with the board. Note that these are not provided with the kit. You are now ready to setup the demo. 41

42 The Speech Record and Playback Demo The starter kit board is factory programmed with a Speech Record and Playback Demo application. This application stores speech signals and plays them back when requested. To set up the board to use the demo: 42

43 The Speech Record and Playback Demo MICROPHONE Connect a microphone to the LINE IN / MIC socket J9. 43

44 The Speech Record and Playback Demo HEADPHONE MICROPHONE Connect a headphone to SPEAKER socket J8. 44

45 The Speech Record and Playback Demo HEADPHONE MICROPHONE Ensure the MIC GAIN potentiometer R56 is set at the factory default level. The arrow on the potentiometer wiper should align with the arrow mark on the board. 45

46 The Speech Record and Playback Demo HEADPHONE MICROPHONE J6 OCPWM CODEC Set Jumper J6 to CODEC position 46

47 The Speech Record and Playback Demo HEADPHONE MICROPHONE OCPWM J6 MIC LINE J7 CODEC Set jumper J7 to MIC position. 47

48 The Speech Record and Playback Demo HEADPHONE TO PC MICROPHONE OCPWM J6 MIC LINE J7 CODEC Connect the board to the PC using the USB cable. (You won t need MPLAB IDE to run the demo.) An introductory message will now playback on the headphones. This message introduces the Speech Record and Playback demo. This introductory message is stored on the serial flash memory device in an encoded form using the G.711 compression technique. The demo application can switch between two modes. In the record mode, the speech received through the microphone is processed and stored on the board serial flash memory. In the playback mode, speech data stored on the board serial flash memory is processed and reproduced on the headphones. 48

49 The Speech Record and Playback Demo - Recording From the previous setup, an introductory message should be playing back on the headphones. This message will be similar to the instructions you are about to be given now concerning recording and playback of your own audio. But first, here is a description of how recording works. 49

50 The Speech Record and Playback Demo - Recording PRESS S1 When you press switch S1, 50

51 The Speech Record and Playback Demo - Recording ERASING the Red LED will turn ON. This indicates that the application is preparing the serial flash memory for recording speech data by erasing the user section of the flash memory. 51

52 The Speech Record and Playback Demo - Recording RECORDING Once the erase operation is complete, the Red LED will turn off and the Yellow LED will turn on indicating that the application is in the record mode and is now recording. As you speak into the microphone, the application will acquire the digitized speech signal from the codec, compress this data using the G.711 compression technique and store the compressed data in the serial flash memory. The serial flash memory is capable of storing approximately 1 minute of speech while using the G.711 compression technique. When the serial flash memory has reached capacity, the application will automatically stop recording and switch to playback mode. Pressing switch S1 again will cause the erase and record process to start all over again. 52

53 The Speech Record and Playback Demo - Recording PRESS S1 So, to record your own audio: - Press switch S1. 53

54 The Speech Record and Playback Demo - Recording ERASING Wait for the Red LED to turn off 54

55 The Speech Record and Playback Demo - Recording RECORDING and the Yellow LED to turn on before recording. Record a message of approximately 1 minute or less. Proceed to the next step to play back your audio. 55

56 The Speech Record and Playback Demo - Playback To play back the audio you recorded in the previous step, 56

57 The Speech Record and Playback Demo - Playback PRESS S2 press switch S2. 57

58 The Speech Record and Playback Demo - Playback PLAYBACK The green LED will turn ON and the application is now in playback mode. Speech data stored in the serial flash is decompressed,converted to an analog signal by the codec and played out into the headphone via the headphone amplifier. 58

59 The Speech Record and Playback Demo - Playback PRESS S1 The playback operation will keep repeating till a new recording is started by pressing switch S1. The green LED will turn off. The stored speech data is erased when a new recording is performed. 59

60 References MPLAB Starter Kit For dspic Speech and Audio User Guide dspic33f Family Reference Manual (DS70046) dspic DSC Speech Coding Solution User s Guide (DS70295) This brings us to the end of the starter kit tutorial. 60

Tutorial for MPLAB Starter Kit for PIC18F

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

More information

MPLAB Starter Kit for dspic Digital Signal Controllers User s Guide

MPLAB Starter Kit for dspic Digital Signal Controllers User s Guide MPLAB Starter Kit for dspic Digital Signal Controllers User s Guide 2010 Microchip Technology Inc. DS51700B Note the following details of the code protection feature on Microchip devices: Microchip products

More information

Evo Laser Firmware Developer s Manual

Evo Laser Firmware Developer s Manual Evo Laser Firmware Developer s Manual Table of Content Chapter 1 Introduction Chapter 2 Hardware Overview and Subsystems 2.1 Overview 2.2 Evo Laser Hardware Core System 2.3 Evo Laser Smartport TM Chapter

More information

Recording Audio to a Flash Drive

Recording Audio to a Flash Drive Recording Audio to a Flash Drive 1. Turn on the main power supply. This is the Middle Atlantic power supply it is located near the bottom of the equipment rack. 2. Power on the Denon Recorder. 3. Watch

More information

Fondamenti su strumenti di sviluppo per microcontrollori PIC

Fondamenti su strumenti di sviluppo per microcontrollori PIC Fondamenti su strumenti di sviluppo per microcontrollori PIC MPSIM ICE 2000 ICD 2 REAL ICE PICSTART Ad uso interno del corso Elettronica e Telecomunicazioni 1 2 MPLAB SIM /1 MPLAB SIM is a discrete-event

More information

User Guide FFFA001106. www.focusrite.com

User Guide FFFA001106. www.focusrite.com User Guide FFFA001106 www.focusrite.com TABLE OF CONTENTS OVERVIEW.... 3 Introduction...3 Features.................................................................... 3 Box Contents...3 System Requirements....4

More information

Basics. Mbox 2. Version 7.0

Basics. Mbox 2. Version 7.0 Basics Mbox 2 Version 7.0 Copyright 2005 Digidesign, a division of Avid Technology, Inc. All rights reserved. This guide may not be duplicated in whole or in part without the express written consent of

More information

Desktop Headphone amplifier with Advanced DAC

Desktop Headphone amplifier with Advanced DAC HugoTT Instruction Manual Desktop Headphone amplifier with Advanced DAC Thank you for purchasing the Chord HugoTT. In order to get the most from your product, please take a few moments to read the instructions.

More information

Chord Limited. Mojo Dac Headphone Amplifier OPERATING INSTRUCTIONS

Chord Limited. Mojo Dac Headphone Amplifier OPERATING INSTRUCTIONS Chord Limited Mojo Dac Headphone Amplifier OPERATING INSTRUCTIONS -!1 - Cleaning and care instructions: Mojo requires no special care other than common sense. Spray window cleaner (clear type) may be used

More information

DSPDemo. By Moe Wheatley MoeTronix.

DSPDemo. By Moe Wheatley MoeTronix. DSPDemo By Moe Wheatley MoeTronix www.moetronix.com Sept. 10, 2004 Table of Contents 1 Introduction... 3 1.1 The Idea... 3 1.2 Hardware... 3 1.2.1 Block Diagram... 3 1.3 Software... 4 1.3.1 Basic Modules...

More information

miditech Audiolink II

miditech Audiolink II miditech Audiolink II "Class Compliant" USB Audio Interface (WinXP/Vista/Win7/Mac OSX no drivers necessary) 16 Bit/ 48 khz resolution line stereo interface XLR Mic preamp with 48 V Phantom Power and gain

More information

An Introduction to MPLAB Integrated Development Environment

An Introduction to MPLAB Integrated Development Environment An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to

More information

User Manual. Please read this manual carefully before using the Phoenix Octopus

User Manual. Please read this manual carefully before using the Phoenix Octopus User Manual Please read this manual carefully before using the Phoenix Octopus For additional help and updates, refer to our website To contact Phoenix Audio for support, please send a detailed e-mail

More information

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc.

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc. SKP16C62P Tutorial 1 Software Development Process using HEW Renesas Technology America Inc. 1 Overview The following tutorial is a brief introduction on how to develop and debug programs using HEW (Highperformance

More information

MX PIC24F Educational Module User Manual

MX PIC24F Educational Module User Manual MX PIC24F Educational Module User Manual Revision History Date Description Initial release. Table of Contents 1. Introduction... 3 1.1. Package Contents... 3 1.2. Key Hardware Features... 4 2. Hardware

More information

QUALITY AV PRODUCTS INMATE/INMATE USB PROFESSIONAL 19" MIXER. User Guide and Reference Manual

QUALITY AV PRODUCTS INMATE/INMATE USB PROFESSIONAL 19 MIXER. User Guide and Reference Manual INMATE/INMATE USB PROFESSIONAL " MIXER User Guide and Reference Manual INTRODUCTION Welcome to the NEWHANK INMATE and INMATE USB professional " mixers series user manual. INMATE and INMATE USB both offer

More information

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

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

More information

USER MANUAL. 914 Power Amplifier MODEL: P/N: 2900-300280 Rev 1

USER MANUAL. 914 Power Amplifier MODEL: P/N: 2900-300280 Rev 1 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: 914 Power Amplifier P/N: 2900-300280 Rev 1 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 3 Overview 3 3.1 Energy Star 3

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

User Manual. For additional help please send a detailed e-mail to Support@phnxaudio.com. - 1 Phoenix Audio Technologies www.phnxaudio.

User Manual. For additional help please send a detailed e-mail to Support@phnxaudio.com. - 1 Phoenix Audio Technologies www.phnxaudio. User Manual Please read the instructions in this manual before using the Duet Please refer to our website www.phnxaudio.com for more information, specifically to our Q&A section in our Support page. For

More information

Mbox Basics Guide. Version 6.7 for LE Systems on Windows XP or Mac OS X. Digidesign

Mbox Basics Guide. Version 6.7 for LE Systems on Windows XP or Mac OS X. Digidesign Mbox Basics Guide Version 6.7 for LE Systems on Windows XP or Mac OS X Digidesign 2001 Junipero Serra Boulevard Daly City, CA 94014-3886 USA tel: 650 731 6300 fax: 650 731 6399 Technical Support (USA)

More information

Ultimate USB & XLR Microphone for Professional Recording

Ultimate USB & XLR Microphone for Professional Recording eti pro Ultimate USB & XLR Microphone for Professional Recording 3 desktop or studio, the possibilities are endless. Congratulations on your purchase of Yeti Pro, the first microphone to combine the exceptional

More information

PHONE MANAGER INDEX. page

PHONE MANAGER INDEX. page PHONE MANAGER INDEX page 1 HARDWARE... 4 1.1 Requirements... 4 1.2 Indicators... 4 1.3 Hardware Configuration... 5 1.4 Hardware Installation... 5 2 SOFTWARE... 7 2.1 Software Installation... 7 2.2 Use

More information

Audio-Technica AT-LP60-USB, AT-LP120-USB, AT-LP240-USB & AT-LP1240-USB Turntables. Software Guide

Audio-Technica AT-LP60-USB, AT-LP120-USB, AT-LP240-USB & AT-LP1240-USB Turntables. Software Guide Audio-Technica AT-LP60-USB, AT-LP120-USB, AT-LP240-USB & AT-LP1240-USB Turntables Software Guide Audio-Technica USB Turntables Contents A note about software... 2 System requirements... 2 Installing Audacity

More information

The audio input connection on your computer

The audio input connection on your computer This page helps you to connect your audio equipment to your PC so you can start using the xxxxxxx Sound Recorder and Editor and get your recordings to CD or MP3. You can use our software to digitize music

More information

USER S MANUAL LEN15M

USER S MANUAL LEN15M USER S MANUAL LEN15M LEN 15M MAJORCOM FEATURES - REPRODUCTION METHOD AND SOUND QULITY Can reproduce and record high sound quality of sound by using 256kbps transmission rate on MP3 method. - STORAGE CAPACITY

More information

Capacitive Touch Lab. Renesas Capacitive Touch Lab R8C/36T-A Family

Capacitive Touch Lab. Renesas Capacitive Touch Lab R8C/36T-A Family Renesas Capacitive Touch Lab R8C/36T-A Family Description: This lab will cover the Renesas Touch Solution for embedded capacitive touch systems. This lab will demonstrate how to setup and run a simple

More information

How To Develop A Toolstick

How To Develop A Toolstick TOOLSTICK BASE ADAPTER USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent damage to

More information

MPLAB Starter Kit for dspic Digital Signal Controllers User s Guide

MPLAB Starter Kit for dspic Digital Signal Controllers User s Guide MPLAB Starter Kit for dspic Digital Signal Controllers User s Guide 2008 Microchip Technology Inc. DS51700A Note the following details of the code protection feature on Microchip devices: Microchip products

More information

Rapid Audio Prototyping

Rapid Audio Prototyping Rapid Audio Prototyping Rapid Audio Prototyping Do You want to combine research and prototyping in one step? Do You want to test and evaluate the audio processing chain of Your product idea already at

More information

LEN s.r.l. Via S. Andrea di Rovereto 33 c.s. 16043 CHIAVARI (GE) Tel. +39 0185 318444 - Fax +39 0185 472835 mailto: len@len.it url: http//www.len.

LEN s.r.l. Via S. Andrea di Rovereto 33 c.s. 16043 CHIAVARI (GE) Tel. +39 0185 318444 - Fax +39 0185 472835 mailto: len@len.it url: http//www.len. MA511 General Index 1 INTRODUCTION... 3 1.1 HARDWARE FEATURES:... 4 2 INTERFACE... 5 2.1 KEYBOARD... 6 2.2 POWER ON... 7 2.3 POWER OFF... 7 2.4 DETECTOR CONNECTION... 7 2.5 DETECTOR SUBSTITUTION...7 3

More information

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual Copyright 2007 SofTec Microsystems DC01197 We want your feedback! SofTec Microsystems is always on

More information

ELAN AUDIO. Operational Description. News Work Station NWS-01

ELAN AUDIO. Operational Description. News Work Station NWS-01 ELAN AUDIO 2 STEEL COURT SOUTH GUILDFORD WA 6055 PHONE (08) 9277 3500 FAX (08) 9478 2266 email poulkirk@elan.com.au web www.elan.com.au Operational Description. News Work Station NWS-01 The NWS-01 News

More information

eela-audio EA916 Journalist Unit USB Audio module with Telephone Hybrid User manual

eela-audio EA916 Journalist Unit USB Audio module with Telephone Hybrid User manual eela-audio EA916 Journalist Unit USB Audio module with Telephone Hybrid User manual EA Broadcast / Eela Audio, Het Riet 8 A, 5431NM Cuijk, The Netherlands http://www.eela-audio.com e-mail: sales@eela-audio.com

More information

Lenovo IdeaCentre Q180 Series

Lenovo IdeaCentre Q180 Series Machine type: 10087/3110 Lenovo IdeaCentre Q180 Series User Guide Version 1.0 2011.09 31500665 Important Safety Information Before using this manual, it is important that you read and understand all of

More information

How To Use An Ams 5812 Pressure Sensor With A Usb Starter Kit

How To Use An Ams 5812 Pressure Sensor With A Usb Starter Kit User Guide USB Starter Kit AMS 5812 Phone:+49 (0)6131/91 0730-0 Fax: +49 (0)6131/91 073-30 Internet: E Mail: info@analogmicro.de Analog Microelectronics GmbH An der Fahrt 13, D 55124 Mainz May 2012 - Rev.

More information

ET-BASE AVR ATmega64/128

ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 which is a Board Microcontroller AVR family from ATMEL uses MCU No.ATmega64 and ATmega128 64PIN. Board ET-BASE AVR ATmega64/128 uses MCU s resources on

More information

dspic30f4012 Microcontroller

dspic30f4012 Microcontroller dspic30f4012 Microcontroller dspic30f4012 is manufactured by Microchip, and is about $6 Specifications: 28-pin, 16-bit microcontroller 24-bit wide instructions 16-bit wide data path 48 Kbytes on-chip flash

More information

CB-OLP425 DEVELOPMENT KIT GETTING STARTED

CB-OLP425 DEVELOPMENT KIT GETTING STARTED CB-OLP425 DEVELOPMENT KIT GETTING STARTED Document Revision Document number: 9142285 Release: Jan 29, 2014 09:42 Document version: 12 Copyright 2014 u-blox AG. The contents of this document can be changed

More information

Digital Signal Controller (DSC) Development Tools

Digital Signal Controller (DSC) Development Tools Page 1 Microchip Technology Inc. Digital Signal Controller (C) Development Tools 2004 Microchip Technology Inc Development Tools Slide 1 Welcome to the dspic Development Tools web seminar. My name is Darrel

More information

M68EVB908QL4 Development Board for Motorola MC68HC908QL4

M68EVB908QL4 Development Board for Motorola MC68HC908QL4 M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3

More information

Roxio Easy LP to MP3 Getting Started Guide

Roxio Easy LP to MP3 Getting Started Guide Roxio Easy LP to MP3 Getting Started Guide Corel Corporation or its subsidiaries. All rights reserved. 2 Getting started with Roxio Easy LP to MP3 In this guide Welcome to Roxio Easy LP to MP3 3 System

More information

AN3998 Application note

AN3998 Application note Application note PDM audio software decoding on STM32 microcontrollers 1 Introduction This application note presents the algorithms and architecture of an optimized software implementation for PDM signal

More information

Electronic Shopping Cart Facility for Blind People Using USB Firmware

Electronic Shopping Cart Facility for Blind People Using USB Firmware Electronic Shopping Cart Facility for Blind People Using USB Firmware Hiren Jethava 1, Sameena Zafar 2, Mukesh Saini 3 1 P.G.Student, Department of EC, PIES, RGPV-University, Bhopal, India 2 Assistant

More information

PSP3. Stereo M/S preamplifier. User manual

PSP3. Stereo M/S preamplifier. User manual PSP3 Stereo M/S preamplifier User manual AETA AUDIO 361, avenue du Général de Gaulle 92140 Clamart FRANCE Tél. +33 (0)1 41361212 Fax +33 (0)1 41361213 Telex 631178 Web : http://www.aetausa.com 55 000 020

More information

USER GUIDE ENGLISH ( 3 6 )

USER GUIDE ENGLISH ( 3 6 ) USER GUIDE ENGLISH ( 3 6 ) GUÍA DEL USUARIO ESPAÑOL ( 7 10 ) GUIDE D'UTILISATION FRANÇAIS ( 11 14 ) GUIDA PER L'USO ITALIANO ( 15 18 ) BENUTZERHANDBUCH DEUTSCH ( 19 22 ) USER GUIDE (ENGLISH) Box Contents

More information

PART 1. Using USB Mixer with a Computer

PART 1. Using USB Mixer with a Computer PART 1. Using USB Mixer with a Computer Universal Serial Bus Mixers The USB mixer is equipped with either one or two USB ports that allow you to play and record audio directly from your computer! Just

More information

MPLAB IDE 64-Bit USB Device Drivers Installation

MPLAB IDE 64-Bit USB Device Drivers Installation 1 sur 6 24.08.2010 22:18 MPLAB IDE USB Device Driver First Time Installation For Windows 7 64 OS To use the development tools below with USB communications, the following steps MUST be taken in order to

More information

Universal Host. Desktop Digital Hybrid. User Guide. JK Audio

Universal Host. Desktop Digital Hybrid. User Guide. JK Audio Universal Host Desktop Digital Hybrid User Guide JK Audio Introduction Universal Host will allow you to send and receive audio through your multi-line PBX, ISDN, VoIP or analog telephone. While this may

More information

INSTRUCTIONS FOR USE Pro-Ject Phono Box II USB

INSTRUCTIONS FOR USE Pro-Ject Phono Box II USB INSTRUCTIONS FOR USE Pro-Ject Phono Box II USB Dear music lover, thank you for purchasing a PRO-JECT AUDIO phono amplifier. In order to achieve maximum performance and reliability you should study these

More information

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation

More information

Technical Description. Multifunctional Desk-Top Call Station Digital Version 8, 16 Keys L.No. 1 760 4, 1 761 5

Technical Description. Multifunctional Desk-Top Call Station Digital Version 8, 16 Keys L.No. 1 760 4, 1 761 5 Technical Description Multifunctional Desk-Top Call Station Digital Version 8, 16 Keys L.No. 1 760 4, 1 761 5 Contents 1. General remarks 2. Design 3. Block diagram 4. Function 4.1 Controller system with

More information

Wireless In-Ear Audio Monitor

Wireless In-Ear Audio Monitor University of Nebraska - Lincoln Computer Engineering Senior Design Project Wireless In-Ear Audio Monitor Team Stonehenge: Erin Bartholomew Paul Bauer Nate Lowry Sabina Manandhar May 4, 2010 Contents 1

More information

DSP Laboratory: Analog to Digital and Digital to Analog Conversion

DSP Laboratory: Analog to Digital and Digital to Analog Conversion OpenStax-CNX module: m13035 1 DSP Laboratory: Analog to Digital and Digital to Analog Conversion Erik Luther This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License

More information

ZMR 80 STEREO MODULAR ZONER USERS MANUAL

ZMR 80 STEREO MODULAR ZONER USERS MANUAL ZMR 80 STEREO MODULAR ZONER USERS MANUAL Lime Technologies http://limetechnologies.co.uk Tel: 08712 233127 ZMR80 Stereo Modular Zoner Mixer Introduction The modular construction of the ZMR80 allows it

More information

Copyright 2009, Samson Technologies Corp. Printed August, 2009 v1.1

Copyright 2009, Samson Technologies Corp. Printed August, 2009 v1.1 Copyright 2009, Samson Technologies Corp. Printed August, 2009 v1.1 Samson Technologies Corp. 45 Gilpin Avenue Hauppauge, New York 11788-8816 Phone: 1-800-3-SAMSON (1-800-372-6766) Fax: 631-784-2201 www.samsontech.com

More information

P420-M TM USB speakerphone

P420-M TM USB speakerphone P420-M TM USB speakerphone User guide Welcome Congratulations on purchasing your new Plantronics product. This guide contains instructions for setting up and using your Plantronics P420-M USB speakerphone.

More information

Inuktun Digital Video Recorder (DVR) Start Guide and Manual

Inuktun Digital Video Recorder (DVR) Start Guide and Manual Inuktun Digital Video Recorder (DVR) Start Guide and Manual Version 1.6 June 2012 CONTENTS INTRODUCTION... 3 What s Included...3 Supported Devices and Protocols...3 Connecting your DVR...4 Installation

More information

BLE113 DEVELOPMENT KIT

BLE113 DEVELOPMENT KIT BLE113 DEVELOPMENT KIT QUICK START Thursday, 14 March 2013 Version 1.5 Copyright 2000-2013 Bluegiga Technologies Bluegiga Technologies reserves the right to alter the hardware, software, and/or specifications

More information

DAC Digital To Analog Converter

DAC Digital To Analog Converter DAC Digital To Analog Converter DAC Digital To Analog Converter Highlights XMC4000 provides two digital to analog converters. Each can output one analog value. Additional multiple analog waves can be generated

More information

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.

HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign. HARDWARE MANUAL BrightSign HD120, HD220, HD1020 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS OVERVIEW... 1 Block Diagram... 2 Ports...

More information

USER GUIDE ENGLISH ( 3 6 )

USER GUIDE ENGLISH ( 3 6 ) USER GUIDE ENGLISH ( 3 6 ) GUÍA DEL USUARIO ESPAÑOL ( 7 10 ) GUIDE D'UTILISATION FRANÇAIS ( 11 14 ) GUIDA PER L'USO ITALIANO ( 15 18 ) BENUTZERHANDBUCH DEUTSCH ( 19 22 ) USER GUIDE (ENGLISH) Box Contents

More information

innkeeper PBX Desktop Digital Hybrid User Guide JK Audio

innkeeper PBX Desktop Digital Hybrid User Guide JK Audio innkeeper PBX Desktop Digital Hybrid User Guide JK Audio Introduction Innkeeper PBX will allow you to send and receive audio through your multi-line PBX, ISDN or analog telephone. While this may seem like

More information

innkeeper PBX Desktop Digital Hybrid User Guide JK Audio Warranty

innkeeper PBX Desktop Digital Hybrid User Guide JK Audio Warranty Warranty Innkeeper PBX is covered by a 2-year warranty to be free from defective workmanship and materials. In the event that the innkeeper PBX needs repair, you must call us to get an authorization, and

More information

Direct Digital Amplification (DDX ) The Evolution of Digital Amplification

Direct Digital Amplification (DDX ) The Evolution of Digital Amplification Direct Digital Amplification (DDX ) The Evolution of Digital Amplification Tempo Semiconductor 2013 Table of Contents Table of Contents... 2 Table of Figures... 2 1. DDX Technology Overview... 3 2. Comparison

More information

Radio Interface Setup

Radio Interface Setup For getting started with Ham Radio Sound Card digital modes. Jeffrey Kopcak K8JTK Table of Contents Introduction... 3 Program versions... 3 Resources... 3 SignaLink... 3 Rigblaster... 3 Configuration...

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

Quick Start Guide. TWR-MECH Mechatronics Board TOWER SYSTEM

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

More information

FlowKit in-circuit debug system

FlowKit in-circuit debug system FlowKit in-circuit debug system www.matrixmultimedia.com HP299 Contents About this document 3 Board layout 3 General information 4 Detailed operation 4 Circuit diagram 7 2 Copyright About this document

More information

mdm-mp3 minidirector with MP3 Player

mdm-mp3 minidirector with MP3 Player minidirector with MP3 Player User Manual December 15, 2014 V1.02 Copyright Light O Rama, Inc. 2007, 2008 Table of Contents Introduction... 4 What s in the Box... 4 Hardware Utility Version... 5 Important

More information

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements.

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. HARDWARE DESCRIPTION The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. BASE MODULE GO LINE Digital I/O 8 Analog Out AUX 1

More information

AN3997 Application note

AN3997 Application note Application note Audio playback and recording using the STM32F4DISCOVERY 1 Introduction This application note describes the audio (wave) playback and recording application based on the STM32F4xx microcontroller

More information

Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION

Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION The Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier is a multi-functional compact device. It

More information

Inserting the SIM card in the MobiGater device. Connecting the MobiGater Device

Inserting the SIM card in the MobiGater device. Connecting the MobiGater Device WWW.MOBIGATER.COM 2 Inserting the SIM card in the MobiGater device There is a small cover on the bottom side of the MobiGater device Move the cover in the direction from? to. Move the SIM card holder in

More information

PCAN-MicroMod Universal I/O Module with CAN Interface. User Manual. Document version 2.1.0 (2014-01-16)

PCAN-MicroMod Universal I/O Module with CAN Interface. User Manual. Document version 2.1.0 (2014-01-16) PCAN-MicroMod Universal I/O Module with CAN Interface User Manual Document version 2.1.0 (2014-01-16) Products taken into account Product Name Part number Model PCAN-MicroMod IPEH-002080 with firmware

More information

Installation Guide. AXIS 2191 Audio Module Sight, Speech and Sound over IP!

Installation Guide. AXIS 2191 Audio Module Sight, Speech and Sound over IP! Installation Guide AXIS 2191 Audio Module Sight, Speech and Sound over IP! AXIS 2191 Installation Guide Page 1 of 7 The AXIS 2191 Audio Module The AXIS 2191 Audio Module is an add-on device that provides

More information

AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735

AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735 AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735 Experience Level: Intermediate Time Required: 1-2 Hours This project automatically records phone calls. The program, along with the adapter records each

More information

Voice Dialer Speech Recognition Dialing IC

Voice Dialer Speech Recognition Dialing IC Speech Recognition Dialing IC Speaker Dependent IC for Voice Dialing Applications GENERAL DESCRIPTION The IC, from the Interactive Speech family of products, is an application specific standard product

More information

Nuvoton Nu-Link Debug Adapter User Manual

Nuvoton Nu-Link Debug Adapter User Manual Nuvoton Nu-Link Debug Adapter User Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission

More information

[F/T] [5] [KHz] [AMP] [3] [V] 4 ) To set DC offset to -2.5V press the following keys [OFS] [+/-] [2] [.] [5] [V]

[F/T] [5] [KHz] [AMP] [3] [V] 4 ) To set DC offset to -2.5V press the following keys [OFS] [+/-] [2] [.] [5] [V] FG085 minidds Function Generator Manual of Operation Applicable Models: 08501, 08501K, 08502K, 08503, 08503K Applicable Firmware Version: 1 ) 113-08501-100 or later (for U5) 2 ) 113-08502-030 or later

More information

MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN. zl2211@columbia.edu. ml3088@columbia.edu

MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN. zl2211@columbia.edu. ml3088@columbia.edu MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN Zheng Lai Zhao Liu Meng Li Quan Yuan zl2215@columbia.edu zl2211@columbia.edu ml3088@columbia.edu qy2123@columbia.edu I. Overview Architecture The purpose

More information

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application 2012 Roving Networks. All rights reserved. RN-131/171-PICTAIL-UM Version 1.0 1/8/2013 OVERVIEW The RN-131 and RN-171 WiFly radio modules are

More information

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family AC/DC Power Supply Reference Design Advanced SMPS Applications using the dspic DSC SMPS Family dspic30f SMPS Family Excellent for Digital Power Conversion Internal hi-res PWM Internal high speed ADC Internal

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

MP-1010 Capture Device USB

MP-1010 Capture Device USB MP-1010 Capture Device USB USER MANUAL INTRODUCTION All audio connections are cinch. Use good quality cinch-cinch cables to prevent bad audio quality. After connecting the USB audio converter to the other

More information

Product Information S N O. Portable VIP protection CCTV & Alarm System 2

Product Information S N O. Portable VIP protection CCTV & Alarm System 2 Product Information S N O Portable VIP protection CCTV & Alarm System 2 G O V E R N M E N T A L S E C U R I T Y S O L U T I VIP KIT Rapid Deployment VIP Protection Kit The VIP KIT has been designed to

More information

PROJECT PRESENTATION ON CELLPHONE OPERATED ROBOTIC ASSISTANT

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

More information

USER MANUAL DUET EXECUTIVE USB DESKTOP SPEAKERPHONE

USER MANUAL DUET EXECUTIVE USB DESKTOP SPEAKERPHONE USER MANUAL DUET EXECUTIVE USB DESKTOP SPEAKERPHONE DUET EXE OVERVIEW Control Button Panel Connector Panel Loudspeaker Microphone The Duet is a high performance speakerphone for desktop use that can cover

More information

BE635 User Manual. Rev. V1.0. 2013-2014 Bolymin, Inc. All Rights Reserved.

BE635 User Manual. Rev. V1.0. 2013-2014 Bolymin, Inc. All Rights Reserved. BE635 User Manual Rev. V1.0 2013-2014 Bolymin, Inc. All Rights Reserved. Copyright Copyright 2013-2014 BOLYMIN, INC. All rights reserved. No part of the materials may be reproduced, copied or translated

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

Marantz PMD660 Digital Recorder Guide

Marantz PMD660 Digital Recorder Guide Marantz PMD660 Digital Recorder Guide August 2005 Set Up Inserting a Compact Flash Card The PMD660 records onto CF or Compact Flash Cards. To insert a CF card: 1. Open the CF Card Door on the front side

More information

How To Sell A Talan

How To Sell A Talan The TALAN represents state-of-the-art capability to rapidly and reliably detect and locate illicit tampering and security vulnerabilities on both digital and analog telephone systems. Marketing Characteristics

More information

CONTENTS. Zulu User Guide 3

CONTENTS. Zulu User Guide 3 Copyright Lightspeed Aviation, Inc., 2008. All rights reserved. Lightspeed Aviation is a trademark and Zulu and FRC are registered trademarks of Lightspeed Aviation, Inc. Bluetooth is a registered trademark

More information

STK500... User Guide

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

More information

MANUAL PC1000R INFO@APART-AUDIO.COM

MANUAL PC1000R INFO@APART-AUDIO.COM MANUAL PC1000R INFO@APART-AUDIO.COM Features The APart PC1000R is a professional multisource CD/USB/SD card music player, equipped with balanced and unbalanced analog outputs, coaxial and optical digital

More information

a reliable choice to go on-air

a reliable choice to go on-air DT a reliable choice to go on-air P R O D U C T I O N O N - A I R C O N S O L E 16 module positions Modern D(rop) T(hrough design) Play-out Control Module Program and Sub busses Ideal for production and

More information

SF16-FMD. 16-Bit 3-D Sound Board with FM Radio. User Manual

SF16-FMD. 16-Bit 3-D Sound Board with FM Radio. User Manual SF16-FMD 16-Bit 3-D Sound Board with FM Radio User Manual SF16-FMD 16-Bit 3-D Sound Board with FM Radio User Manual All rights reserved. No part of this publication may be produced, transmitted, transcribed,

More information

PCXpocket 440. Professional Digital Audio Card. User s manual. www.digigram.com DU 144600201 IS=A

PCXpocket 440. Professional Digital Audio Card. User s manual. www.digigram.com DU 144600201 IS=A PCXpocket 440 Professional Digital Audio Card User s manual www.digigram.com DU 144600201 IS=A CONTENTS Information for the user 1 Overview 2 Installation 3 Specifications 4-5 Schematic diagram 6-7 Copyright

More information

A. All equipment and materials used shall be standard components that are regularly manufactured and used in the manufacturer s system.

A. All equipment and materials used shall be standard components that are regularly manufactured and used in the manufacturer s system. ENDURA - WS5050 PC WORKSTATION TECHNICAL SPECIFICATIONS SECURITY SYSTEM DIVISION 28 ELECTRONIC SAFETY AND SECURITY LEVEL 1 28 20 00 ELECTRONIC SURVEILLANCE LEVEL 2 28 23 00 VIDEO SURVEILLANCE LEVEL 3 28

More information