NX-BS2P i-stamp2p (OEM BASIC Stamp2P40) Experiment board

Size: px
Start display at page:

Download "NX-BS2P i-stamp2p (OEM BASIC Stamp2P40) Experiment board"

Transcription

1 NX-BSP i-stampp (OEM BASIC StampP0) Experiment board Specification Socket for i-stampp (OEM BASIC StampP0) DB-9 connector for downloading and communication power supply on board LED monitor channels for all i-stampp port Digit LED 7 segment display common cathode type, multiplexed connection Push button switch (active low with pull-up resistor) High current driver for relay and stepper motor channels DC motor driver (support DC motor 9-V) Pulse generator Hz, 0Hz, 00Hz and khz LCD module connector with brightness adjust Audio amplifier with volume control Piezo speaker Independent variable resistor 0k IC bus circuit experiment : PCF7A : I/O expander, include -LED active low and a dip switch position DS07 : Real-time clock, include V lithium battery backup and square wave output DS : Digital temperature, include LED thermostat output DS900A/C socket for ibutton component Breadboard. x 7 inches 00 point contacts Board size x 9 inches Use with DC adaptor 9-V 00mA (not include), on-board polarity protection circuit. NX-BSP : i-stampp (OEM BASIC StampP 0) Experiment board

2 I C bus experiment device Serial port connector Female socket for i-stampp LED monitor PCF7A DS07 DS POWER switch Audio Amp. with speaker Hz-kHz Pulse generator 00-Points Breadboard Piezo speaker Variable resistor DC motor driver LCD connector High current load driver Push-button switch -Digit 7-segments LED i-button socket Figrure : NX-BSP board layout TX RX ATN GND P0 P P P P P P P7 P P9 P0 P P P P P GND RES A A A A A A0 A9 A A7 A A A A A A A0 Figrure : i-stampp pin assignment NX-BSP : i-stampp (OEM BASIC S tampp 0) Experiment board

3 C00 0./0V K00 x RS- (DB-9F) C00 S00 RESET i-stampp Socket C00 0./0V S00 POWER K00 DC input 9-V 0-0 N00x C00 0/V C00 0./0V IC00 70 C00 0/0V C007 0./0V A A A A A A0 A9 A A7 A A A A A A A0 P P P P P P0 P9 P P7 P P P P P P P0 P0 LE9-LED P0 LE-LE LED RED x LED RED x D D7 D D D D D D D D D D9 D D R09-R R0-R0 0 x 0 x LED Monitor ch. (Active high) D P0 PUSH SW. P P P P P S70 FREQ. R0 0k * S0 D S0 Push button Switch input bit. Active low with pull-up P0 DRIVER INPUT 9 IC0 ULN00 High current driver (V/00mA max.) R70 0k IC70 PGX00 7 D +V Q Q Q Q Q S0 +V K0 DRIVER OUTPUT FREQUENCY (Hz) 0 00 k C70 0./0V LED70-LED70 RED x R70 0 Pulse generator Hz-kHz P70 OUT S00 DSP0-DSP0 : LED 7 SEGMENTS COMMON CATHODE P0 DSP0 DSP0 DSP0 DSP0 SEGMENT a a b b c c d d e e f f g g dp dp VR90 0k S0 DIP SW. x D D D D LE D LE D LE LE P0 R0-R0 0x common common common DIGIT VR90 0k Varaible resistor P90 PIEZO + - Piezo speaker R0/ k7 x P90 IC0 PCF7A R0-R0 0 x P7 P 0 P 9 P SP90 Piezo Speaker R0.7k A A A0 IC0 DS07 Real-time clock NX-BSP BASIC StampP Experiment board P P P P0 P90 LCD Support i-stampp BASIC StampP OEM board P90 R07.7k RS RW E D D D D D D D RW D D D RS E D D D D LED display digits VR90 0k C0 0./0V K90 UIC-LCD LCD connector VDD R09 0k Tout GND A A A0 7 IC0 DS Temperature Sensor R0.7k SQW 7 +VB BATT0 V C0 C0 pf XTAL pf.7khz common R0 k LE ACTIVE Q0 BC7 P0 AUDIO INPUT P0 DC MOTOR M+ M- VR0 0k VOLUME C0 0./0V DC motor driver R0 k7 R0 k7 IC0 LMN- Audio Amplifier 7 R0 0k +V C0 0./0V IC0 L7M M0 V DC motor M D0-D0 N x Breadboard for construction circuit experiments size :. x 7 inches contact : 00 points R0 C0 0/0V C0 70/V C0 0./0V SK90 i-button R90.k DATA GND P90 i-button SP0 SPEAKER Ohm Figure : NX-BSP Experiment board schematic NX-BSP : i-stampp (OEM BASIC StampP 0) Experiment board

4 Example program for i-stampp and NX-BSP Running light '****************************************** ' Connect P0-P to LED monitor '****************************************** ' {$STAMP BSp} ' {PBASIC.} X var NIB DIRS = $FFFF LOOP : outs = $000 for X = 0 to pause 00 outs = OUTS << next goto LOOP LED MONITOR CHANNELS P P P P P P0 P9 P P7 P P P P P P P0 (main i/o for i-stampp module) i-stampp Pulse Counter ********** ' Filename : counter.bsp ' This program will count from 0 to 9999 and display to LED 7-Seg. Feed clock to ' p.don t use freq more than 0 Hz ********** ' {$STAMP BSp} ' {PBASIC.} DIRS = %0 i var nib n var nib seg var byte counter var word LED 7 SEGMENT DISPLAY DIGIT a b c d e f g dp P P0 P P P P P P P7 P P9 P0 P Hz 0Hz 00Hz khz FREQUENCY OUT GND PULSE GENERATOR i-stampp NX-BSP : i-stampp (OEM BASIC S tampp 0) Experiment board

5 loop: if in = then cnt_up pause gosub display goto loop cnt_up: counter = (counter+)//0000 waiting: if in = 0 then loop gosub display n = counter// if i = 0 and n = then disp_dot if i = and n = then disp_dot if i = and n = then disp_dot if i = and n = 0 then disp_dot goto waiting disp_dot: seg = counter dig (-i) lookup i,[%0,%0,%0,%0],outc lookup seg,[9,,9,07,0,7,,,,9,7,,,,9,],outl pause outl=0 i = (i+)// goto waiting display: seg = counter dig (-i) lookup i,[%0,%0,%0,%0],outc lookup seg,[,,9,79,0,09,,7,7,,9,,7,9,,],outl pause outl=0 i = (i+)// return NX-BSP : i-stampp (OEM BASIC StampP 0) Experiment board

6 LCD Experiment * ' Program: Show message ON LCD Module x ' Filename : lcdx.bsp ' Using Bit mode interface, Connect -D TO ground, D-D7 TO P-P7, RS TO P, R/W TO P AND E TO P * ' {$STAMP BSP} ' STAMP directive (specifies a BSP) ' {PBASIC.} LCDpin CON ' LCD Connection char VAR Byte() ' Variable FOR holding text READ from LCD Init: LCDCMD LCDpin, ' Send wakeup sequence TO LCD PAUSE 0 ' These pauses are necessary TO meet the LCD specs LCDCMD LCDpin, PAUSE LCDCMD LCDpin, PAUSE LCDCMD LCDpin, ' Set buss TO -Bit mode LCDCMD LCDpin, ' Set TO -line mode with x font LCDCMD LCDpin, ' Turn display off LCDCMD LCDpin, ' Turn display ON with blinking cursor LCDCMD LCDpin, ' Set TO auto-increment cursor (no display shift) Start: LCDOUT LCDpin,,["Hello!"] GOSUB ReadLCDScreen PAUSE 000 LCDOUT LCDpin,, ["I m a x LCD!"] GOSUB ReadLCDScreen PAUSE 000 GOTO Start ReadLCDScreen: DEBUG "LCD Now Says: " LCDIN LCDpin,, [STR char\] DEBUG STR char\, CR, CR LCD CONNECTOR i-stampp P7 P P P P P P RS R/W E D D D D D D D7 NX-BSP : i-stampp (OEM BASIC S tampp 0) Experiment board

7 I C bus experiment- : Expansion I/O with PCF7A R/- k7 x S DIP SW. x D D D 0 9 P7 P P P R k7 R k7 P P0 R-R7 0 x LED-LED D D D IC PCF7A P P P A P0 A A0 BSP/0 A part of I C bus experiment section The PCF7A is an -bit, quasi-bidirectional I/O expander that communicates with its host micro through an I C bus interface. The reference schematic below shows components that are included on the NX-BP board. ' Filename : ic_expandio.bsp ' Connect P0 AND P TO IC bus experiment circuit section ' {$STAMP BSp} ' {$PBASIC.} ID_READ CON %0000 ' Slave ID, R/W bit = <READ> ID_WRITE CON %00000 ' Slave ID, R/W bit = 0 <WRITE> BUFFER VAR Byte MAINIO IN: ICOUT 0,ID_WRITE,[$FF] ' Turn off LED & clear latch ICIN 0,ID_READ,[BUFFER] ' Read input OUT: BUFFER.NIB = BUFFER.NIB0 ' Swap nibble high & low ICOUT 0,ID_WRITE,[BUFFER] ' Write output GOTO IN NX-BSP : i-stampp (OEM BASIC StampP 0) Experiment board 7

8 I C bus experiment- : Reading time from DS07 BSP/0 A A0 R, R.k A part of I C bus experiment section R.7k 7 IC DS07 +VB SQW BATT V C pf XTAL.7kHz C pf The DS07 is a low-power, Real-Time-Clock with bytes of NV SRAM that communicates with its host micro through an I C bus interface. The reference schematic below shows components that are included on the NX-BSP board. ' Filename : clock_ds07.bsp ' Connect A0 AND A TO IC bus experiment circuit section ' {$STAMP BSP} ' {$PBASIC.} D_TEMP VAR Byte() M_TEMP VAR Byte() DELAY_SW CON 00 SECONDS VAR Byte MINUTES VAR Byte HOURS VAR Byte DAY VAR Byte DATE VAR Byte MONTH VAR Byte YEAR VAR Byte AUXIO HOURS = $ MINUTES = $9 SECONDS = $00 DAY = $0 DATE = $ MONTH = $ YEAR = $0 INIT: ICOUT 0,$,07,[% ] ' ENABLE OSC.,DISABLE SQW/OUT PAUSE 0 GOSUB WRITE_TIME LOOP: GOSUB READ_TIME GOSUB SHOWTIME GOTO LOOP NX-BSP : i-stampp (OEM BASIC S tampp 0) Experiment board

9 ENTER: GOSUB WRITE_TIME WAIT: PAUSE DELAY_SW IF IN = 0 THEN WAIT GOTO LOOP WRITE_TIME: ICOUT 0,$,00,[SECONDS,MINUTES,HOURS,DAY,DATE,MONTH,YEAR] READ_TIME: ICIN 0,$D,00,[SECONDS,MINUTES,HOURS,DAY,DATE,MONTH,YEAR] SHOWTIME: DAY = DAY - ' OFFSET BRANCH DAY,[MON,TUE,WED,THU,FRI,SAT,SUN] MON: D_TEMP(0) = "M": D_TEMP() = "O": D_TEMP() = "N": GOTO LOOP TUE: D_TEMP(0) = "T": D_TEMP() = "U": D_TEMP() = "E": GOTO LOOP WED: D_TEMP(0) = "W": D_TEMP() = "E": D_TEMP() = "D": GOTO LOOP THU: D_TEMP(0) = "T": D_TEMP() = "H": D_TEMP() = "U": GOTO LOOP FRI: D_TEMP(0) = "F": D_TEMP() = "R": D_TEMP() = "I": GOTO LOOP SAT: D_TEMP(0) = "S": D_TEMP() = "A": D_TEMP() = "T": GOTO LOOP SUN: D_TEMP(0) = "S": D_TEMP() = "U": D_TEMP() = "N": GOTO LOOP LOOP: IF MONTH = $0 THEN OCT_ADJ IF MONTH = $ THEN NOV_ADJ IF MONTH = $ THEN DEC_ADJ GOTO LOOP OCT_ADJ: MONTH = $0A : GOTO LOOP NOV_ADJ: MONTH = $0B : GOTO LOOP DEC_ADJ: MONTH = $0C LOOP: MONTH = MONTH - ' OFFSET BRANCH MONTH,[JAN,FEB,MAR,APR,MAY,JUN,JUL7,AUG,SEP9,OCT0,NOV,DEC] JAN: M_TEMP(0) = "J" : M_TEMP() = "A" : M_TEMP() = "N" : GOTO LOOP FEB: M_TEMP(0) = "F" : M_TEMP() = "E" : M_TEMP() = "B" : GOTO LOOP MAR: M_TEMP(0) = "M" : M_TEMP() = "A" : M_TEMP() = "R" : GOTO LOOP APR: M_TEMP(0) = "A" : M_TEMP() = "P" : M_TEMP() = "R" : GOTO LOOP MAY: M_TEMP(0) = "M" : M_TEMP() = "A" : M_TEMP() = "Y" : GOTO LOOP JUN: M_TEMP(0) = "J" : M_TEMP() = "U" : M_TEMP() = "N" : GOTO LOOP JUL7: M_TEMP(0) = "J" : M_TEMP() = "U" : M_TEMP() = "L" : GOTO LOOP AUG: M_TEMP(0) = "A" : M_TEMP() = "U" : M_TEMP() = "G" : GOTO LOOP SEP9: M_TEMP(0) = "S" : M_TEMP() = "E" : M_TEMP() = "P" : GOTO LOOP OCT0: M_TEMP(0) = "O" : M_TEMP() = "C" : M_TEMP() = "T" : GOTO LOOP NOV: M_TEMP(0) = "N" : M_TEMP() = "O" : M_TEMP() = "V" : GOTO LOOP DEC: M_TEMP(0) = "D" : M_TEMP() = "E" : M_TEMP() = "C" LOOP: DEBUG HOME,"TIME= ",HEX HOURS,":",HEX MINUTES,":",HEX SECONDS,0, DEBUG "DAY = ",STR D_TEMP\,":",HEX DATE,"-",STR M_TEMP\,"-",HEX YEAR,0, DAY = DAY + MONTH = MONTH + NX-BSP : i-stampp (OEM BASIC StampP 0) Experiment board 9

10 I C bus experiment- : Reading temperature from DS C 0./0V BSP/0 P P0 R.k R.k VDD IC DS GND A A A0 7 a part of I C bus experiment section The DS is digital thermometer and thermostat that communicates with its host micro through an I C bus interface. The DS includes and alarm output that can be set to activate if the temperature exceeds a stated high threshold, and reset when the temperature falls below a stated low threshold. The reference schematic below shows components that are included on the NX-BSP board. ' Filename : ds_temp.bsp ' Connect P0 AND P TO IC bus experiment circuit section ' {$STAMP BSP} ' {$PBASIC.} RD_TEMP CON $AA ' READ temperature RD_CNT CON $A ' READ counter RD_SLOPE CON $A9 ' READ slope START_T CON $EE ' Start conversion STOP_T CON $ ' STOP conversion ACCESS_TH CON $A ' Rear OR WRITE TH ACCESS_TL CON $A ' Rear OR WRITE TL CONFIG CON $AC ' Rear OR WRITE CONFIG. register ID CON $90 ' Slave ID. RESULT MSB LSB POINT SIGN VAR Word VAR Byte VAR Byte VAR Byte VAR Byte ICOUT 0,ID,CONFIG,[%000000] ' Continuous conversion PAUSE ' Delay ms ICOUT 0,ID,[START_T] ' Start conversion LOOP: ICIN 0,ID,RD_TEMP,[MSB,LSB] GOSUB RESULT_ADJ GOTO LOOP 0 NX-BSP : i-stampp (OEM BASIC S tampp 0) Experiment board

11 RESULT_ADJ: SIGN = "-" IF MSB.BIT7 = THEN NEG_ADJ SIGN = " " MSB = MSB << MSB.BIT0 = LSB.BIT7 ' Show negative temperature ' Show positive temperature SHOW: POINT = "" IF MSB.BIT0 = THEN HALF POINT = "0" HALF: MSB = MSB/ PAUSE 0 DEBUG HOME,"TEMPERATURE = ",SIGN,DEC MSB,".",POINT," C" NEG_ADJ: MSB = MSB << MSB.BIT0 = LSB.BIT7 MSB = ~MSB MSB = MSB + GOTO SHOW ' s complement ' s complement NX-BSP : i-stampp (OEM BASIC StampP 0) Experiment board

12 ibutton reader -wire/ibutton experiment section R.k ibutton socket i-stampp P DS909F DS990A ibutton ' Filename : ds990_reader.bsp ' Connect P TO ibutton section ' {$STAMP BSP} ' STAMP directive (specifies a BSP) ' {$PBASIC.} '******************* Byte MODE,LOW SPEED *********************************** MODE0 CON 0 ' No Reset MODE CON ' Reset before DATA MODE CON ' Reset after DATA MODE CON ' Reset before AND after DATA '******************* Bit MODE,LOW SPEED *********************************** MODE CON ' No Reset MODE CON ' Reset before DATA MODE CON ' Reset after DATA MODE7 CON 7 ' Reset before AND after DATA I VAR Nib SERIAL VAR Byte() START: GOSUB READ_ID GOSUB SHOW_ID STOP SHOW_ID: PAUSE ' DELAY FOR START DEBUG DEBUG HOME,"CRC VALUE = ",IHEX SERIAL(7),CR DEBUG "SERIAL No. = $" FOR I = TO DEBUG HEX SERIAL(I) NEXT DEBUG CR, "FAMILY CODE= ",IHEX SERIAL(0) READ_ID: OWOUT,MODE,[$0F] ' SEND READ ROM <FOR DS990(A) ONLY> OWIN,MODE,[STR SERIAL\] ' READ ROM NX-BSP : i-stampp (OEM BASIC S tampp 0) Experiment board

13 L7 DC motor Driver demonstration LED monitor R0-R0 0 x +V D D i-stampp P P P P0 P P M+ M- R0 k7 R0 k7 7 C0 0./0V M0 V DC motor IC0 L7M M D0-D0 N x DC motor driver D D D R0 0k * S0 S0 S0 S00 The L7 is a high-power dual operational amplifier that, in this application, is configured as a bidirectional DC motor driver. The i-stampp monitors input buttons that control movement, direction, and speed. Note that the i-stampp is used to synthesize the PWM waveform used to control motor speed. The reference schematic below shows components that are included on the NX-BSP board. ' *************************************************** ' Filename : l7.bsp ' Simple DC motor control using the L7M ' *************************************************** ' {$STAMP BSp} ' {$PBASIC.} Motor_Pos PIN Motor_Neg PIN Led_CCW PIN Led_CW PIN SW VAR INA ' pins 0 - M_Stop CON 0 ' motor states M_CW CON M_CCW CON Lo_Speed CON Hi_Speed CON 0 NX-BSP : i-stampp (OEM BASIC StampP 0) Experiment board

14 state VAR Nib ' motor state speed VAR Byte ' PWM output high time speed VAR Byte ' PWM output low time Setup: state = M_Stop Main: DO ON state GOSUB Motor_Stop, Motor_CW, Motor_CCW GOSUB Check_SW LOOP Check_SW: SELECT SW CASE %00 state = M_Stop LOW Led_CW LOW Led_CCW DO : LOOP UNTIL (SW = %) ' force button release PAUSE 0 CASE %0 state = M_CCW LOW Led_CW HIGH Led_CCW CASE %0 state = M_CW HIGH Led_CW LOW Led_CCW CASE %0 speed = speed + MAX Hi_Speed ' increase speed speed = speed - MIN Lo_Speed CASE %0 speed = speed - MIN Lo_Speed ' decrease speed speed = speed + MAX Hi_Speed ENDSELECT Motor_Stop: ' stop motor LOW Motor_Pos LOW Motor_Neg speed = (Lo_Speed + Hi_Speed) / ' reset default speed speed = speed Motor_CW: ' turn clockwise HIGH Motor_Neg LOW Motor_Pos PAUSE speed HIGH Motor_Pos PAUSE speed Motor_CCW: ' turn counter-clockwise HIGH Motor_Pos LOW Motor_Neg PAUSE speed HIGH Motor_Neg PAUSE speed NX-BSP : i-stampp (OEM BASIC S tampp 0) Experiment board

5 8 LED MAX6950/MAX6951 MAX6950/MAX6951 SPI TM QSPI TM MICROWIRE TM 7 LED LED 2.7V MAX LED MAX LED 16 (0-9 A-F) RAM 16 7 LED LED

5 8 LED MAX6950/MAX6951 MAX6950/MAX6951 SPI TM QSPI TM MICROWIRE TM 7 LED LED 2.7V MAX LED MAX LED 16 (0-9 A-F) RAM 16 7 LED LED 19-2227; Rev 1; 12/01 +2.7V SPI TM QSPI TM MICROWIRE TM 7 2.7V MAX6950 5 7 40 MAX6951 8 7 64 16 (0-9 A-F) RAM 16 7 EMI ( 1 8 ) 26MHz SPI/QSPI/MICROWIRE +2.7V 16 / EMI 75µA ( ) 16 QSOP PART TEMP. RANGE

More information

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content Content Introduction Page 01 - Feature Function / Specification Page 02 - Electronic Specification Page 03 Hardware Information - PCB Scheme Page 04 - Jumper / Connectors Description Page 04 - Operation

More information

LABORATORY MANUAL MICROPROCESSOR AND MICROCONTROLLER

LABORATORY MANUAL MICROPROCESSOR AND MICROCONTROLLER LABORATORY MANUAL S u b j e c t : MICROPROCESSOR AND MICROCONTROLLER TE (E lectr onics) ( S e m V ) 1 I n d e x Serial No T i tl e P a g e N o M i c r o p r o c e s s o r 8 0 8 5 1 8 Bit Addition by Direct

More information

MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa)

MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 150 PSI I 2 C and SPI Interface up to

More information

LOGIC CIRCUITS. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D.

LOGIC CIRCUITS. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D. Basic Experiment and Design of Electronics LOGIC CIRCUITS Ho Kyung Kim, Ph.D. hokyung@pusan.ac.kr School of Mechanical Engineering Pusan National University Digital IC packages TTL (transistor-transistor

More information

SERIALLY PROGRAMMABLE CLOCK SOURCE. Features

SERIALLY PROGRAMMABLE CLOCK SOURCE. Features DATASHEET ICS307-03 Description The ICS307-03 is a dynamic, serially programmable clock source which is flexible and takes up minimal board space. Output frequencies are programmed via a 3-wire SPI port.

More information

S P E C I F I C A T I O N

S P E C I F I C A T I O N S P E C I F I C A T I O N SYMB. NO. APPD. CHKD. DSGD. LG INNOTEK CO., LTD. APPD. CHKD. DSGD. NOTE : TDQX P001F 04.09.06 Hyung- Teak Lim 04.0906 Ko- Young Yuen TITLE : SPECIFICATION DOCUMENT NO:NC40050

More information

CRYSTAL CLEAR TECHNOLOGY SDN. BHD. Spec. No: CMC216-01

CRYSTAL CLEAR TECHNOLOGY SDN. BHD. Spec. No: CMC216-01 LCD Module Specification 1.0 Table of Contents Page 1. Cover & Contents 1 2. Record of revision 2 3. General specification 3 4. Absolute maximum ratings 4 5. Electrical characteristics 4 6. Environmental

More information

DATA SHEET. Thermocouple module with digital I²C-Interface - THMOD-I²C. Characteristic features. Areas of application. Features.

DATA SHEET. Thermocouple module with digital I²C-Interface - THMOD-I²C. Characteristic features. Areas of application. Features. Description Characteristic features Industrial temperature measuring method Wide measuring range, -270...+1360 C Digital I²C-interface Simple integration to micro-controller Scope of supply with thermocouple,

More information

Recording Voice Modules

Recording Voice Modules Recording Voice Modules WTV-SR Manual Data Sheet Table of contents. Features.... Structured flowchart.... Packages diagram... 4. Parameters... 4. Environmental Absolute Max Ratings.... Control modes.....

More information

EMERGING DISPLAY CUSTOMER ACCEPTANCE SPECIFICATIONS 162A0(LED TYPES) EXAMINED BY : FILE NO. CAS ISSUE :NOV.18,1999 TOTAL PAGE : 8 APPROVED BY:

EMERGING DISPLAY CUSTOMER ACCEPTANCE SPECIFICATIONS 162A0(LED TYPES) EXAMINED BY : FILE NO. CAS ISSUE :NOV.18,1999 TOTAL PAGE : 8 APPROVED BY: EXAMINED BY : FILE NO. CAS-10042 APPROVED BY: EMERGING DISPLAY TECHNOLOGIES CORPORATION ISSUE :NOV.18,1999 TOTAL PAGE : 8 VERSION : 3 CUSTOMER ACCEPTANCE SPECIFICATIONS MODEL : 162A0(LED TYPES) FOR MESSRS

More information

Minute Impulse Clock Controller I01DN

Minute Impulse Clock Controller I01DN 99b-mi USER S MANUAL Minute Impulse Clock Controller Mon Jun 01, 2009 12:00:00 PM DST HOLD ENTER KEY TO BEGIN CANCEL HR I01DN 97 West Street Medfield, MA 02052 U.S.A. (508) 359-4396 Pg. 2 of 20 TABLE OF

More information

I2 C Compatible Digital Potentiometers AD5241/AD5242

I2 C Compatible Digital Potentiometers AD5241/AD5242 a Preliminary Technical ata FEATURES Position Potentiometer Replacement 0K, 00K, M, Ohm Internal Power ON Mid-Scale Preset +. to +.V Single-Supply; ±.V ual-supply Operation I C Compatible Interface APPLICATIONS

More information

Using a Microcontroller to Study the Time Distribution of Counts From a Radioactive Source

Using a Microcontroller to Study the Time Distribution of Counts From a Radioactive Source Using a Microcontroller to Study the Time Distribution of Counts From a Radioactive Source Will Johns,Eduardo Luiggi (revised by Julia Velkovska, Michael Clemens September 11, 2007 Abstract In this lab

More information

CHV Series Vector Control Inverter Options. Operating Instructions for Tension Control Card

CHV Series Vector Control Inverter Options. Operating Instructions for Tension Control Card CHV Series Vector Control Inverter Options Operating Instructions for Control Card 1. Model and Specifications 1.1 Model The model of tension card is CHV00ZL. CHV series inverter can conduct constant

More information

Acceleration/Velocity/Displacement VIBRATION METER

Acceleration/Velocity/Displacement VIBRATION METER Acceleration/Velocity/Displacement VIBRATION METER Model : VB-8220 Your purchase of this VIBRATION METER marks a step forward for you into the field of precision measurement. Although this METER is a complex

More information

SC125MS. Data Sheet and Instruction Manual. ! Warning! Salem Controls Inc. Stepper Motor Driver. Last Updated 12/14/2004

SC125MS. Data Sheet and Instruction Manual. ! Warning! Salem Controls Inc. Stepper Motor Driver.   Last Updated 12/14/2004 SC125MS Stepper Motor Driver Salem Controls Inc. Last Updated 12/14/2004! Warning! Stepper motors and drivers use high current and voltages capable of causing severe injury. Do not operate this product

More information

MODBUS Protocol for CS141 network card families

MODBUS Protocol for CS141 network card families Last update: 20/09/208 MODBUS Protocol for CS4 network card families Summary. MODBUS PROTOCOL... 2.. MODBUS COMMUNICATION PARAMETERS... 2.2. AVAILABLE MODBUS FUNCTION CODES... 2.3. EXCEPTION CODES... 3

More information

P300. Technical Manual I/Os, 240 solenoid drivers th Street, Davis, CA 95616, USA Tel: Fax:

P300. Technical Manual I/Os, 240 solenoid drivers th Street, Davis, CA 95616, USA Tel: Fax: 00+ I/Os, 0 solenoid drivers Technical Manual 0 th Street, Davis, CA, USA Tel: 0--00 Fax: 0--0 Email: sales@tern.com http://www.tern.com COPYRIHT, i-engine, A-Engine, R-Engine and ACTF are trademarks of

More information

Preliminary Datasheet

Preliminary Datasheet Macroblock Preliminary Datasheet Features 3 output channels for RGB D lamps Output current invariant to load voltage change Programmable output current for each channel Built-in brightness control Constant

More information

DATASHEET CA3162. Features. Description. Ordering Information. Pinout. Functional Block Diagram. A/D Converters for 3-Digit Display

DATASHEET CA3162. Features. Description. Ordering Information. Pinout. Functional Block Diagram. A/D Converters for 3-Digit Display DATASHEET CA A/D Converters for -Digit Display Features Dual Slope A/D Conversion Multiplexed BCD Display Ultra Stable Internal Band Gap Voltage Reference Capable of Reading 99mV Below Ground with Single

More information

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

Differential Pressure Sensor

Differential Pressure Sensor Differential Pressure Sensor MDP200 Series Features Pressure range up to ±500Pa with high accuracy of ±3.0% m.v. Pressure based on thermal micro-flow measurement Outstanding hysteresis and repeatability

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) TDA7343 DIGITALLY CONTROLLED AUDIO PROCESSOR INPUT MULTIPLEXER - TWO STEREO AND ONE MONO INPUTS - SELECTABLE INPUT GAIN FOR OPTIMAL ADAPTATION TO DIFFERENT SOURCES FULLY PROGRAMMABLE LOUDNESS FUNCTION

More information

PART TEMP RANGE PIN-PACKAGE

PART TEMP RANGE PIN-PACKAGE 9-0850; Rev 4; 6/0 Ω μ INT INT μ PART TEMP RANGE PIN-PACKAGE MAX7359ETG+ -40 C to +85 C 24 TQFN-EP* MAX7359EWA+ -40 C to +85 C 25 WLP * TOP VIEW AD0 GND IC COL0 8 7 6 5 4 3 INPUT +62V TO +36V V CC MAX7359

More information

ISSP User Guide CY3207ISSP. Revision C

ISSP User Guide CY3207ISSP. Revision C CY3207ISSP ISSP User Guide Revision C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights Copyrights

More information

* Note: If Vee varies from recommended value, you cannot get proper contrast or viewing angle.

* Note: If Vee varies from recommended value, you cannot get proper contrast or viewing angle. Example of Power Supply (Except for DMC40401 Series) Normal Temperature Type Extended Temperature Type * Note: If ee varies from recommended value, you cannot get proper contrast or viewing angle. Examples

More information

89BSD CALCULATION METHOD APPLICATION NOTE

89BSD CALCULATION METHOD APPLICATION NOTE FUNCTIONAL DESCRIPTION GENERAL The 89BSD consists of a piezoresistive sensor and a sensor interface IC. The main function of the sensor interface IC is to convert the uncompensated analogue output voltage

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

ME5643. Mechatronics. Final Project Report. Automated Cantilever Strain Measurements. Group 8. Francisco Gilbert Kitty Lamb

ME5643. Mechatronics. Final Project Report. Automated Cantilever Strain Measurements. Group 8. Francisco Gilbert Kitty Lamb ME5643 Mechatronics Final Project Report Automated Cantilever Strain Measurements Group 8 Francisco Gilbert Kitty Lamb December 21 st, 2009 Tables of contents 1. Abstract 2. Introduction 3. System a. Mechanical

More information

P300. Technical Manual

P300. Technical Manual + I/Os, solenoid drivers Technical Manual icasso venue, avis, C, US Tel: -- Fax: -- Email: sales@tern.com http://www.tern.com COYRIHT, i-engine, -Engine, R-Engine and CTF are trademarks of TERN, Inc. mes

More information

NJW CHANNEL ELECTRONIC VOLUME

NJW CHANNEL ELECTRONIC VOLUME 2-CHANNEL ELECTRONIC VOLUME GENERAL DESCRIPTION NJW9 is a two channel electronic volume IC. It is included output buffer amplifier and also resistor output terminal for using external amplifier to customize

More information

TDA7442 TDA7442D TONE CONTROL AND SURROUND DIGITALLY CONTROLLED AUDIO PROCESSOR 1 FEATURES 2 DESCRIPTION. Figure 1. Packages

TDA7442 TDA7442D TONE CONTROL AND SURROUND DIGITALLY CONTROLLED AUDIO PROCESSOR 1 FEATURES 2 DESCRIPTION. Figure 1. Packages TDA7442 TDA7442D TONE CONTROL AND SURROUND DIGITALLY CONTROLLED AUDIO PROCESSOR 1 FEATURES 4 STEREO INPUTS INPUT ATTENUATION CONTROL IN 0.5dB STEP TREBLE AND BASS CONTROL TWO SURROUND MODE AVAILABLE WITH

More information

TONE CONTROL AND SURROUND DIGITALLY CONTROLLED AUDIO PROCESSOR WITH AGC PS1 AGC LP L-IN1 R-IN1 L-IN2 R-IN2 L-IN3 R-IN3 L-IN4 R-IN4 L-IN5 R-IN5 L-MUX

TONE CONTROL AND SURROUND DIGITALLY CONTROLLED AUDIO PROCESSOR WITH AGC PS1 AGC LP L-IN1 R-IN1 L-IN2 R-IN2 L-IN3 R-IN3 L-IN4 R-IN4 L-IN5 R-IN5 L-MUX TONE CONTROL AND SURROUND DIGITALLY CONTROLLED AUDIO PROCESSOR WITH AGC INPUT MULTIPLEXER - 5 STEREO INPUTS - SELECTABLE INPUT GAIN FOR OPTIMAL ADAPTATION TO DIFFERENT SOURCES ONE STEREO OUTPUT AGC TREBLE

More information

TDA7429L 3 BAND EQUALIZER AUDIO PROCESSOR WITH SUBWOOFER CONTROL

TDA7429L 3 BAND EQUALIZER AUDIO PROCESSOR WITH SUBWOOFER CONTROL 3 BAND EQUALIZER AUDIO PROCESSOR WITH SUBWOOFER CONTROL 3 STEREO INPUTS AUXILIARY MONO INPUT INPUT ATTENUATION CONTROL IN 0.5dB STEP TREBLE MIDDLE AND BASS CONTROL FOUR SPEAKERS ATTENUATORS: - 4 INDEPENDENT

More information

Evaluation Board for 8-/10-/12-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD5428/AD5440/AD5447EB

Evaluation Board for 8-/10-/12-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD5428/AD5440/AD5447EB Evaluation Board for 8-/0-/-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD58/AD50/AD5EB FEATURES Operates from dual ± V and 5 V supplies On-board reference and output amplifiers Direct hookup

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) State any two Boolean laws. (Any 2 laws 1 mark each)

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) State any two Boolean laws. (Any 2 laws 1 mark each) Subject Code: 17333 Model Answer Page 1/ 27 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

SYSTEM BRIEF DAILY SUMMARY

SYSTEM BRIEF DAILY SUMMARY SYSTEM BRIEF DAILY SUMMARY * ANNUAL MaxTemp NEL (MWH) Hr Ending Hr Ending LOAD (PEAK HOURS 7:00 AM TO 10:00 PM MON-SAT) ENERGY (MWH) INCREMENTAL COST DAY DATE Civic TOTAL MAXIMUM @Max MINIMUM @Min FACTOR

More information

MS4525HRD (High Resolution Digital)

MS4525HRD (High Resolution Digital) MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 150

More information

PI2EQX6804-ANJE EvalBoard Rev.A User Guide

PI2EQX6804-ANJE EvalBoard Rev.A User Guide PIEQX0-ANJE EvalBoard Rev.A User Guide Introduction Pericom Semiconductor s PIEQX0-A is a low power, SAS, SATA, XAUI signal Re-Driver. The device provides programmable equalization, amplification, and

More information

TDA7342 DIGITALLY CONTROLLED AUDIO PROCESSOR

TDA7342 DIGITALLY CONTROLLED AUDIO PROCESSOR TDA7342 DIGITALLY CONTROLLED AUDIO PROCESSOR INPUT MULTIPLEXER - TWO STEREO AND ONE MONO INPUTS - ONE QUASI DIFFERENTIAL INPUT - SELECTABLE INPUT GAIN FOR OPTIMAL ADAPTATION TO DIFFERENT SOURCES FULLY

More information

DS1225Y. 64K Nonvolatile SRAM FEATURES PIN ASSIGNMENT

DS1225Y. 64K Nonvolatile SRAM FEATURES PIN ASSIGNMENT DS1225Y 64K Nonvolatile SRAM FEATURES years minimum data retention in the absence of external power PIN ASSIGNMENT NC 1 28 VCC Data is automatically protected during power loss Directly replaces 8K x 8

More information

NTE74HC299 Integrated Circuit TTL High Speed CMOS, 8 Bit Universal Shift Register with 3 State Output

NTE74HC299 Integrated Circuit TTL High Speed CMOS, 8 Bit Universal Shift Register with 3 State Output NTE74HC299 Integrated Circuit TTL High Speed CMOS, 8 Bit Universal Shift Register with 3 State Output Description: The NTE74HC299 is an 8 bit shift/storage register with three state bus interface capability

More information

Assembly Programming through Arduino

Assembly Programming through Arduino 1 Assembly Programming through Arduino G V V Sharma Contents 1 Components 1 2 Seven Segment Display 1 2.1 Hardware Setup....... 1 2.2 Software Setup........ 2 2.3 Controlling the Display... 2 3 Display

More information

Grabber. Technical Manual

Grabber. Technical Manual Grabber 0 MHZ Analog Signal Digitizer Technical Manual 0 th Street, Davis, CA, USA Tel: 0--00 Fax: 0--0 Email: sales@tern.com http://www.tern.com COPYRIGHT Grabber, and A-Engine are trademarks of TERN,

More information

ADVANCED INFORMATION MS4525HRD (High Resolution Digital)

ADVANCED INFORMATION MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 150 PSI I 2 C and SPI Interface up to

More information

Acceleration, Velocity, Separate probe VIBRATION METER Model : VB-8202

Acceleration, Velocity, Separate probe VIBRATION METER Model : VB-8202 Acceleration, Velocity, Separate probe VIBRATION METER Model : VB-8202 Your purchase of this VIBRATION METER marks a step forward for you into the field of precision measurement. Although this METER is

More information

Digital Design through Arduino

Digital Design through Arduino 1 Digital Design through Arduino G V V Sharma Contents 1 Display Control through Hardware 1 1.1 Components......... 1 1.2 Powering the Display.... 1 1.3 Controlling the Display... 2 2 Display Control through

More information

Infrared Tire Temperature Sensor Kit, IRTS-UK-V2 Datasheet

Infrared Tire Temperature Sensor Kit, IRTS-UK-V2 Datasheet The Izze-Racing infrared sensor is specifically designed to measure the highly transient surface temperature of a tire with spatial fidelity, providing invaluable information for chassis tuning, tire exploitation,

More information

S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques

S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques Time: 3 Hrs.] Prelim Question Paper Solution [Marks : 100 Q.1(a) Attempt any SIX of the following : [12]

More information

LOGIC CIRCUITS. Basic Experiment and Design of Electronics

LOGIC CIRCUITS. Basic Experiment and Design of Electronics Basic Experiment and Design of Electronics LOGIC CIRCUITS Ho Kyung Kim, Ph.D. hokyung@pusan.ac.kr School of Mechanical Engineering Pusan National University Outline Combinational logic circuits Output

More information

9-Channel 64steps Constant-Current LED Driver with SPI Control. Features

9-Channel 64steps Constant-Current LED Driver with SPI Control. Features BCT3119 with SPI Control General Description The BCT3119 is a constant current driver incorporating shift register and data latch. This CMOS device is designed for LED display applications. The max output

More information

TR7707. TR7707 Document No.:TR7707 Version: x240 dot Graphics Mono up to16 grayscale STN-LCD Driver/Controller INTRODUCTION FEATURES

TR7707. TR7707 Document No.:TR7707 Version: x240 dot Graphics Mono up to16 grayscale STN-LCD Driver/Controller INTRODUCTION FEATURES TR7707 Document No.TR7707 Version 004 TR7707 320 x240 dot Graphics Mono up to16 grayscale STN-LCD Driver/Controller INTRODUCTION The TR7707 is a single chip, 16-grayscale/Mono STN-LCD driver with controller

More information

PRIMARE A32 Power Amplifier Service Manual

PRIMARE A32 Power Amplifier Service Manual PRIMRE Power mplifier Service Manual . Technical Description.. Error codes.. Bias djustment.. Schematics.. Technical Specifications. onfidential! This document is not allowed to show for third part without

More information

Mountain View Community Shuttle Monthly Operations Report

Mountain View Community Shuttle Monthly Operations Report Mountain View Community Shuttle Monthly Operations Report December 6, 2018 Contents Passengers per Day, Table...- 3 - Passengers per Day, Chart...- 3 - Ridership Year-To-Date...- 4 - Average Daily Ridership

More information

Series CCR-39S Multi-Throw DC-12 GHz, SP9T & SP10T Latching Coaxial Switch

Series CCR-39S Multi-Throw DC-12 GHz, SP9T & SP10T Latching Coaxial Switch PART NUMBER CCR-39S DESCRIPTION Commercial Latching Multi-throw, DC-12GHz The CCR-39Sis a broadband, multi-throw, electromechanical coaxial switch designed to switch a microwave signal from a common input

More information

PTC04-DB Daughter Board for Melexis PTC devices. Features and Benefits. Applications. Ordering Information. Accesoires. Functional Diagram

PTC04-DB Daughter Board for Melexis PTC devices. Features and Benefits. Applications. Ordering Information. Accesoires. Functional Diagram PTC0-DB-0 Features and Benefits PTC0 interface board for testing devices 0 0 0 00 Applications Experimental tool for Lab and Prototyping Production Equipment for Serial Programming Ordering Information

More information

PTC04-DB Daughter Board for Melexis PTC devices

PTC04-DB Daughter Board for Melexis PTC devices PTC0-DB-0 Features and Benefits PTC0 interface board for testing devices: MLX0 MLX0 MLX0 MLX0 MLX00 MLX0 MLX0 MLX0 Applications Experimental tool for Lab and Prototyping Production Equipment for Serial

More information

MS BA01 Miniature Altimeter Module

MS BA01 Miniature Altimeter Module High resolution module, 20 cm Fast conversion down to 0.5 ms Low power, 0.6 µa (standby < 0.15 µa at 25 C) Integrated digital pressure sensor (24 bit ΔΣ AC) Supply voltage 1.8 to 3.6 V Operating range:

More information

LE Ω SECOND SOURCE BLEED RESISTORS PART. Maxim Integrated Products 1 MAX4800A MAX4802A. TQFP 7mm x 7mm ; Rev 0; 5/08 N.C. (RGND) TOP VIEW GND

LE Ω SECOND SOURCE BLEED RESISTORS PART. Maxim Integrated Products 1 MAX4800A MAX4802A. TQFP 7mm x 7mm ; Rev 0; 5/08 N.C. (RGND) TOP VIEW GND 19-4120; Rev 0; 5/08 Ω Ω μ TOP VIEW DIN VDD GND (RGND) VNN 36 35 34 33 32 31 30 29 28 27 26 25 PART BED RESISTORS SECOND SOURCE PIN- PACKAGE CXZ+* No 26 CSBGA CQI+ No HV2203PJ-G 28 PLCC CCM+* No HV2203FG-G

More information

UNISONIC TECHNOLOGIES CO., LTD L16B45 Preliminary CMOS IC

UNISONIC TECHNOLOGIES CO., LTD L16B45 Preliminary CMOS IC UNISONIC TECHNOLOGIES CO., LTD L16B45 Preliminary CMOS IC 16-BIT CONSTANT CURRENT LED SINK DRIVER DESCRIPTION The UTC L16B45 is designed for LED displays. UTC L16B45 contains a serial buffer and data latches

More information

MM74C912 6-Digit BCD Display Controller Driver MM74C917 6-Digit Hex Display Controller Driver

MM74C912 6-Digit BCD Display Controller Driver MM74C917 6-Digit Hex Display Controller Driver MM74C912 6-Digit BCD Display Controller Driver MM74C917 6-Digit Hex Display Controller Driver General Description The MM74C912 MM74C917 display controllers are interface elements with memory that drive

More information

Vidyalankar S.E. Sem. III [INFT] Analog and Digital Circuits Prelim Question Paper Solution

Vidyalankar S.E. Sem. III [INFT] Analog and Digital Circuits Prelim Question Paper Solution . (a). (b) S.E. Sem. III [INFT] Analog and Digital Circuits Prelim Question Paper Solution Practical Features of OpAmp (A 74) i) Large voltage gain (of the order of 2 0 5 ) ii) Very high input resistance

More information

PART kHz CRYSTAL ALARM FUNCTION

PART kHz CRYSTAL ALARM FUNCTION 19-2085; Rev 2; 5/04 3-Wire Serial RTC in a TDFN General Description The 3-wire serial interface real-time clock in a TDFN package contains a real-time clock/calendar and 31 x 8 bits of static RAM (SRAM).

More information

INT RST TEMP RANGE PIN- PACKAGE TOP MARK PKG CODE PART. -40 C to +125 C -40 C to +125 C 16 QSOP E16-4 MAX7323AEE+ 16 TQFN-EP* 3mm x 3mm MAX7323ATE+

INT RST TEMP RANGE PIN- PACKAGE TOP MARK PKG CODE PART. -40 C to +125 C -40 C to +125 C 16 QSOP E16-4 MAX7323AEE+ 16 TQFN-EP* 3mm x 3mm MAX7323ATE+ 19-3806; Rev 1; 7/07 INT RST Ω μ PART MAX7323AEE+ MAX7323ATE+ * TEMP RANGE -40 C to +125 C -40 C to +125 C PIN- PACKAGE TOP MARK PKG CODE 16 QSOP E16-4 16 TQFN-EP* 3mm x 3mm ADE T1633-4 PART INPUTS INTERRUPT

More information

Nyquist-Rate D/A Converters. D/A Converter Basics.

Nyquist-Rate D/A Converters. D/A Converter Basics. Nyquist-Rate D/A Converters David Johns and Ken Martin (johns@eecg.toronto.edu) (martin@eecg.toronto.edu) slide 1 of 20 D/A Converter Basics. B in D/A is a digital signal (or word), B in b i B in = 2 1

More information

Lab 3 Revisited. Zener diodes IAP 2008 Lecture 4 1

Lab 3 Revisited. Zener diodes IAP 2008 Lecture 4 1 Lab 3 Revisited Zener diodes R C 6.091 IAP 2008 Lecture 4 1 Lab 3 Revisited +15 Voltage regulators 555 timers 270 1N758 0.1uf 5K pot V+ V- 2N2222 0.1uf V o. V CC V Vin s = 5 V Vc V c Vs 1 e t = RC Threshold

More information

GR16. Technical Manual. 10 M SPS, 16-bit Analog Signal Digitizer up to 8MB FIFO

GR16. Technical Manual. 10 M SPS, 16-bit Analog Signal Digitizer up to 8MB FIFO GR M SPS, -bit Analog Signal Digitizer up to MB FIFO Technical Manual 90 th Street, Davis, CA 9, USA Tel: 0--00 Fax: 0--0 Email: sales@tern.com web site: www.tern.com COPYRIGHT GR, EL, Grabber, and A-Engine

More information

RT9403. I 2 C Programmable High Precision Reference Voltage Generator. Features. General Description. Ordering Information.

RT9403. I 2 C Programmable High Precision Reference Voltage Generator. Features. General Description. Ordering Information. I 2 C Programmable High Precision Reference Voltage Generator General Description The RT9403 is a high precision reference voltage generating console consisting of three I 2 C programmable DACs. Each DAC

More information

Respiratory Pressure. Meter Service Manual. Introduction 3. Operation 3. Respiratory Pressure. Meter Layout 4. Cleaning and Maintaining the

Respiratory Pressure. Meter Service Manual. Introduction 3. Operation 3. Respiratory Pressure. Meter Layout 4. Cleaning and Maintaining the Contents page Introduction Operation Respiratory Pressure Meter Layout SNIP MIP / MEP OFF Cleaning and Maintaining the Respiratory Pressure Meter Disassembling the Respiratory Pressure Meter Reassembling

More information

L4970A 10A SWITCHING REGULATOR

L4970A 10A SWITCHING REGULATOR L4970A 10A SWITCHING REGULATOR 10A OUTPUT CURRENT.1 TO 40 OUTPUT OLTAGE RANGE 0 TO 90 DUTY CYCLE RANGE INTERNAL FEED-FORWARD LINE REGULA- TION INTERNAL CURRENT LIMITING PRECISE.1 ± 2 ON CHIP REFERENCE

More information

HCE Series Miniature amplified pressure sensors

HCE Series Miniature amplified pressure sensors FEATURES 10 to 5, absolute, gage or differential pressure Barometric pressure ranges Digital SPI bus and analog output Precision ASIC signal conditioning Calibred and temperure compensed Mched pressure

More information

Series CCR-39S Multi-Throw DC-12 GHz, SP7T & SP8T Latching Coaxial Switch

Series CCR-39S Multi-Throw DC-12 GHz, SP7T & SP8T Latching Coaxial Switch PART NUMBER CCR-39S DESCRIPTION Commercial Latching Multi-throw, DC-12GHz The CCR-39S is a broadband, multi-throw, electromechanical coaxial switch designed to switch a microwave signal from a common input

More information

Series CCR-39S Multi-Throw DC-12 GHz, SP9T & SP10T Latching Coaxial Switch

Series CCR-39S Multi-Throw DC-12 GHz, SP9T & SP10T Latching Coaxial Switch COAX SWITCHES Series CCR-39S PART NUMBER CCR-39S DESCRIPTION Commercial Latching Multi-throw, DC-12GHz The CCR-39Sis a broadband, multi-throw, electromechanical coaxial switch designed to switch a microwave

More information

MARKING DIAGRAMS DIP PIN ASSIGNMENT ORDERING INFORMATION TRUTH TABLE CDIP 16 L SUFFIX CASE 620 MC10165L AWLYYWW

MARKING DIAGRAMS DIP PIN ASSIGNMENT ORDERING INFORMATION TRUTH TABLE CDIP 16 L SUFFIX CASE 620 MC10165L AWLYYWW The M0 is a device designed to encode eight inputs to a binary coded output. The output code is that of the highest order input. Any input of lower priority is ignored. Each output incorporates a latch

More information

DIGITALLY CONTROLLED AUDIO PROCESSOR

DIGITALLY CONTROLLED AUDIO PROCESSOR DIGITALLY CONTROLLED AUDIO PROCESSOR PRODUCT PREVIEW INPUT MULTIPLEXER - THREE STEREO AND ONE MONO INPUTS - SELECTABLE INPUT GAIN FOR OPTIMAL ADAPTATION TO DIFFERENT SOURCES VOLUME CONTROL IN 0.3dB STEPS

More information

INTEGRATED CIRCUITS. For a complete data sheet, please also download:

INTEGRATED CIRCUITS. For a complete data sheet, please also download: INTEGRATED CIRCUITS DATA SEET For a complete data sheet, please also download: The IC6 74C/CT/CU/CMOS Logic Family Specifications The IC6 74C/CT/CU/CMOS Logic Package Information The IC6 74C/CT/CU/CMOS

More information

MS BA Altimeter and diving pressure sensor

MS BA Altimeter and diving pressure sensor MS5803-07BA Altimeter and diving pressure sensor Excellent accuracy for both altimeter and diving applications until 70m depth Operating range: 0 to 7 bar, -20 to +85 C High resolution module, 0.4m air

More information

TOSHIBA Bi-CMOS Processor IC Silicon Monolithic TB62201AF. Dual-Stepping Motor Driver IC for OA Equipment Using PWM Chopper Type

TOSHIBA Bi-CMOS Processor IC Silicon Monolithic TB62201AF. Dual-Stepping Motor Driver IC for OA Equipment Using PWM Chopper Type TOSIBA Bi-CMOS Processor IC Silicon Monolithic TB62201AF Dual-Stepping Motor Driver IC for OA Equipment Using PWM Chopper Type The TB62201AF is a dual-stepping motor driver driven by chopper micro-step

More information

LV5217GP. Specifications. Bi-CMOS IC 3ch LED Driver. Absolute Maximum Ratings at Ta = 25 C. Ordering number : ENA0833A.

LV5217GP. Specifications. Bi-CMOS IC 3ch LED Driver. Absolute Maximum Ratings at Ta = 25 C. Ordering number : ENA0833A. Ordering number : ENA0833A LV5217GP Bi-CMOS IC 3ch LED Driver Overview This LV5217GP is 3-channel LED driver for cell phones. Each LED driver current can be adjusted by I2C bus. LV5217GP can perform various

More information

SUMMER 18 EXAMINATION Subject Name: Principles of Digital Techniques Model Answer Subject Code:

SUMMER 18 EXAMINATION Subject Name: Principles of Digital Techniques Model Answer Subject Code: Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

Data byte 0 Data byte 1 Data byte 2 Data byte 3 Data byte 4. 0xA Register Address MSB data byte Data byte Data byte LSB data byte

Data byte 0 Data byte 1 Data byte 2 Data byte 3 Data byte 4. 0xA Register Address MSB data byte Data byte Data byte LSB data byte SFP200 CAN 2.0B Protocol Implementation Communications Features CAN 2.0b extended frame format 500 kbit/s Polling mechanism allows host to determine the rate of incoming data Registers The SFP200 provides

More information

EXPERIMENT Bit Binary Sequential Multiplier

EXPERIMENT Bit Binary Sequential Multiplier 12.1 Objectives EXPERIMENT 12 12. -Bit Binary Sequential Multiplier Introduction of large digital system design, i.e. data path and control path. To apply the above concepts to the design of a sequential

More information

VFD- RoHS Compliant M0116MY-161LSBR2-1. User s Guide. (Vacuum Fluorescent Display Module) For product support, contact

VFD- RoHS Compliant M0116MY-161LSBR2-1. User s Guide. (Vacuum Fluorescent Display Module) For product support, contact User s Guide M0116MY-161LSBR2-1 VF- RoHS Compliant (Vacuum Fluorescent isplay Module) For product support, contact Newhaven isplay International 2511 Technology rive, #101 Elgin, IL 60124 Tel: (847) 844-8795

More information

MM74C912 6-Digit BCD Display Controller/Driver

MM74C912 6-Digit BCD Display Controller/Driver 6-Digit BCD Display Controller/Driver General Description The display controllers are interface elements, with memory, that drive a 6-digit, 8-segment LED display. The display controllers receive data

More information

VIBRATION TACHOMETER OPERATION MANUAL. 3 in 1. Model : VT Your purchase of this

VIBRATION TACHOMETER OPERATION MANUAL. 3 in 1. Model : VT Your purchase of this 3 in 1 VIBRATION TACHOMETER Model : VT-8204 Your purchase of this VIBRATION TACHOMETER marks a step forward for you into the field of precision measurement. Although this VIBRATION TACHOMETER is a complex

More information

User Manual. 1000BASE-T1 SFP Module

User Manual. 1000BASE-T1 SFP Module User Manual 1000BAS-1 SFP Module Version 0.4 05. March 2018 echnica ngineering GmbH Fax: +49-89-200-072430 Leopoldstraße 236 mail: Info@technica-engineering.de 80807 München www.technica-engineering.de

More information

MS BA01 Variometer Module, with LCP cap

MS BA01 Variometer Module, with LCP cap High resolution module, 10 cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) QFN package 5.0 x 3.0 x 1.7 mm 3 Supply voltage 1.8 to 3.6 V Integrated digital pressure sensor (24 bit ΔΣ

More information

PTC04-DB-HALL02. Daughter Board for Melexis PTC devices. Features and Benefits. Applications. Ordering Information. Accessories. 1. Functional Diagram

PTC04-DB-HALL02. Daughter Board for Melexis PTC devices. Features and Benefits. Applications. Ordering Information. Accessories. 1. Functional Diagram PTC0-DB-HALL0 Features and Benefits PTC0 interface board for testing devices: 0 0 0 Applications Experimental tool for Lab and Prototyping Production Equipment for Serial Programming Ordering Information

More information

MM74C922 MM74C Key Encoder 20-Key Encoder

MM74C922 MM74C Key Encoder 20-Key Encoder MM74C922 MM74C923 16-Key Encoder 20-Key Encoder General Description The MM74C922 and MM74C923 CMOS key encoders provide all the necessary logic to fully encode an array of SPST switches. The keyboard scan

More information

VCE VET ELECTROTECHNOLOGY

VCE VET ELECTROTECHNOLOGY Victorian Certificate of Education 2006 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words VCE VET ELECTROTECHNOLOGY Written examination Thursday 2 November 2006 Reading time:

More information

Sure Electronics 1.5inch LED Board User s Guide

Sure Electronics 1.5inch LED Board User s Guide Sure Electronics.inch LED Board User s uide Product Name Product ID :.inch Character Height -segment LED Information Board : DE-DP00 Product Version : Ver.0 Document Version : Ver.0 Copyright 00-00 Sure

More information

TEA6422 BUS-CONTROLLED AUDIO MATRIX

TEA6422 BUS-CONTROLLED AUDIO MATRIX BUS-CONTROLLED AUDIO MATRIX 6 Stereo Inputs 3 Stereo Ouputs Gain Control db/mute for each Output Cascadable ( different addresses) Serial Bus Controlled Very Low Noise Very Low Distorsion Fully ESD Protected

More information

HME Series Amplified pressure sensors

HME Series Amplified pressure sensors FEATURE 100 to 10, 1 to 10 psi, gage or differential pressure Increased media compatibility 1 Digital PI bus output Precision AIC signal conditioning Calibrated and temperature compensated DIP housings

More information

Preparation of Examination Questions and Exercises: Solutions

Preparation of Examination Questions and Exercises: Solutions Questions Preparation of Examination Questions and Exercises: Solutions. -bit Subtraction: DIF = B - BI B BI BO DIF 2 DIF: B BI 4 6 BI 5 BO: BI BI 4 5 7 3 2 6 7 3 B B B B B DIF = B BI ; B = ( B) BI ( B),

More information

The SMART Road 1. A Mechantronics Demonstration Project. Clay Davis Manhattan Comprehensive Night and Day High School New York, NY

The SMART Road 1. A Mechantronics Demonstration Project. Clay Davis Manhattan Comprehensive Night and Day High School New York, NY The SMART Road 1 A Mechantronics Demonstration Project by Clay Davis Manhattan Comprehensive Night and Day High School New York, NY 10003 and Richard Balsamel Science High School Newark, NJ 07102 1 This

More information

SPECIFICATION. Messrs. DATE 20 June, 2013 No. V AP4, AG4 Pressure Sensor

SPECIFICATION. Messrs. DATE 20 June, 2013 No. V AP4, AG4 Pressure Sensor DATE 20 June, 2013 No. Messrs. SPECIFICATION Model: AP4, AG4 Pressure Sensor Project: Distributor: Preliminary Edition rev. 1.00 This document has a possibility to be revised without notice. Reference:

More information

DM74LS373 DM74LS374 3-STATE Octal D-Type Transparent Latches and Edge-Triggered Flip-Flops

DM74LS373 DM74LS374 3-STATE Octal D-Type Transparent Latches and Edge-Triggered Flip-Flops DM74LS373 DM74LS374 3-STATE Octal D-Type Transparent Latches and Edge-Triggered Flip-Flops General Description These 8-bit registers feature totem-pole 3-STATE outputs designed specifically for driving

More information

M E F I N A L P R O J E C T

M E F I N A L P R O J E C T M E 5 6 4 3 F I N A L P R O J E C T DENSITY METER Shing Lik Wong, Yi Hu, Jasmin Hume December 2011 ABSTRACT The density of matter is defined as the ratio of mass to volume. We have constructed an instrument

More information

Digital Signal 2 N Most Significant Bit (MSB) Least. Bit (LSB)

Digital Signal 2 N Most Significant Bit (MSB) Least. Bit (LSB) 1 Digital Signal Binary or two stages: 0 (Low voltage 0-3 V) 1 (High voltage 4-5 V) Binary digit is called bit. Group of bits is called word. 8-bit group is called byte. For N-bit base-2 number = 2 N levels

More information