Version 1.2 Parallax Inc.

Size: px
Start display at page:

Download "Version 1.2 Parallax Inc."

Transcription

1 Version 1.2 Parallax Inc.

2 LM Troubleshooting Output Comparator Bit Output Parallel and Serial Transmission output) Potentiometer...33 ADC

3 Resolution Calibration Resistive Ladder Network Output Modify Voltage Follower Triangle Wave Sine Wave Pulse Width Modulation PWM

4 PWM Program it...98 Output...99 Duty A

5 etc. interface 2 Stamps in Class commands analog to digital converter A to D A/D support@microbot-ed.com Digital (Andrew Lindsay) I-Four of Grass Valley Russ Miller, Jeff Martin, John Barrowman Ken Gracey Parallax Inc. 1

6 1 analog and digital electronics What s a Microcontroller? Volt Voltage Volt 18 1/3 Allesandro 1/2 Volta Volts Voltage batteries 20 DC 60Km digital electronics electrons Binary positive What s a Microcontroller? negative terminals interface Binary electrons Volt V Volts LED voltage follower 2

7 I/O binary input PBASIC BASIC LED binary LED circuit Debug window P BASIC 101 binary value BASIC Stamp IBM PC Win95 Parts required 470 resistors LED Light Emitting Diode 100K potentiometer LM358 op-amp circuit schematics Circuit Schematic Schematic 1.1 LED LED 1.1 LED Parallax Inc. 3

8 1.1 ( For Your Information FYI Current Ampere A B 3 V I x R V V) I A) R Resistance Ohm Ohm s Law Volt Ampere Ohm V A O Volt Ampere Amp 18 (André Marie Ampère) Ohm 19 Georg Simon Ohm 4

9 Potentiometer Pot pot Carbon Vdd Vss wiper Vdd Vdd V Vss Vss V Vdd Vss 1.4 Vdd V Vss V 1.4 Parallax Inc. 5

10 LM358 Op-amp Operational amplifier 1.5 LM358 block diagram voltage follower follows LED 1.5 LM358 Block Diagram LM LM358 #1 Important 1.6 Vdd BS V 5 Vss Vdd Vdd Vss Vin V V V V Vin V Vin I/O Input/Output 16 I/O P0 15 6

11 Comparator / 7 pot Vdd LM358 Vss Parallax Inc. 7

12 1.7 4 LED I/O LED LM358 Vdd Vss 4 Vss LM358 4 LM358 4 Vss LM358 4 Vss LM358 8

13 Program it State_of_P7 PBASIC P P P low high P high P12 LED low P P BASIC 101 P State_of_P7.bs2 State_of_P7_1_1R0.bs2 State_of_P7_1_1R0 State_of_P7_1_1 Revision 0.bs2 DB ' Basic Analog and Digital State of P7.bs2 ' Check the state of P7 and shows it on the Debug Window ' {$STAMP BS2} ' {$PBASIC 2.5} debug cls input 7 output 12 DO out12 = in7 debug home, "The state of P7 is ", bin in7 LOOP ' P7.bs2 ' ' CPU ' PBASIC2.5 ' ' P7 ' P12 ' DO LOOP ' in7 P12 ' ' DO apostrophe comment PBASIC command ' Basic Analog and Digital - State_of_P7.bs2 ' Check the state of P7 and shows it on the Debug Window. compiler instruction Parallax Inc. 9

14 Directive PBASIC SX $STAMP BS2} {$STAMP BS2SX} ' {$STAMP BS2} ' {$PBASIC 2.5} debug window PBASIC debug DEBUG CLS I/O input output PBASIC P input 7 I/O P12 output output 12 DO LOOP DO DO LOOP LOOP DO DO LOOP GOTO loop goto loop P P12 LED P binary P12 1 P12 P out12 = in7 I/O commas debug home, "The state of P7 is ", bin in7 10

15 home home double quotation mark The state of pin P7 is bin in7 P bin binary P LED P DO DO LOOP Troubleshooting P12 P13 P12 LED P13 LED LED cathode anode LED LED Output LED LED P P P12 LED Parallax Inc. 11

16 1.9 State_of_P7_1_1R0.bs2 threshold FYI P DC Voltmeter 1.4V FYI For Your Information I/O 1.4V FYI low hi low hi low hi Threshold 1.4V 1.5V 1.4V 1.5V TTL RS232C low 1.4V 1.5V hi 1.4V 1.5V BS2 Comparator PBASIC P 1.4V P12 V P 1.4V P12 V 1.4V 1.4V comparator V V 12

17 What have I learned? block Parallax Inc. 13

18 Questions [ inverting non-inverting LED 2.5V 1.5V debug home P8 Challenge! LED P11 LED invert P11 State_of_P7 LED 0.5 flash pause pause State_of_P7 P LED P LED 14

19 Why did I learn it? LED LED LED 555 chip IC How can I apply this? capacitors Parallax Inc. 15

20 Bit 2 Bit binary number techniques keypad LED Parts Required K LED

21 open normally open open circuit 2.1 Building the Circuit 2.2 LED P 470 Vss LED PBASIC LED P LED P LED P LED P0 P V Vdd P P 10K Vss V P I/O P P1 Parallax Inc. 17

22 Bit 2.3 P 2.1 Program Listing LED Program it LED P P P P P P Program Listing 2.1 PL2_1R0.bs2 ' Basic Analog and Digital - PL2_1R0.bs2 ' Program Listing 2.1 Revision 0 ' {$STAMP BS2} ' {$PBASIC 2.5} a var bit b var bit d var nib input 0 input 1 output 4 output 5 debug cls 2.1 ' a 1 bit ' b 1 bit ' d 4 bit ' P0 ' P1 ' P4 ' P5 ' DO a = in0 ' DO ' P0 a 18

23 b = in1 out4 = b out5 = a d = (2*b)+(1*a) ' P1 b ' b P4 ' a P5 ' d 4 debug home, "State of pin P0 is ", bin a, cr ' debug "State of pin P1 is ", bin b, cr, cr debug "2-bit binary number:", cr debug "P1 P0", cr debug " ", bin b, " ", bin a, cr, cr debug "Decimal equivalent: ", dec1 d, cr LOOP ' DO Output 2.4 LED 2.3 LED P 2.4 two-bit binary 1 ' Basic Analog and Digital - PL2_1R0.bs2 ' Program Listing 2.1 Revision 0. ' {$STAMP BS2} ' {$PBASIC 2.5} define a b bit a b d Parallax Inc. 19

24 Bit FYI Memory and Food bit a var bit b var bit d var nib nibble Electrically Erasable nibble P BASIC 37 VAR(iable) statement 4 bits 1 byte 8 I/O input bits output word 16 declared bits input 0 Bits and input 1 Bytes output 5 bit, nibble, output 4 byte debug cls 16 dinner LED DO LOOP DO LOOP FYI DO P P RAM P RAM Random P Access Memory RAM I/O a = in0 32 b = in1 EEPROM P1 P Programmable Read Only Memory LED P EEPROM P PBASIC P EEPROM a b P P a b P BASIC out4 = b 32 out5 = a out4=in1 out5=in0 20

25 from binary to decimal b a d d = (2*b)+(1*a) PBASIC d (2 x b + 1) x a operators / debug home home double quote State of pin P1 is P1 bin a a cr carriage return P BASIC debug home, "State of pin P0 is ", bin a, cr home b home 1 debug home home home home cr debug "State of pin P1 is ", bin b, cr, cr cr debug "2-bit binary number:", cr, P P b a Parallax Inc. 21

26 Bit debug "P1 P0", cr b a carriage return debug " ", bin b, " ", bin a, cr, cr dec d decimal P BASIC 105 debug "Decimal equivalent: ", dec1 d, cr LED DO DO LOOP

27 .... Bit multipliers FYI Bit multipliers LSB Least Significant Bit MSB Most Significant Bit binary number. 8 x 1 = 8 4 x 0 = 0 2 x 1 = 2 1 x 1 = 1 Parallax Inc. 23

28 Bit = 11 Parallel and Serial Transmission 2.1 asynchronously parallel 16 I/O word size 16 Asynchronous serial data I/O synchronous serial data ready to receive ready to send P P1 Parallel Synchronous in sync Serial clock 24

29 2.2 PL2_2R0.bs2 ' Basic Analog and Digital - PL2_2R0.bs2 ' Program Listing 2.2 Revision 0. ' {$STAMP BS2} ' {$PBASIC 2.5} n var nib ' n d var nib ' d input 0 ' P input 1 ' P for n = 1 to 4 ' for next 4 DO LOOP UNTIL IN1=1 ' in1 DO LOOP UNTIL IN1=0 ' in1 d=d<<1 ' d d=d+in0 ' d P0 debug home, "Shifting in bits: ", bin4 d ' next ' n for debug cr, cr, "Done shifting.", cr, cr debug "Decimal value: ", dec2 d, cr, cr output) P0 P Parallax Inc. 25

30 Bit for next RAM. timing diagram clock signal P1 P 26

31 information I/O P P 'Program Listing 2.2 debug cls n var nib d var nib input 0 input 1 for next shift for n = 1 to 4 FYI For Next for n = 1 to 7 PBASIC next PBASIC for next for next PBASIC for next PBASIC Parallax Inc. 27

32 Bit for next DO LOOP conditional loop P LOOP UNTIL IN1=1 DO P LOOP DO LOOP UNTIL IN1=1 P DO LOOP UNTIL IN1=0 d=d<<1 P BASIC 56 LSB Least Significant Bit P 4 LSB d P d=d+in0 LSB LSB P LSB d=d<<1 d=d+in0 n = 1 to 4 increment decrement debug home, "Shifting in bits: ", bin4 d next for next d modifier P BASIC 105 dec2 2 dec2 2 decimal digits debug cr, cr, "Done shifting.", cr, cr debug "Decimal value: ", dec2 d, cr, cr 1 digital DC voltmeter 28

33 What have I learned? word MSB LSB LSB PBASIC byte 6 I/O Parallax Inc. 29

34 Bit Questions d=d<<1 Challenge! 2.1 P2 P P Vdd Vss 2.2 P1 LED P 2.2 LSB LED P LSB LED 30

35 Why did I learn it? How can I apply this? Parallax Inc. 31

36 Digital DC Voltmeter DC DVM tool V V DC Voltage Digital VoltMeter DVM digit LED V V potentiometer sample Continuous range ADC0831 integrated circuit ADC0831 V V DVM Digital VoltMeter DVM DVM 1.234V V V 32

37 Parts Required ADC K 10 Potentiometer series R R R R R R R R FYI. V V R R R voltage divider.. V Parallax Inc. 33

38 ADC0831 The ADC0831 Integrated Circuit - An 8-bit Analog to Digital Converter ADC0831 A/D A/D converter integrated circuit integrated circuit IC silicon wafer IC chip IC A/D ADC0831 A/D resolution 255 ADC A/D ADC0831 ADC0831 Binary control signal DVM ADC0831 ADC ADC

39 3.2 ADC0831 ADC0831 Vin DO Bias Vref Vin IC bias Vcc GND IC Vcc Vdd GND Vss /CS chip select active low CLK clock /CS CLK ADC0831 /CS CLK. IC CLK DO data sheets IC ADC0831 National Semiconductor Parallax Inc. 35

40 Build it 3.3 IC 3.3 ADC0831 P ADC Vdd Vss ADC0831 Vss ADC0831 Vdd ADC0831 P1 P2 Program it 3.1 Program Listing 3.1 Revision 0 ADC P3_1R0.bs2 Revision source code version 36

41 ' Basic Analog and Digital - PL3_1R0.bs2 ' {$STAMP BS2} ' {$PBASIC 2.5} 'Declarations. ' P BASIC 37 adcbits var byte ' adcbits 8 v var byte ' R var byte ' R v2 var byte ' 2 v3 var byte ' 3 ' -----[ Initialization ] ' con CS PIN 0 ' CS P0 CLK PIN 1 ' CLK P1 DataOutput PIN 2 ' DataOutput P2 debug cls ' 'Main routine. ' DO ' LOOP gosub ADC_DATA ' ADC_DATA gosub CALC_VOTS ' CALC_VOTS gosub DISPLAY ' DISPLAY LOOP ' DO ADC_DATA: ' ADCDATA high CS ' CS P0 low CS ' CS low CLK ' CLK P1 pulsout CLK, 210 ' P BASIC 70 shiftin DataOutput, CLK, msbpost, [adcbits\8] ' P BASIC 73 return ' gosub CALC_VOLTS: return ' CALC_VOLTS ' gosub DISPLAY: debug home debug "8-bit binary value: ", bin8 adcbits return ' DISPLAY ' ' ' gosub Parallax Inc. 37

42 Run/Debug/New ' Basic Analog and Digital - PL3_1R0.bs2 ' Program Listing 3.1 Revision 0. ' {$STAMP BS2} ' {$PBASIC 2.5} variable declarations adcbits ' Declarations adcbits var byte v var byte R var byte v2 var byte v3 var byte 38

43 PIN pin directive directive CS CLK DataOutput ADC0831 I/O CS PIN 0 CLK PIN 1 DataOutput PIN 2 gosub DO LOOP ADC_DATA CALC_VOLTS DISPLAY Main routine gosub P BASIC 63 'Main routine DO LOOP gosub ADC_DATA gosub CALC_VOLTS gosub DISPLAY Subroutine Return gosub 3.5 flow diagram gosub ADC_DATA ADC_DATA ADC_DATA Return gosub ADC_DATA gosub CALC_VOLTS gosub 3.5 ADC_DATA return return gosub ADC_DATA ADC0831 P ADC0831 /CS P P CLK DO /CS high 0 high CS Parallax Inc. 39

44 high 0 P0 P high CS CS Chip Select CS I/O high CS ADC0831 /CS V low CS /CS V ADC_Data: high CS low CS CLK pulsout out0=1 out0=0 low CLK pulsout CLK, 210 ADC0831 CLK ADC0831 pulsout pulseout s e e pulsout CLK, 210 P BASIC 70 pulsout pulse width sec pulsout sec = 1/1,000,000 sec 210 x 2 ( sec) = 420 sec shiftin DataOutput, CLK, msbpost, [adcbits\8] ADC0831 CLK DO ADC0831 adcbits 8 msbpost P BASIC 73 shiftin DataOutput, CLK, msbpost, [adcbits\8] P BASIC 73 shiftin P BASIC 73 40

45 shiftin dpin, cpin, mode, [variable\bits] dpin data pin DataOutput P cpin clock pin CLK I/O P mode msbpost msbpost negative edge ADC0831 MSB Most Significant Bit [adcbits\8] adcbits CALC_VOLTS CALC_VOLTS: return DISPLAY ADC0831 bin8 adcbits debug home debug "8 bit binary value: ", bin8 adcbits home bin8 dec3 debug cls bin dec debug home debug cls return gosub DISPLAY goto main goto main main DISPLAY adcbits DVM ADC0831 V V Parallax Inc. 41

46 V V V 255 V ADC0831 V V V 256 combinations bits X 1 = X 0 = 0 32 X 1 = X 0 = 0 8 X 0 = 0 4 X 1 = 4 2 X 0 = 0 1 X 1 = = DISPLAY 42

47 DISPLAY: debug home, "8 bit binary value: ", bin8 adcbits debug CR, CR, "Decimal value: ", dec3 adcbits return debug CR, CR, Decimal value:, dec3 adcbits adcbits ADC0831 V ADC V A/D 255 Voltage Decimal A/D Output A/D Parallax Inc. 43

48 256 V = 165 ADC CALC_VOLTS DISPLAY PBASIC v = 5 * adcbits / 255 PBASIC. CALC_VOLTS: v = 5 * adcbits / 255 return DISPLAY: debug home, "8 bit binary value: ", bin8 adcbits debug CR, CR, "Decimal value: ", dec3 adcbits debug CR, CR, DVM Reading:, dec3 v, Volts return V Volts Revision 2 PBASIC

49 A/D 5 x ( A/D adcbits Voltage = 5 x ( A/D 255 = 5 x = ( 60 x 100 ) 255 = = algorithm Algorithm 23 PBASIC PBASIC / // P BASIC 50 Binary Operators PBASIC PBASIC R Remainder R 2 Parallax Inc. 45

50 PBASIC CALC_VOLTS CALC_VOLTS: v = 5 * adcbits / 255 R = 5 * adcbits // 255 v2 = 100 * R / 255 return DISPLAY display DISPLAY: debug home, "8 bit binary value: ", bin8 adcbits debug CR, CR, "Decimal value: ", dec3 adcbits debug CR, CR, DVM Reading: " debug dec1 v, ".", dec2 v2, Volts return Revision 3 CALC_VOLTS CALC_VOLTS: v = 5 * adcbits / 255 R = 5 * adcbits //

51 v2 = 100 * R / 255 v3 = 100 * R // 255 v3 = 10 * v3 / 255 if (v3 >= 5) then v2 = v2 + 1 if (v2 >=100) then ' v = v + 1 v2 = 0 ENDIF return ' ' ' ' ' '. DVM (Revision 4) P3_1R4.bs R 3 v3 = 100 x R // 255 v3 = 10 x v3 / Parallax Inc. 47

52 if (v3 >= 5) then v2 = v if (v2 >= 100 then v=v+1 v2=0 ENDIF DVM Resolution ADC A/D A/D A/D converter chip V) V 0.02 V 2 ADC V 0.01V

53 4095 V V Calibration V 4.963V Vdd Vss DVM What have I learned? A/D ADC0831 /D / / / DC DVM V Parallax Inc. 49

54 Questions A/D 6 A/D I/O ADC0831 A/D 3.6V Challenge! I/O I/O DVM threshold 1.4V 100K monitor 1.0V 2.0V safety zone LED blinks #3 2.0V LED 4.960V 50

55 Why did I learn it? A/D DC DVM How can I apply this? A/D simply because the world isn t black and white (binary), it s all the colors in-between as well (analog).) Parallax Inc. 51

56 Resistive Ladder Network D/A conversion Resistive Ladder A/D A/D Network A/D D/A D/A conversion D/A input binary number output A/D D/A steps D/A D/A D/A binary bits combinations equation D/A A/D integrated circuit D/A resistive ladder network D/A PBASIC DVM D/A voltage sweep DVM 52

57 PBASIC D/A Parts Required K K ADC0831 A/D Converter LED 270 LM358 op-amp( 4.1 Ladder D/A DAC 4.1 D/A D/A P4 P7 D/A A/D D/A ADC0831 A/D D/A IC Build it 4.2 P4 P7 DVM D/A Parallax Inc. 53

58 4.2 D/A D/A 4.2 Program it D/A DVM 16 D/A P3_1R4.bs2 PBASIC D/A 3.1 D/A DVM Revision4 DAC D/A ' '_ P _ R.bs2 4.1 ' -----[ Title ] ' Basic Analog and Digital - PL4_1R0.bs2 ' Digital Voltmeter (DVM) ' 54

59 ' {$STAMP BS2} ' {$PBASIC 2.5} ' Declarations adcbits var byte v var byte R var byte v2 var byte v3 var byte n var nib '_ CS pin 0 CLK pin 1 DataOutput pin 2 'start display debug cls 'Main routine DO gosub DAC '_ gosub ADC_DATA gosub CALC_VOLTS gosub DISPLAY LOOP DAC: n = 11 output 7 output 6 output 5 output 4 out7=n.bit3 out6=n.bit2 out5=n.bit1 out4=n.bit0 return '_ '_ '_ '_ '_ '_ '_ '_ '_ '_ '_ ADC_DATA: high CS low CS low CLK pulsout CLK,210 shiftin DataOutput,CLK,msbpost,[adcbits\8] return Parallax Inc. 55

60 CALC_VOLTS: v=5*adcbits/255 R=5*adcbits//255 v2=100*r/255 v3=100*r//255 v3=10*v3/255 if (v3 >= 5) then v2=v2+1 if (v2 >= 100) then v=v+1 v2=0 ENDIF return DISPLAY: debug home, cr, cr, "Decimal value to DAC: ", dec2 n ' debug cr, cr, "Binary value to DAC: ", bin4 n ' debug CR, CR, "DVM Reading: ", dec1 v, ".", dec2 v2, " Volts" return Output 3.00V V

61 D/A DVM ' -----[ Title ] ' Basic Analog and Digital - PL4_1R0.bs2 ' Digital Voltmeter (DVM). D/A Converter Added ' {$STAMP BS2} ' {$PBASIC 2.5} '. '. n declarations D/A n var nib gosub DAC gosub DAC DAC DAC n 16 n 11 DAC: n = 11 D/A I/O declarations section 1 I/O I/O PBASIC output 7 output 6 output 5 output 4 P7 P4 D/A P BASIC 39 out7 = n.bit3 P Parallax Inc. 57

62 P 11 P P5 P4 out7=n.bit3 out6=n.bit2 out5=n.bit1 out4=n.bit0 return gosub DAC return DISPLAY D/A debug home, cr, cr, "Decimal value to DAC: ", dec2 n debug cr, cr, "Binary value to DAC: ", bin4 n Modify D/A increment D/A 0.2V DAC n = 0 ' n = 1 ' n = 2 ' D/A V 3.3V K K 58

63 Program Listing 4.1 Revision 1 I/O LED I/O outp = value 15 value I/O P P Address 4 1 I/O RAM 1 I/O I/O register direction output input I/O V Parallax Inc. 59

64 PBASIC I/O 6 P P7 P BASIC Word $0 Word $1 Word $2 P P7 4 B 4 P P11 C 4 P12 P15 D 4.1 DAC DAC: return n = 11 dirb = 15 outb = n 4.5 DAC Program Listing 4.1 Revision 2 15 B DIRB DIRB B I/O P7 P6 P5 P4 60

65 DIRB I/O P7 P6 P P4 I/O P6 P P P DIRB 15 I/O 15 DAC count up and down I/O look up table) PBASIC D/A 4.1R 'start display debug cls 2 'Start display debug cls, "DAC Nibble Values", cr debug "Decimal Binary DVM", cr ' ' main 'Main routine for n = 0 to 15 gosub DAC gosub ADC_DATA gosub CALC_VOLTS gosub DISPLAY next stop DAC DAC: return dirb = 15 outb = n DISPLAY DISPLAY: debug dec2 n, " ", bin4 n, " " debug dec1 v, ".", dec2 v2, " Volts", cr Parallax Inc. 61

66 return DAC Program Listing 4.1 Revision 3 D/A 3 0.1V Voltage Follower D/A D/A LED D/A LED D/A LED 4.7 D/A LED LED D/A load

67 4.8 buffer 4.7 D/A LED LED unbuffered 4.1 D/A 4.8 D/A LED Parallax Inc. 63

68 4.2 D/A LED D/A D/A D/A V V V = I x R I/O 20 A I/O I R I 20 A R operational amplifier op-amp.8 64

69 What have I learned?.bit PBASIC I/O I/O D/A D/A D/A Parallax Inc. 65

70 Questions D/A D/A D/A D/A Challenge! D/A msec 66

71 Why did I learn it? / digitize / / How can I apply this? PBASIC PBASIC LED brightness D/A D/A A/D Parallax Inc. 67

72 Stamp-O-Scope Oscilloscope 3 4 A/D D/A Oscilloscope ADC D/A triangle wave pulse train LED D/A pitch volume Frequency sine wave Hertz Hz Hz

73 Parts Required LED piezoelectric K K ADC0831 A/D 10 LED 270 LM Program it 4.1 ' Basic Analog and Digital PL5_1R0.bs2 debug cls main DO LOOP START DISPLAY debug cls DO Parallax Inc. 69

74 for n = 7 to 15 gosub main next for n = 14 to 8 gosub main next LOOP main gosub CALC_VOLTS LOOP return main main: gosub DAC gosub ADC_DATA gosub CALC_VOLTS (Comment this line!) gosub DISPLAY return DAC DAC: dirb=15 outb=n pause 50 return DISPLAY DISPLAY: v3 = adcbits/8 debug rep " "\v3, "*", cr return Triangle Wave P5_1R0.bs2 5. LED * asterisk 70

75 counter-clockwise amplitude frequency DC offset horizontal vertical period DC 5. Parallax Inc. 71

76 T frequency Hertz Hz T seconds f 1 T 1 1 Hz / Hz amplitude DC offset peak-to-peak amplitude D/A V 1.6V V DC DC V 1.6V DC 1.6V DC V DC V main DO LOOP increment decrement D/A D/A DO LOOP for next main DO LOOP for n = 7 to 15 gosub main next for n = 14 to 8 gosub main next main CALC_VOLTS EEPROM 72

77 main: return gosub DAC gosub ADC_DATA gosub CALC_VOLTS gosub DISPLAY 4 DAC DAC: return dirb=15 outb=n pause 50 DISPLAY asterisk rep debug modifier rep P BASIC 105 adcbits/4 1/4 DISPLAY: debug rep " "\adcbits/4,"*",cr return DAC V adcbits ADC0831 V 255 V adcbits = (3/5) x 255 = 153 adcbits/ DO LOOP for next for next D/A loop: Parallax Inc. 73

78 DO LOOP for n = 1 to 15 gosub main next for n = 14 to 0 gosub main next pause DAC 1 3 CALC_VOLTS D/A V V P5_1R1.bs2 DO LOOP for v2 = 0 to 15 n = 15 _ gosub main next for v2 = 15 to 0 n = 0 _ gosub main next for next for next DC 15 for next for next pulse width 74

79 Pulse width for next duration duty cycle 2 Duty cycle ADC8031 LED D/A P5_2R0.bs2 ' Basic Analog and Digital - PL5_2R0.bs2 ' D/A Converter Making Sound, n changes volume, m changes frequency ' {$STAMP BS2} ' {$PBASIC 2.5} n var nib m var word Parallax Inc. 75

80 dirb=15 n = 15 m = 500 DAC: outb = n pause m outb = 0 pause m goto DAC application membrane pitch Sine Wave Pulse Width Modulation PWM tuning fork LM P10 76

81 5. 5. charge discharge rechargeable battery pulse width modulation P 5. PWM 5. P 5.3 freqout ' Basic Analog and Digital - PL5_3R0.bs2 ' Charge!!! ' {$STAMP BS2} ' {$PBASIC 2.5} C con 2093 C_Sharp con 2218 D con 2349 D_Sharp con 2489 E con 2637 F con 2794 F_Sharp con 2960 G con 3136 Parallax Inc. 77

82 G_Sharp con 3322 A con 3520 A_Sharp con 3729 B con 3951 debug cls freqout 10, 100,C Debug home, "Frequency of PWM sine wave output is ", dec4 C, " Hz.", cr freqout 10, 100,D Debug "Frequency of PWM sine wave output is ", dec4 D, " Hz.", cr freqout 10, 100,D_Sharp Debug "Frequency of PWM sine wave output is ", dec4 D_Sharp, " Hz.", cr freqout 10, 200,G Debug "Frequency of PWM sine wave output is ", dec4 G, " Hz.", cr freqout 10, 100,D_Sharp Debug "Frequency of PWM sine wave output is ", dec4 D_Sharp, " Hz.", cr freqout 10, 200,G Debug "Frequency of PWM sine wave output is ", dec4 G, " Hz.", cr

83 freqout freqout freqout, pin, duration, frequency_1, frequency_2 pin 15 I/O P P15 duration milliseconds ms msec frequency_1 frequency_2 frequency 1 dtmf What have I learned? period pitch frequency amplitude DC DC 2 DC V 1 PWM amplitude RC Parallax Inc. 79

84 Questions 1000Hz period 5.1 PBASIC Challenge! 5.3 P5_1R0 P5_1R1 P4_1R3 logic level Why did I learn it? How can I apply this? 80

85 Parallax Inc. 81

86 6 D/A duty cycle I/O 555 Parts Required 100K F 0.1 F Electrolytic Capacitor positive negative F 10 F MF 10MF 6.1 F F 0.1uF 82

87 F ADC index mark Build it 6.4 Astable-multivibrator 555 LED nc not connected nc Parallax Inc. 83

88 Hz 555 Vss FYI For Your Information 555 f = 1.45 / C x ( RA + RB ) 555 TH TH 0.69 C RA RB C RA RB 6.3 POT A POT B TL TL = 0.69 x C x RB Program it 6.1 logic level 555 V A/D ' Basic Analog and Digital - PL6_1R0.bs2 ' Stamp-O-Scope 2 ' {$STAMP BS2} ' {$PBASIC 2.5} DEBUG CLS 'Start display DO DEBUG REP " "\IN0*20, "*", CR PAUSE 100 LOOP 84

89 debug rep \in0*20, *, cr P0 P POT B POT A POT A pause resume pause/resume P 90 POT B POT B POT A 6.5 Parallax Inc. 85

90 6.6 POT B POT B FYI aliasing aliasing sampling rate I/O 2 microseconds 5 f = 1 T 86

91 1 2 sec = 1 2/ = (Hz) = 500 (KHz) 500KHz 250KHz 20Hz 20KHz 50Hz 3.5KHz Program it count P 1.4V increment 6.6 cycle V 1 full cycle 1 2 P6_2R0.bs2 ' Basic Analog and Digital - PL6_2R0.bs2 ' Frequency Meter ' {$STAMP BS2} ' {$PBASIC 2.5} f VAR Word DO COUNT 0, 1000, f DEBUG HOME, "Frequency: ", DEC4 f, " Hz.", CR, CR LOOP POT B 6.8 Parallax Inc. 87

92 Vss Vss POT A A K 2 series 10 F 0.1 F Astable Multivibrator Circuit POT A K K 2 POT B 60Hz 3.5KHz 6.2 POT B COUNT pin, period, variable pin I/O period variable ( P BASIC 75 88

93 ' Basic Analog and Digital - PL6_2R1.bs2 ' Frequency Meter ' {$STAMP BS2} ' {$PBASIC 2.5} f VAR Word(10) n VAR Nib DO DEBUG CLS FOR n = 0 TO 9 COUNT 0, 1000, f(n) DEBUG HOME, "Frequency: ", DEC4 f, " Hz.", CR, CR NEXT PAUSE 1000 FOR n = 0 TO 9 DEBUG "Frequency at ", DEC1 n DEBUG " seconds was ", DEC4 f(n), " Hz.", CR NEXT PAUSE 5000 LOOP Program Listing 6.2 Revision 1 Parallax Inc. 89

94 6.2 array f var word(10) RAM f(0) f(1) f(9) 10 RAM n for next index (0) (1) (9) for n = 0 to 9 count 0,1000,f(n) debug home, "Frequency ", dec4 f(n), " Hz.", cr, cr next for n = 0 to 9 debug "Frequency at ", dec1 n debug " seconds was ", dec4 f(n), " Hz.", cr next

95 What have I learned? 20 20,000Hz 555 RAM for next 10 Parallax Inc. 91

96 Questions 3.5Hz 350Hz 3,500Hz 35,000Hz pitch KHz 6.8 KHz FYI nibbles array PBASIC Challenge! count # K #1 92

97 Why did I learn it? audio signals digital processing cellular phones telecommunications industry A/D D/A How can I apply this? Hz Parallax Inc. 93

98 PWM 7 PWM PBASIC 1 8 D/A 7.1 RC pulse width modulation PWM 7.1 RC D/A D/A 7.1 RC dielectric 1 1 leakage leakage current RC V 7.1 PWM 1 2.5V V 46.1 V 99 94

99 7.1 RC V R C K F Vinput = 5V Voutput 2.5V RC monitor V RC 1 Parallax Inc. 95

100 PWM D/A Parts Required ADC0831 A/D LM358 10K 1.0 F 470 LED photoresistor 50K Build it 7.5 ADC0831 #4 open circuit D/A ADC0831 Vin 7.5 PWM D/A RC ADC0831 Vin(+) ADC0831 D/A 96

101 D/A RC pwm pwm Pulse Width Modulation DVM ADC0831 pwm pwm pin, duty, cycles pin I/O 15 P8 duty 5 duty cycle duty cycle V 5V R C 99.3 duty 255 V 255 V V 3 V 255 A/D 255 V Voltage Decimal A/D Output A/D D/A V duty 255 D/A duty duty = 255 x ( D/A Output 5 ) Parallax Inc. 97

102 PWM D/A 3.25V duty = 255 x ( ) = duty 166 PWM cycles PWM 65,535 cycles = 4 x R x C R ( C F 1.0 F 10K cycles = 4 x x 10,000 = 0.04 = 40 / 1000 = 40 ms PWM cycles V PWM PWM 8, 166, 40 Let s try it. Program it 4.1 n ' -----[ Declarations ] adcbits VAR Byte v VAR Byte r VAR Byte v2 VAR Byte v3 VAR Byte n VAR Word. changed line ' -----[ Initialization ] CS PIN 0 CLK PIN 1 DataOutput PIN DAC DAC: n = 166 PWM 8, n, 40 RETURN 98

103 Display Display: DEBUG HOME, CR, "DVM Reading: ", DEC1 v DEBUG ".", DEC2 v2, " Volts" RETURN P _1R.bs2 Output High Input Impedance I/O ADC0831 Vin High Input Impedance 10K LED D/A D/A Parallax Inc. 99

104 PWM ADC0831 V(+) RC LED ( LED D/A Vss 10K F Vss 10K 7-7 D/A load 3.25V pause D/A PWM V PWM K voltage follower 7-8 D/A LED

105 7-8 PWM / LED K photoresistor DVM ADC K voltage divider LED 7-10 PWM RC LED LED LED 3 LED Declarations Main Display DAC n P7_1R1.bs2 Parallax Inc. 101

106 PWM ' -----[ Title ] ' Basic Analog and Digital - PL7_1R1.bs2 ' {$STAMP BS2} ' {$PBASIC 2.5} ' -----[ Declarations ] adcbits VAR Byte v VAR Byte r VAR Byte v2 VAR Byte v3 VAR Byte n VAR Word ' -----[ Initialization ] CS PIN 0 CLK PIN 1 DataOutput PIN 2 DEBUG CLS '. ' -----[ Main Routine ] DO FOR n = 82 TO 199 STEP 9 'n 82 9 Step GOSUB DAC GOSUB ADC_Data GOSUB Calc_Volts GOSUB Display PAUSE 4000 NEXT LOOP ' -----[ Subroutines ] DAC: PWM 8, n, 40 RETURN ADC_Data: HIGH CS LOW CS LOW CLK PULSOUT CLK, 210 SHIFTIN DataOutput, CLK, MSBPOST, [adcbits\8] RETURN Calc_Volts: v = 5 * adcbits / 255 r = 5 * adcbits // 255 v2 = 100 * R / 255 v3 = 100 * R //

107 v3 = 10 * v3 / 255 IF (v3 >= 5) THEN v2 = v2 + 1 IF (v2 >= 100) THEN v = v + 1 v2 = 0 ENDIF RETURN Display: DEBUG HOME, "Decimal value to DAC: ", DEC3 n DEBUG CR, CR, "DVM Reading: ", DEC1 v DEBUG ".", DEC2 v2, "-Volts", CR, CR RETURN LED R2 R Vinput V Voutput R ADC0831 Parallax Inc. 103

108 PWM Duty Pulse Width Modulation PWM duty devices 7 A1 7 A1 ( PWM ) PWM 7 A2 PWM 7 A2 PWM accumulator PWM overflows carry PWM 104

109 What have I learned? RC Pulse Width Modulation D/A PWM duty duty cycle load PWM ADC0831 Parallax Inc. 105

110 PWM Questions PWM D/A PWM 14, 51, 50 execute PWM D/A resistive element 2.5V duty 7.1 PWM 10 F 47K DAC Digital to Analog Converter cycles V Challenge! D/A 1 LM358 LM358 dual op-amp DAC LED 7 10 DVM Calc_Volts Display 106

111 Why did I learn it? RC DAC 10 D/A How can I apply this? feedback shutter 8 light meter Parallax Inc. 107

112 I/O 8 1 RC time constant CR 8 1 CR C R 7 RC V P15 P15 I/O V Vdd V P15 V V V P15 increments P15 V P15 CR V 108

113 P15 P15 I/O V P15 1.4V V 1.4V P15 Exponential Decay Equation 8 2 CR V 1.4V 8 2 CR V 1.4V RCTIME PBASIC V 1.4V CR Exponential Decay Equation t t t1.4v t1.4v I/O P15 V 1.4V R C R C RC time constant Parallax Inc. 109

114 P15 1.4V P15 2 Parts Required 0.1 F F 10 F 220 Build it

115 PBASIC RCTIME RCTIME RCTIME pin, state, result pin 8 1 P15 I/O state state 8 1 CR CR RC result I/O 15 V RCTIME I/O P15 1.4V 2 increments result 8.1 RC P HIGH 15 P15 PAUSE RCTIME RCTIME 15, 1, light P15 1 light Program it 8.1 ' Basic Analog and Digital - PL8_1R0.bs2 ' Program Listing 8.1 Revision 0. ' {$STAMP BS2} ' {$PBASIC 2.5} light VAR Word dischargetime VAR Word sound VAR Word a CON 40 DO HIGH 15 PAUSE 100 RCTIME 15, 1, light Parallax Inc. 111

116 LOOP dischargetime = light * 2 sound = ( light) / a FREQOUT 7, 500, sound DEBUG HOME DEBUG "Discharge time = ", DEC5 dischargetime, " u-seconds." DEBUG CR, CR, "Sound Frequency = ", DEC5 sound, " Hz." PAUSE u seconds seconds

117 Overflow 65,536 light dischargetime light sound sound sound = ( light ) / 40 light sound ( ) / 40 = F 10.0 F 0.1 F Parallax Inc. 113

118 R C RC R C R C R C R C RC exponential decay t PBASIC VP15 Values Vdd = 5.0V P15 VP15 = 1.4V P15 e = e C R C t = R C R R C e R C 114

119 R C R C R nominal value 20 CR What have I learned? V CR CR Parallax Inc. 115

120 Questions K Challenge! Why did I learn it? 116

121 How can I apply this? D/A 8 RC A/D digital keypads Good luck! Parallax Inc. 117

122 A A Resistor Color Code 118

123 , 106, 35, 70, 2, 52, 11, 46, 91, 28, 9, 84, 22, 49, 6, 75, 35, 26, , 83, 56, 19 ADC0831, 32 A/D, 34, 88 LSB, 28, 46, 89, 39, 69, 88, 34, 106, 17, 98, 64, 69, 72, 6, 79, 3, 87, 11, 69, 5, 33, 4, 16, 106, 4, 28, 73, 32, 78, 72, 33, 46, 34, 72, 69, 89, 69, 45, 20 Parallax Inc. 119

124 , 36, 96, 26, 111, 72, 34, 20, 28, 53, 2, 32, 3, 22 DVM, 32, 35, 99, 76, 99, 76, 53, 96, 84, 24, 16, 20, 53, 17, 118, 39, 2, 52, 78, 53, 63, 24 pulsout, 40, 76, 69, 40, 78, 72, 85 PWM, 78 PBASIC, 3, 70, 70, 7, 78, 24, 35, 98, 102, 16, 7, 39, 6, 33, 34, 38, 78, 117, 75, 5 120

125 , 5, 6, 63, 102, 40, 39, 78, 28, 116, 61, 60, 96, 102, 86, 84, 72, 60, 24, 5, 96 Parallax Inc. 121

What s a Microcontroller? V1.9 What s a micro-controller? V1.9 2003 All rights reserved. Parallax, Inc. PBASIC Parallax, Inc. BASIC Stamp Parallax, Inc. PIC Microchip Technology, Inc. Limits of Liability

More information

PBASIC 2.5 PBASIC 2.5 $PBASIC directive PIN type New DEBUG control characters DEBUGIN Line continuation for comma-delimited lists IF THEN ELSE * SELEC

PBASIC 2.5 PBASIC 2.5 $PBASIC directive PIN type New DEBUG control characters DEBUGIN Line continuation for comma-delimited lists IF THEN ELSE * SELEC PBASIC 2.5 PBASIC 2.5 BASIC Stamp Editor / Development System Version 2.0 Beta Release 2 2.0 PBASIC BASIC StampR PBASIC PBASIC PBASIC 2.5 Parallax, Inc. PBASIC 2.5 PBASIC 2.5 support@microbot-ed.com 1

More information

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp)

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp) ADC121S625 ADC121S625 12-Bit, 50 ksps to 200 ksps, Differential Input, Micro Power Sampling A/D Converter Literature Number: JAJSAB8 ADC121S625 12 50kSPS 200kSPS A/D ADC121S625 50kSPS 200kSPS 12 A/D 500mV

More information

LMC6022 Low Power CMOS Dual Operational Amplifier (jp)

LMC6022 Low Power CMOS Dual Operational Amplifier (jp) Low Power CMOS Dual Operational Amplifier Literature Number: JAJS754 CMOS CMOS (100k 5k ) 0.5mW CMOS CMOS LMC6024 100k 5k 120dB 2.5 V/ 40fA Low Power CMOS Dual Operational Amplifier 19910530 33020 23900

More information

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp)

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp) DAC121S101 DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter Literature Number: JAJSA89 DAC121S101 12 D/A DAC121S101 12 D/A (DAC) 2.7V 5.5V 3.6V 177 A 30MHz 3 SPI TM QSPI MICROWIRE

More information

(Making the electronic circuit with use of micro-processor)

(Making the electronic circuit with use of micro-processor) (Making the electronic circuit with use of micro-processor) 1055083 1 1 2 3 4 2L T = Vs T = 1 34000 2 = 58.824 5 4069 9V R1 1k Q1 NPN R2 1k

More information

高速データ変換

高速データ変換 Application Report JAJA206 V+ R 5 V BIAS Q 6 Q R R 2 Q 2 Q 4 R 4 R 3 Q 3 V BIAS2 Q 5 R 6 V Ω Q V GS + R Q 4 V+ Q 2 Q 3 + V BE V R 2 Q 5 R Op Amp + Q 6 V BE R 3 Q 7 R 4 R 2 A A 2 Buffer 2 ± Ω Ω R G V+ Q.4.2

More information

LTC ビット、200ksps シリアル・サンプリングADC

LTC ビット、200ksps シリアル・サンプリングADC µ CBUSY ANALOG INPUT 10V TO 10V 2. 2. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 V DIG V ANA PWRD BUSY CS R/C TAG SB/BTC DATA EXT/INT DATACLK DGND SY 28 27 26 25 24 23 22 21 20 19 18 17 16 15 10µF 0.1µF SERIAL INTERFACE

More information

untitled

untitled 1.0 1. Display Format 8*2 Character 2. Power Supply 3.3V 3. Overall Module Size 30.0mm(W) x 19.5mm(H) x max 5.5mm(D) 4. Viewing Aera(W*H) 27.0mm(W) x 10.5mm(H) 5. Dot Size (W*H) 0.45mm(W) x 0.50mm(H) 6.

More information

ADC78H90 8-Channel, 500 kSPS, 12-Bit A/D Converter (jp)

ADC78H90 8-Channel, 500 kSPS, 12-Bit A/D Converter (jp) 8-Channel, 500 ksps, 12-Bit A/D Converter Literature Number: JAJSA63 8 500kSPS 12 A/D 8 12 CMOS A/D 500kSPS / AIN1 AIN8 8 SPI QSPI MICROWIRE DSP (AV DD ) 2.7V 5.25V (DV DD ) 2.7V AV DD 3V 1.5mW 5V 8.3mW

More information

PICマイコンボード カタログ:テック・ハンゾウガネ

PICマイコンボード カタログ:テック・ハンゾウガネ PIC PICMB876 Catalogue Microchip PIC / PIC http://www5b.biglobe.ne.jp/~tekhanzo/ Copyright,(C2000 TechHanzougane I PIC (PICMB876PIC16F876 A/D10Bit( PIC16C773( A/D12Bit,PIC16F873,PIC16C73,PIC16C76,PIC16F73,PIC16F76,

More information

R1LV1616H-I シリーズ

R1LV1616H-I シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

OPA134/2134/4134('98.03)

OPA134/2134/4134('98.03) OPA OPA OPA OPA OPA OPA OPA OPA OPA TM µ Ω ± ± ± ± + OPA OPA OPA Offset Trim Offset Trim Out A V+ Out A Out D In +In V+ Output In A +In A A B Out B In B In A +In A A D In D +In D V NC V +In B V+ V +In

More information

TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA Vac/10 A [85-AA-0003] m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A [ ] 2016

TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA Vac/10 A [85-AA-0003] m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A [ ] 2016 No. IB028901 Nov. 2016 1. 11 TOS7200 2. 14 3. 19 4. 23 5. 39 6. 49 7. 51 TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA5-15 125 Vac/10 A [85-AA-0003] 1 2.5 m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A

More information

R1LV0416Dシリーズ データシート

R1LV0416Dシリーズ データシート Wide Temperature Range Version 4M SRAM (256-kword 16-bit) RJJ03C0237-0100 Rev. 1.00 2007.05.24 262,144 16 4M RAM TFT 44 TSOP II 48 CSP 0.75mm 3.0V 2.7V 3.6V 55/70ns max 3µW typ V CC =3.0V 2CS 40 +85 C

More information

LMC6082 Precision CMOS Dual Operational Amplifier (jp)

LMC6082 Precision CMOS Dual Operational Amplifier (jp) Precision CMOS Dual Operational Amplifier Literature Number: JAJS760 CMOS & CMOS LMC6062 CMOS 19911126 33020 23900 11800 ds011297 Converted to nat2000 DTD Edited for 2001 Databook SGMLFIX:PR1.doc Fixed

More information

LM358

LM358 LM358 2 DC LM358 5V DC 15V DC micro SMD (8 micro SMD) LM358 LM2904 LM258 LM158 20000801 19870224 33020 23900 11800 2002 3 ds007787 Converted to nat2000 DTD added avo -23 to the first page Edited for 2001

More information

回路実習

回路実習 100-720 Oscilloscope Experiment Circuit 440 441 100-273 Sensor Experiment Apparatus 100-040 Potentiometer Circuit Experiment Apparatus 100-150 Direct Current Circuit Practice Apparatus 442 100-010 Resistance

More information

AD8212: 高電圧の電流シャント・モニタ

AD8212: 高電圧の電流シャント・モニタ 7 V typ 7 0 V MSOP : 40 V+ V SENSE DC/DC BIAS CIRCUIT CURRENT COMPENSATION I OUT COM BIAS ALPHA 094-00 V PNP 0 7 V typ PNP PNP REV. A REVISION 007 Analog Devices, Inc. All rights reserved. 0-9 -- 0 40

More information

ADC082S021 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter (jp)

ADC082S021 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter (jp) 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter Literature Number: JAJSAA2 2 200KSPS 8 A/D 2 8 CMOS A/D 50kSPS 200kSPS / IN1 IN2 1 2 SPI QSPI MICROWIRE DSP 2.7V 5.25V 3V 1.6mW 5V 5.8mW 3V 0.12 W 5V

More information

1

1 Ver.1.04 Reference Document For LCD Module Product No Documenet No 1B3GB02 SPC1B3GB02V104 Version Ver.1.04 REPRO ELECTRONICS CORPORATION Maruwa Building 2F,2-2-19 Sotokanda,Chiyoda-ku,Tokyo 1001-0021 Japan

More information

LM5021 AC-DC Current Mode PWM Controller (jp)

LM5021 AC-DC Current Mode PWM Controller (jp) LM5021 LM5021 AC-DC Current Mode PWM Controller Literature Number: JAJSAC6 LM5021 AC-DC PWM LM5021 (PWM) LM5021 (25 A) 1 ( ENERGY STAR CECP ) Hiccup (Hiccup ) 8 LM5021 100ns 1MHz AC-DC PWM 5021 LM Steve

More information

TH-42PAS10 TH-37PAS10 TQBA0286

TH-42PAS10 TH-37PAS10 TQBA0286 TH-42PAS10 TH-37PAS10 TQBA0286 2 4 8 10 11 17 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 38 42 44 46 50 51 52 53 54 3 4 5 6 7 8 3 4 1 2 9 5 6 1 4 2 3 5 6 10 11 1 2 3 4 12 13 14 TH-42PAS10 TH-42PAS10

More information

MAX1213N EV.J

MAX1213N EV.J 19-0610; Rev 0; 7/06 DESIGNATION QTY DESCRIPTION C1 C9, C13, C15, C16, C18, C19, C20, C35 C39, C49, C52 22 C10, C27, C28, C40 4 C11, C30 2 C12, C17, C58 C71 0 C14, C33 2 C21 C24 4 C25, C26, C51, C53, C54,

More information

R1RW0408D シリーズ

R1RW0408D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

LMC555 CMOSタイマ

LMC555 CMOSタイマ CMOS 555 CMOS (SOIC MSOP MDIP) micro SMD (8 micro SMD) LM555 2 1 LMCMOS TM CMOS 19850925 24100 ds008669 Converted to nat2000 DTD added title to the 2 avos on the first page Edited for 2001 Databook fixed

More information

NL-22/NL-32取扱説明書_操作編

NL-22/NL-32取扱説明書_操作編 MIC / Preamp ATT NL-32 A C ATT AMP 1 AMP 2 AMP 3 FLAT FLAT CAL.SIG. OVER LOAD DET. AMP 4 AMP 5 A/D D/A CONV. AMP 6 AMP 7 A/D CONV. Vref. AMP 8 AMP 10 DC OUT AMP 9 FILTER OUT AC DC OUT AC OUT KEY SW Start

More information

LM35 高精度・摂氏直読温度センサIC

LM35 高精度・摂氏直読温度センサIC Precision Centigrade Temperature Sensors Literature Number: JAJSB56 IC A IC D IC IC ( ) IC ( K) 1/4 55 150 3/4 60 A 0.1 55 150 C 40 110 ( 10 ) TO-46 C CA D TO-92 C IC CA IC 19831026 24120 11800 ds005516

More information

L C -6D Z3 L C -0D Z3 3 4 5 6 7 8 9 10 11 1 13 14 15 16 17 OIL CLINIC BAR 18 19 POWER TIMER SENSOR 0 3 1 3 1 POWER TIMER SENSOR 3 4 1 POWER TIMER SENSOR 5 11 00 6 7 1 3 4 5 8 9 30 1 3 31 1 3 1 011 1

More information

General Purpose, Low Voltage, Rail-to-Rail Output Operational Amplifiers 324 V LM LMV321( )/LMV358( )/LMV324( ) General Purpose, Low Voltage, Rail-to-

General Purpose, Low Voltage, Rail-to-Rail Output Operational Amplifiers 324 V LM LMV321( )/LMV358( )/LMV324( ) General Purpose, Low Voltage, Rail-to- General Purpose, Low Voltage, Rail-to-Rail Output Operational Amplifiers 324 V LM LMV321( )/LMV358( )/LMV324( ) General Purpose, Low Voltage, Rail-to-Rail Output Operational Amplifiers 358 LMV358/324 LM358/324

More information

OPA277/2277/4277 (2000.1)

OPA277/2277/4277 (2000.1) R OPA OPA OPA OPA OPA OPA OPA OPA OPA µ µ ± ± µ OPA ±± ±± ± µ Offset Trim Offset Trim In OPA +In -Pin DIP, SO- Output NC OPA Out A In A +In A A D Out D In D +In D Out A In A +In A A B Out B In B +In B

More information

mbed祭りMar2016_プルアップ.key

mbed祭りMar2016_プルアップ.key 1 2 4 5 Table 16. Static characteristics (LPC1100, LPC1100L series) continued T amb = 40 C to +85 C, unless otherwise specified. Symbol Parameter Conditions Min Typ [1] Max Unit Standard port pins, RESET

More information

R1RW0416DI シリーズ

R1RW0416DI シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

LM9822 3 Channel 42-Bit Color Scanner Analog Front End (jp)

LM9822 3 Channel 42-Bit Color Scanner Analog Front End (jp) LM9822 LM9822 3 Channel 42-Bit Color Scanner Analog Front End Literature Number: JAJS680 LM9822 3 42 LM9822 AFE CIS CCD CDS / LM9822 14 6MHz ADC 600 / CCD CDS CCD CIS TTL/CMOS 14 6MHz 5V 5% I/O 3.3V 10%

More information

Plastic Package (Note 12) Note 1: ( ) Top View Order Number T or TF See NS Package Number TA11B for Staggered Lead Non-Isolated Package or TF11B for S

Plastic Package (Note 12) Note 1: ( ) Top View Order Number T or TF See NS Package Number TA11B for Staggered Lead Non-Isolated Package or TF11B for S Overture 68W ( ) 0.1 (THD N) 20Hz 20kHz 4 68W 8 38W SPiKe (Self Peak Instantaneous Temperature ( Ke)) SOA (Safe Operating Area) SPiKe 2.0 V ( ) 92dB (min) SN 0.03 THD N IMD (SMTPE) 0.004 V CC 28V 4 68W

More information

R1EV5801MBシリーズ データシート

R1EV5801MBシリーズ データシート 1M EEPROM (128-kword 8-bit) Ready/Busy and function R10DS0209JJ0100 Rev.1.00 131072 8 EEPROM ROM MONOS CMOS 128 2.7V 5.5V 150ns (max) @ Vcc=4.5V 5.5V 250ns(max) @ Vcc=2.7V 5.5V 20mW/MHz (typ) 110µW (max)

More information

AUTO-TUNE 4

AUTO-TUNE 4 AUTO-TUNE 4 Chapter 1 4 Auto Tune4.0 4 5 7 Chapter 2 Auto-Tune 4 8 8 9 MIDI 12 15 Chapter 1 Auto-Tune Auto-Tune 4 Auto-Tune 4.0 Auto-Tune 4 Auto-Tune 4 Auto-Tune 4 192kHz Options Scale Note Remove Bypass

More information

DV-RA1000HD_Jpn(b)

DV-RA1000HD_Jpn(b) » D00927901A DV-RA1000HD High Definition Audio Master Recorder á á á è ì í ì ì í í ó è í è í í 2 TASCAM DV-RA1000HD ì ó ó ó ó á í ó ì ì í í ì ó í TASCAM DV-RA1000HD 3 4 TASCAM DV-RA1000HD TASCAM DV-RA1000HD

More information

HN58V256Aシリーズ/HN58V257Aシリーズ データシート

HN58V256Aシリーズ/HN58V257Aシリーズ データシート HN58V256A HN58V257A 256k EEPROM (32-kword 8-bit) Ready/Busy and RES function (HN58V257A) RJJ03C0132-0600 Rev. 6.00 2007. 05. 24 HN58V256A HN58V257A 32768 8 EEPROM ROM MNOS CMOS 64 3V 2.7 5.5V 120ns (max)

More information

PRECISION COMPACT DISC PLAYER DP-75V

PRECISION COMPACT DISC PLAYER DP-75V PRECISION COMPACT DISC PLAYER DP-75V Accuphase warranty is valid only in Japan. 7 6 8 9 10 1 2 3 5 4 11 13 14 15 12 16 = CD/PROC PLAY PROGRAM REPEAT ALLONE A B LEVEL khz INDEX TRACK EXT M S db PROCESSOR

More information

Fundamentals 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 1 0 0 0 1 0 1 1 1 1 0 1 0 1 1 1 0 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 1 0 1 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0 0 1 1 1 0 0 0

More information

R1RP0416D シリーズ

R1RP0416D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

DS90CP04 1.5 Gbps 4x4 LVDS Crosspoint Switch (jp)

DS90CP04 1.5 Gbps 4x4 LVDS Crosspoint Switch (jp) 1.5 Gbps 4x4 LVDS Crosspoint Switch Literature Number: JAJS984 1.5Gbps 4 4 LVDS 4 4 (LVDS) ( ) 4 4:1 4 1 MODE 4 42.5Gb/s LVDS 20010301 33020 23900 11800 ds200287 2007 12 Removed preliminary. Removed old

More information

untitled

untitled CMOS 376-851511 0277 (30) 1788 0277 (30)1707 e-mail: k_haruo@el.gunma-u.ac.jp AD AD AD [] AD AD AD [] ISSCC 2007 TSMC ISSCC2007 ISSCC2007 /DAC (regulation) (AGC) ADC/DAC AD AD AD [] AD CMOS SAR ADC Gr),,

More information

TO-92 Plastic Package (Z) TO-252 (D-Pak) Bottom View Dual-In-Line Packages (N) Surface-Mount Package (M, MM) Front View 8-Lead LLP Top View 4 DAP Top

TO-92 Plastic Package (Z) TO-252 (D-Pak) Bottom View Dual-In-Line Packages (N) Surface-Mount Package (M, MM) Front View 8-Lead LLP Top View 4 DAP Top 2951 LP 2950 LP 19850603 33200 24060 LP2950 LP2951 ( 75 A) ( 40mV 100mA 380mV) LP2950-5.0 D-Pak 3 TO-92 5V LP2951 8 (DIP) LLP 8 1 1 / 3V 3.3V 5V ( ) 1.24V 29V ( 0.5%) ( 0.05%) 11800 DS008546 fixed the

More information

HN58C256A シリーズ/HN58C257A シリーズ データシート

HN58C256A シリーズ/HN58C257A シリーズ データシート HN58C256A HN58C257A 256k EEPROM (32-kword 8-bit) Ready/Busy and RES function (HN58C257A) RJJ03C0133-0600Z Rev. 6.00 2006. 10. 26 HN58C256A HN58C257A 32768 8 EEPROM ROM MNOS CMOS 64 5V±10% 85ns/100ns (max)

More information

LM837 Low Noise Quad Operational Amplifier (jp)

LM837 Low Noise Quad Operational Amplifier (jp) Low Noise Quad Operational Amplifier Literature Number: JAJSBB7 600 Low Noise Quad Operational Amplifier 2000 8 Converted to nat2000 DTD ds009047tl/h/9047 33020 19860602 10 V/ s ( ); 8 V/ s ( ) 25 MHz

More information

RW1097-0A-001_V0.1_170106

RW1097-0A-001_V0.1_170106 INTRODUCTION RW1097 is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology. It can display 1line/2line/3line/4line/5line/6lines x 12 (16 x 16 dot format) with the

More information

LP3470 Tiny Power On Reset Circuit (jp)

LP3470  Tiny Power On Reset Circuit (jp) Tiny Power On Reset Circuit Literature Number: JAJS547 IC ( C) CMOS IC 2.63V 2.93V 3.08V 3.65V 4.00V 4.38V 4.63V 6 (V RTH ) 2.4V 5.0V V CC (L ow ) ( ) V CC ( ) IC SOT23-5 1 : 2.63V 2.93V 3.08V 3.65V 4.00V

More information

LMC7101/101Q Tiny Low Pwr Op Amp w/Rail-to-Rail Input and Output (jp)

LMC7101/101Q Tiny Low Pwr Op Amp w/Rail-to-Rail Input and Output (jp) ,Q /Q Tiny Low Power Operational Amplifier with Rail-to-Rail Input and Output Literature Number: JAJS809 CMOS SOT23-5 CMOS LMC6482/6484 PHS (PDA) PCMCIA 5-Pin SOT23 CMOS 19940216 33020 23900 11800 2006

More information

LMV851/LMV852/LMV854 8 MHz Low Power CMOS, EMI Hardened Operational Amplifi(jp)

LMV851/LMV852/LMV854 8 MHz Low Power CMOS, EMI Hardened Operational Amplifi(jp) LMV851,LMV852,LMV854 LMV851/LMV852/LMV854 8 MHz Low Power CMOS, EMI Hardened Operational Amplifiers Literature Number: JAJSAM3 LMV851/LMV852/LMV854 8MHz CMOS EMI LMV851/LMV852/LMV854 CMOS IC 40 125 LMV851/

More information

16-Bit, Serial Input Multiplying Digital-to-Analog Converter (Rev. B

16-Bit, Serial Input Multiplying Digital-to-Analog Converter (Rev. B DAC8811 www.tij.co.jp ± ± µ ± µ ± V REF CS Power-On Reset DAC8811 D/A Converter 16 DAC Register 16 R FB I OUT CLK SDI Shift Register GND DAC8811C ±1 ±1 MSOP-8 (DGK) 4to 85 D11 DAC8811ICDGKT DAC8811C ±1

More information

4

4 I/O 2AO 0/4-20mA / DC6-18V 16Bit Ver. 1.0.0 2 750-563 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO

More information

LM4040.fm

LM4040.fm SC70 SOT-23 2.048V 2.500V 3.000V 4.096V 5.000V 8.192V 10.000V -2.5 60 A - 10.0 100 A 15mA 25 0.1 (A ) 1.2V 2 LM4041 LM4041 Precision Micropower Shunt Voltage Reference 19911220 24180 DS011323 Converted

More information

4

4 I/O 2AO DC0-10V/ 10V 16Bit Ver. 1.0.0 2 750-562 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO Kontakttechnik

More information

untitled

untitled 1 CMOS 0.35um CMOS, 3V CMOS 2 RF CMOS RF CMOS RF CMOS RFCMOS (ADC Fabless 3 RF CMOS 1990 Abidi (UCLA): Fabless RF CMOS CMOS 90% 4 5 f T [GHz] 450 400 350 300 250 200 150 Technology loadmap L[nm] f T [GHz]

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

LM193/LM293/LM393/LM 回路入り低動作電圧低オフセット電圧コンパレータ

LM193/LM293/LM393/LM 回路入り低動作電圧低オフセット電圧コンパレータ LM193,LM2903,LM293,LM393 LM193/ Low Power Low Offset Voltage Dual Comparators Literature Number: JAJSB74 2 LM293 2.0mV 2 A/D VCO MOS LM293 TTL CMOS LM293 MOS LM393 LM2903 Micro SMD 8 ( 0.3mm) Squarewave

More information

LTC 自己給電絶縁型コンパレータ

LTC 自己給電絶縁型コンパレータ AC 120V TECCOR 4008L4 OR EUIVALENT NEUTRAL 2N2222 HEATER 25Ω 150Ω 1k 1N4004 2.5k 5W 5.6V R1 680k 390Ω 100µF LE 47k C1 0.01µF ZC ZC COMPARISON > R = R O e B (1/T 1/T O ) B = 3807 1µF THERM 30k YSI 44008

More information

2

2 L C -24K 9 L C -22K 9 2 3 4 5 6 7 8 9 10 11 12 11 03 AM 04 05 0 PM 1 06 1 PM 07 00 00 08 2 PM 00 4 PM 011 011 021 041 061 081 051 071 1 2 4 6 8 5 7 00 00 00 00 00 00 00 00 30 00 09 00 15 10 3 PM 45 00

More information

Microsoft Word - AK2300-MS0997-J-00_ doc

Microsoft Word - AK2300-MS0997-J-00_ doc AK2300 A-Law -law14bitpcm(16bit ) A/D D/A A-law/μ-law GST VFTN VR AMPT AAF SMF A/D CODEC Core D/A PCM I/F DIF0 DIF1 MUTEN DX DR FS BCLK VREF BGREF Internal Main Clock PLLC VDD VSS LVDD Power Down AK2300

More information

j9c11_avr.fm

j9c11_avr.fm AVR Type: AVR-M AVRL Issue date: September 211 RoHS EU Directive 22/95/EC PBB PBDE (1/1) SMD RoHS AVR AVR-M AVRL Varistor 2Zener diode Current(A) Positive direction 1 1 1 2 1 3 1 4 1 5 Zener diode /Vz:6.8V

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

LM7171 高速、高出力電流、電圧帰還型オペアンプ

LM7171 高速、高出力電流、電圧帰還型オペアンプ Very High Speed, High Output Current, Voltage Feedback Amplifier Literature Number: JAJS842 2 1 6.5mA 4100V/ s 200MHz HDSL 100mA 15V S/N ADC/DAC SFDR THD 5V VIP III (Vertically integrated PNP) 19850223

More information

CDR1000_J

CDR1000_J PROFESSIONAL AUDIO CD ORDER PROFESSIONAL AUDIO CD ORDER OPEN/ CLOSE PEAK HOLD TIME DISPLAY INPUT SELECT UTILITY LEVEL POWER MUTE UV22 REPEAT A-B SYNC AUTO INDEX INC TRACK INC 0 10 L R PHONES LEVEL ON /

More information

TF Editor V3.5 ユーザーガイド

TF Editor V3.5 ユーザーガイド DIGITAL MIXING CONSOLE JA - 2 - TF Editor - 3 - TF Editor NOTE - 4 - TF Editor 1. 2. 3. 1. 2. 3. 4. - 5 - TF Editor NOTE NOTE - 6 - TF Editor NOTE - 7 - TF Editor 1 2 3 4 5 6 7 8 9 0 1 2-8 - TF Editor

More information

Cyclone IIIデバイスのI/O機能

Cyclone IIIデバイスのI/O機能 7. Cyclone III I/O CIII51003-1.0 2 Cyclone III I/O 1 I/O 1 I/O Cyclone III I/O FPGA I/O I/O On-Chip Termination OCT Quartus II I/O Cyclone III I/O Cyclone III LAB I/O IOE I/O I/O IOE I/O 5 Cyclone III

More information

01Ł\”ƒDV700D

01Ł\”ƒDV700D PWR RET RETURN TITLE SUBTITLE AUDIO ANGLE OSD STOP MENU PAUSE REPEAT TRACK GRP TITLE / CHAPTER PLAY T E X T DVD-VIDEO/VIDEO CD/CD PLAYBACK DIGITAL OUTPUT 96 khz 24 bit D/A CONVERTER 1 2 3 4 5 6 7 8 9 CX-DV700

More information

untitled

untitled 慣性運動計測機器 クロ ス ボ ー株 式 会 社 Crossbow Japan Ltd. MEMS 3 1 X Y Z 3 RS-232 Windows Gyro-View Nav-View GPS NAV420 3 AHRS400 VG400 6 IMU400 (AHRS) TEL: 06-6489-5922 FAX: 06-6489-5910 E-MAIL: sales@xbow.jp WEB:

More information

1

1 PalmGauss SC PGSC-5G Instruction Manual PalmGauss SC PGSC-5G Version 1.01 PalmGauss SC PGSC5G 1.... 3 2.... 3 3.... 3 3.1... 3 3.2... 3 3.3 PalmGauss... 4 3.4... 4 3.4.1 (Fig. 4)... 4 3.4.2 (Fig. 5)...

More information

HN58X2402SFPIAG/HN58X2404SFPIAG

HN58X2402SFPIAG/HN58X2404SFPIAG お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

PDW-75MD

PDW-75MD 3-270-633-02(1) PDW-75MD 2007 Sony Corporation m a b c 2 ... 2 6 6... 8... 8 1... 10... 10... 12... 13... 13... 19... 23 2... 25... 26... 27... 27... 28... 29... 29... 29... 30... 31... 33 3... 34... 34...

More information

F9222L_Datasheet.pdf

F9222L_Datasheet.pdf Introduction Fuji Smart power device M-POWER2 for Multi-oscillated current resonant type power supply Summary System: The ideal and Fuji s original system It includes many functions(soft-switching,stand-by).

More information

untitled

untitled S ANIRTAO ANIR 1. 1.1. HAWAII-2 Rockwell Scientific Company(RSC: Teledyne) HAWAII-2 HAWAII-2 20482048 HgCdTe HAWAII-2 1 HAWAII-2 1 1 HAWAII-2 Rockwell Parameter Measured Performance Units Detector Interface

More information

MITSUMI Any products mentioned in this catalog are subject to any modification in their appearance and others for improvements without prior notificat

MITSUMI Any products mentioned in this catalog are subject to any modification in their appearance and others for improvements without prior notificat VDD VOUT CE Bias CS Vref GND Thermal Shutdown Current Limit 5 4 2 SOT89-5A (TOP VIEW) 3 A µf µf VDD VOUT A V A CE GND CS.µF µf µf VDD VOUT CE GND CS.µF Schottky barrier diode VDD VOUT CE GND CS VDD

More information

+ -

+ - i i C Matsushita Electric Industrial Co., Ltd.2001 -S F0901KK0 seconds ANTI-SKIP SYSTEM Portable CD player Operating Instructions -S + - + - 9 BATTERY CARRYING CASE K 3 - + 2 1 OP 2 + 3 - K K http://www.baj.or.jp

More information

TF Editor V4.0 ユーザーガイド

TF Editor V4.0 ユーザーガイド DIGITAL MIXING CONSOLE JA - 2 - - 3 - NOTE - 4 - 1. 2. 3. 1. 2. 3. 4. - 5 - NOTE NOTE - 6 - NOTE - 7 - 1 2 3 4 5 6 7 8 9 0 1 2-8 - 1 NOTE 1-2 - 3 4 1 2 NOTE - 9 - - 10 - 1 2 3 4 5 6 1 2-11 - 1 2 3 4 5-12

More information

LT レール・トゥ・レール電流センス・アンプ

LT レール・トゥ・レール電流センス・アンプ V CC AVG PROG LTMS GND IN IN k % V IN LTC SYNCHRONOUS BUCK REGULATOR I TH INTV CC.k % FB (V BATT.V) TO V V IN LT/ F I BATT TO A SIMPLIFIED SCHEMATIC. SEE FIGURE FOR COMPLETE SCHEMATIC SW µf V µh.ω.m.%

More information

LTC ビット、100ksps、サンプリングADC

LTC ビット、100ksps、サンプリングADC BUSY ±V INPUT Ω.k V IN CAP REF V k BUFFER k AGND 8 7 V DIG V ANA k k REFERENCE AGND 6-BIT SAMPLING ADC DGND CONTROL LOGIC AND TIMING D TO D BUSY CS R/C BYTE 6 TA 6 TO TO 6 µf.µf DIGITAL CONTROL SIGNALS

More information

2

2 WJ-HD150 Digital Disk Recorder WJ-HD150 2 3 q w e r t y u 4 5 6 7 8 9 10 11 12 13 14 15 16 q w SIGNAL GND AC IN 17 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event

More information

AD5933: 1 MSPS、12 ビット・インピーダンス・コンバータネットワーク・アナライザ

AD5933: 1 MSPS、12 ビット・インピーダンス・コンバータネットワーク・アナライザ 1MSPS 12 AD5933 1kHzto I 2 C 27.1Hz 1Ω 1MΩ 2.5 2.7 5.5V 4125 16SSOP AD5933 1MSPS 12A/D ADC ADC DSPDFT DFTR I 2 1. Tan 1 (I/R) AD5934 2 2 R + I 2.7 5.5V 25kSPS 12 16SSOP MCLK AVDD DVDD DAC R OUT VOUT SCL

More information

op-amp-v1.dvi

op-amp-v1.dvi 2 2. Operational Amplifier/OP OP-AMP IC OP LM74 IC OP Black Box OP. 2. 3. 4. 5. 6. 0 0 OP LM74 (Z in ) 2MΩ (Z out ) 75Ω (A) 06dB2 0 5 OP OP OP LM74 DIP OP = A ( ) OP 2 8 NCNo Connection 2 7 3 6 4 5 : LM74

More information

DS90LV V or 5V LVDS Driver/Receiver (jp)

DS90LV V or 5V LVDS Driver/Receiver (jp) DS90LV019 DS90LV019 3.3V or 5V LVDS Driver/Receiver Literature Number: JAJS563 DS90LV019 LVDS 1 / DS90LV019 Low Voltage Differential Signaling (LVDS) 1 CMOS / DS90LV019 EIA-644 IEEE1596.3 (SCI LVDS) 2

More information

LM2940

LM2940 1A 3 1A 3 0.5V 1V 1A 3V 1A 5V 30mA (V IN V OUT 3V) 2 (60V) * C Converted to nat2000 DTD updated with tape and reel with the new package name. SN Mil-Aero: Order Info table - moved J-15 part from WG row

More information

1

1 1 2 3 4 5 RESISTOR TUNABLE FILTER 6 LR-SERIES 1 1 2 3 4 5 6 7.1.1 1 1 1 RF1 CF1 RF2 CF2 INPUT 14 15 16 17 18 19 2 21 22 23 24 25 26 27 28 29 3 9 8 7 6 5 4 3 2 1 84 83 82 81 8 79 78 77 R R CF CF 56k R R

More information

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble 25 II 25 2 6 13:30 16:00 (1),. Do not open this problem boolet until the start of the examination is announced. (2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

Arduino UNO IS Report No. Report Medical Information System Laboratory

Arduino UNO IS Report No. Report Medical Information System Laboratory Arduino UNO 2015 2 25 IS Report No. Report Medical Information System Laboratory Abstract ( ) Arduino / Arduino Bluetooth Bluetooth : Arduino Arduino UNO Arduino IDE micro computer LED 1............................

More information

NL-20取扱説明書_操作編

NL-20取扱説明書_操作編 MIC / Preamp A C AMP 1 AMP 2 AMP 3 FLAT FLAT CAL.SIG. OVER LOAD DET. AMP 4 AMP 5 A/D D/A CONV. V ref. AMP 8 AMP 10 DC OUT AC OUT AC DC OUT DATA BUS CPU ADDRESS BUS DSP Start Pause Stop Store Mode Cont

More information

MAX DS J

MAX DS J 19-233; Rev ; 1/2 µ µ µ µ µ µ PART TEMP RANGE PIN- PACKAGE INL (LSB) AEUB -4 C to +85 C 1 µmax ±.5 BEUB -4 C to +85 C 1 µmax ±1 AEUB -4 C to +85 C 1 µmax ±.5 BEUB -4 C to +85 C 1 µmax ±1 TOP VIEW OUTA

More information

Unidirectional Measurement Current-Shunt Monitor with Dual Comparators (Rev. B

Unidirectional Measurement Current-Shunt Monitor with Dual Comparators (Rev. B www.tij.co.jp INA206 INA207 INA208 INA206-INA208 INA206-INA208 V S 1 14 V IN+ V S 1 10 V IN+ OUT CMP1 IN /0.6V REF 2 3 1.2V REF 13 12 V IN 1.2V REF OUT OUT CMP1 IN+ 2 3 9 8 V IN CMP1 OUT CMP1 IN+ 4 11

More information

ECO-MODE? ???1.5A?60V?????SWIFT??DC/DC ?????

ECO-MODE? ???1.5A?60V?????SWIFT??DC/DC ????? TPS54160 www.tij.co.jp Ω µ µ VIN PWRGD µ µ TPS54160 90 EN BOOT 85 SS/TR RT/CLK COMP PH VSENSE GND Efficiency - % 80 75 70 65 60 V I = 12V, 55 V O = 3.3V, f sw = 1200kHz 50 0 0.25 0.50 0.75 1 1.25 1.50

More information

( ) : 1997

( ) : 1997 ( ) 2008 2 17 : 1997 CMOS FET AD-DA All Rights Reserved (c) Yoichi OKABE 2000-present. [ HTML ] [ PDF ] [ ] [ Web ] [ ] [ HTML ] [ PDF ] 1 1 4 1.1..................................... 4 1.2..................................

More information

単位、情報量、デジタルデータ、CPUと高速化 ~ICT用語集~

単位、情報量、デジタルデータ、CPUと高速化  ~ICT用語集~ CPU ICT mizutani@ic.daito.ac.jp 2014 SI: Systèm International d Unités SI SI 10 1 da 10 1 d 10 2 h 10 2 c 10 3 k 10 3 m 10 6 M 10 6 µ 10 9 G 10 9 n 10 12 T 10 12 p 10 15 P 10 15 f 10 18 E 10 18 a 10 21

More information

oxygen49-61_userguide

oxygen49-61_userguide [ WEB ] 8 9 10 1 2 3 4 6 7 11 5 1 2 3 4 Key Parameter Value Control Assign (example) MIDI CC number 10 (Pan) Data 2 (example) Release 0 (minimum) Data 3 (example) Press 127 (maximum) Key Parameter

More information

ELCODIS.COM - ELECTRONIC COMPONENTS DISTRIBUTOR

ELCODIS.COM - ELECTRONIC COMPONENTS DISTRIBUTOR IC : = 2 MHz Max 2 : : TSSOP-20 RJJ03D0873-0200 Rev.2.00 2008.07.01 VIN Vout + DC 5 V DC 5 V DC 5 V DC 5 V DC 5 V Vbias (DC 12 V) VCC OUT -A GND OUT -B CS RAMP R2A20121 RT SYNC SS FB (+) OUT -C DELAY -1

More information

ANJ_1092A

ANJ_1092A Application Note SBAA066 ± ± ± ± µ ± ± ± ± 24 Bits 20/24MSB 2 s f S 768 khz 25 MHz (1) V IH 2.0 5.0 V (1) V IL 0 0.8 V (2) V IH 3.0 0 V (2) V IL 5.0 4.2 V (1) I IH V IH = V DD ±10 µa (1) I IL V IL = 0V

More information

Technische Beschreibung P82R SMD

Technische Beschreibung P82R SMD P26 halstrup-walcher GmbH http://www.krone.co.jp/ Stegener Straße 10 D-79199 Kirchzarten, Germany 124-0023 2-22-1 TEL:03-3695-5431 FAX:03-3695-5698 E-MAIL:sales-tokyo@krone.co.jp 530-0054 2-2-9F TEL:06-6361-4831

More information

Greetings from the Home of Tone PAGE 1 / LOW MID HIGH MID GAIN SEND HI-PASS FILTER BASS GAIN FREQ GAIN FREQ TREBLE REVERB+CHORUS ROOM REVERB LIMIT PROTECT CLIP OUT HALL REVERB CH 1 PHANTOM INPUT INPUT

More information

DC-DC Control Circuit for Single Inductor Dual Output DC-DC Converter with Charge Pump (AKM AKM Kenji TAKAHASHI Hajime YOKOO Shunsuke MIWA Hiroyuki IW

DC-DC Control Circuit for Single Inductor Dual Output DC-DC Converter with Charge Pump (AKM AKM Kenji TAKAHASHI Hajime YOKOO Shunsuke MIWA Hiroyuki IW DC-DC Control Circuit for Single Inductor Dual Output DC-DC Converter with Charge Pump (AKM AKM Kenji TAKAHASHI Hajime YOKOO Shunsuke MIWA Hiroyuki IWASE Nobukazu TAKAI Haruo KOBAYASHI Takahiro ODAGUCHI

More information