Numark D2 Director User manual

MODEL: D
2
DIRECTOR
SPECIFICATION
STANDARD
OUTPUT LEVEL………………………………….1.0±0.2Vms(1KHZ 0dB)
S/N RATIO…………………………………………MORE THAN 90dB
FREQUENCY RESPONSE……………………...20Hz~20KHz
2dB
DYNAMIC RANGE………………………………..MORE THAN 90dB
CHAMMEL SEPARATION……………………….MORE THAN 90dB
CHANNEL BALANCE………………...................
1dB
HARMONIC DISTORTION……………………….LESS THAN 0.01%
SERVICE MANUAL

NH00 Top Level System Description
rev 0
PG 15 Jan 07
Introduction
The NH00 is a rack mount DJ audio player, playin content from USB devices such as flash drives
and hard discs. Effects are available that are useful to a DJ: pitch shiftin , scratchin , loopin and
beatkeepin . A lar e LCD display is featured alon with an innovative user interface. The
electronics are implemented in 3 PCBs; the CPU board, the I/O board and the Control board.
This document describes the top level desi n of the system, and should be read in conjunction with
the circuit descriptions of the individual boards.
Block Diagram
Microcontroller
LEDs
Switches
Scratch Wheels
Pitch faders
PSU & control
CODEC
CPU BOARD LCD MODULE Audio out
4 channels Power in
+12V DC
I2S Audio
SPI
I/O BOARD
CONTROL BOARD
USB1 USB2 USB3

CPU Board
This is the main di ital 'en ine' of the product featurin an ARM CPU runnin the system software
and a DSP providin some additional audio processin . The CPU board has the followin main
interfaces:
•3 x USB host ports. One connects to the port on the front of the unit and two connect to the
rear panel.
•LCD display interface. This connects to the LCD via the I/O board.
•I2S audio connects to the audio codec on the I/O board.
•SPI bus for communication between the system CPU and the control board microcontroller.
I O Board
The I/O board provides the power supply and power control for the system, and the audio codec and
audio output circuitry. It also acts as 'backplane', routin si nals between the CPU board and the
control board and LCD module.
Control Board
This board provides a control panel with switches, LEDs, scratch wheels and pitch faders. A
microcontroller interfaces to these controls and communicates with the system CPU via an SPI bus.
LCD Module
A Winstar 320 x 240 LCD module is used for the user interface display.

AKAI 9307 CPU Board Circuit Description
rev 0
PG 11 Jan 07
Introduction
The 9307 CPU board is used in the NH00 and KA3. It is the ain digital 'engine' providing the
ain syste CPU and DSP for audio processing. This docu ent provides a circuit description for
this board.
Block Diagram
ARM CPU
EP9307
SHARC DSP
ADSP-21261
SDRAM
256MBit
RTC
32kHz
FLASH
64MBit
To control
board
x3
x2
x3
x2
I2S audio I2S audio
USB x3
Serial x2
SPI bus
To codec

SH T 1 – CPU
This sheet shows the syste CPU and associated circuitry. IC4 is a Cirrus EP9307 ARM CPU. The
IC runs fro a 1.8V core supply (VCCCORE) and a 3.3V I/O supply (VCCIO).
IC2 is a 64Mbit flash e ory for progra and data storage. IC1 and IC3 are SDRAM e ory,
these run at 100MHz clock speed.
IC6 is a reset generator that onitors both the core and I/O supply rails and keeps the CPU in reset
until both supplies are stable.
IC14 is a 14.7456MHz oscillator odule. This clock is used by the CPU IC which features several
internal phase locked loops to generate the various clocks required; the 100MHz SDRAM clock for
exa ple.
IC5 is a real ti e clock (RTC) IC that provides a 32kHz clock used by the ARM CPU. Note that we
do not currently ake use of the RTC function, it is there only to provide the 32kHz clock for the
CPU. This is an i portant clock and the CPU will not boot without it.
Provision has been ade to use a back up battery for the RTC. Were this to be used, it would
connect to PL10 to provide power for the RTC only when the ain power supply is switched off.
The resistors in the lower left corner of this sheet (R31, R33-34, R36, R39, R41, R43-44), are
i portant configuration resistors, these ensure that the CPU boots in the correct ode.
GPIOs and interrupts
Signals GPIO0-14 are general purpose I/O signals that are used to control a variety of functions as
described in the table below.
GPIO Input/Output Function
GPIO0
GPIO1
GPIO2 Input USB power fault. 1=Nor al. 0=USB power fault
GPIO3 Output USB power enable. 0=power enabled. 1=Disabled
GPIO4 Input !OFF power down request signal fro I/O board.
Nor ally high. Low to request power down.
GPIO5 Input POWER. State of front panel power switch. High when
button is pressed
GPIO6 Output !DAC_RESET. Nor ally high. Low to reset audio DAC
GPIO7 Output !ADC_RESET. Nor ally high. Low to reset audio ADC
GPIO8 Input FSTART_A. Fader start. Used in KA3 but not NH00.
GPIO9 Input FSTART_B. Fader start. Used in KA3 but not NH00.
GPIO10 Input JUKEBOX_MODE. Used in KA3 but not NH00.
GPIO11 Output Controls USB switch IC8 for iPod interface. 1=iPod in
USB ode. 0= iPod in serial ode. (Not used in NH00)
GPIO12 Not used
GPIO13 Output DSP SPIDS. Nor ally high. Low when progra ing
software into DSP.
GPIO14 Output !DSP_RESET. Nor ally high. Low to reset Sharc DSP
INT0 Interrupt input POWERFAIL. Nor ally low. High to indicate power
failure (i.e power has been re oved)

SPI Bus
The SPI bus connects the ARM CPU to the Sharc DSP and the PIC icrocontroller on the Control
board. The SPI bus is used at power up to load software into the Sharc DSP. For this, the ARM
CPU is the SPI aster and the Sharc DSP is the SPI slave. Once this is co pleted the SPI bus is
then used for co unication between the control board icrocontroller and the ARM CPU. For
this, the control board icro is the SPI aster and the ARM CPU beco es a slave.
Note that a control signal TXD2 is used to tell the control board icro when it is allowed to take
over the SPI bus. TDX2 is and output fro the ARM CPU. It is high while the DSP software is
being loaded, and goes low when this is finished to indicate that the control board can beco e the
SPI aster and start co unication.
SPI bus signals
Signal Name Function Source
SSCLK SPI clock Driven by ARM while loading DSP software.
Driven by Control board icro after that.
SSFRM SPI fra e (fra es each byte) Note used when loading DSP software. Driven
by control board icro after that.
SSTX SPI data trans it Driven by ARM while loading DSP software.
Driven by Control board icro after that.
SSRX SPI data receive Driven by SHARC while loading DSP software.
Driven by ARM board icro after that.
GPIO14 SPIDS for Sharc DSP (low
while loading DSP S/W)
Driven by ARM
I2S audio signals
I2S audio interfaces are provided between the ARM CPU and the DSP. Audio can be sent in both
directions, though in the NH00 only the outputs fro the ARM are used. The DSP is the I2S aster
and the ARM is a slave. All audio on this interface is trans itted at a sa ple rate of 176.4kHz.
Signal Name Function Source
ARM-BCLK I2S bit clock (11.2896MHz) DSP
ARM-MCLK I2S aster clock (not used because ARM does
not need aster clock)
DSP
ARM-LRCLK I2S word clock (176.4kHz) DSP
ARM-SIN0 I2S data in channel 0 (not used in NH00) DSP
ARM-SIN1 I2S data in channel 1 (not used in NH00) DSP
ARM-SOUT0 I2S data out channel 0 (deck A) ARM
ARM-SOUT1 I2S data out channel 1 (deck B) ARM
ARM-SOUT2 I2S data out channel 2 (not used in NH00) ARM
USB
The ARM CPU provides 3 full speed (12Mbit/s) USB host ports. Each port uses a differential pair
of signals; USBP0/USBM0, USBP1/USBM1 and USBP2/USBM2 are the 3 ports.
I2C
An I2C port is provided; SDA (data) and SCL (clock). The ARM is the I2C aster.
This is used to configure the audio codec. It is also connected to the RTC chip although at present
the RTC chip is never co unicated with.

Serial ports
The ARM CPU provides 3 serial ports, of which we ake use of 2. TXD0/RXD0 are used for
debugging purposes, and this serial port is accessible on the NH00 I/O board. TXD1/RXD1 are not
used on the NH00 (on KA3 it is used for the iPod interface). RXD2/TXD2 are not used as a serial
port; TXD2 is a si ple control signal as entioned earlier.
Display interface
The ARM CPU drives the LCD odule using the following signals:
Signal name Function
SPCLK Pixel clock
VSYNC Vertical sync signal
HSYNC Horizontal sync signal
BLANK Blanking signal
BRIGHT Pulse width odulated (PWM) signal controls brightness of LCM backlight
P17 Used for fra e reverse signal
P12/P8/P4/P0 Used for D0..D3 4 bit video data
Status L Ds
D1 (red) and D2 (green) are status LEDs that can be used to see if the CPU has booted correctly.
Nor ally, the red LED will light briefly at power up then the green one will co e on instead.
If this fails to happen it indicates that the CPU has failed to boot for so e reason.
SH T 2 – I/O & PSU
This sheet shows the I/O connections, power supplies and power control.
Connections to I/O board
PL2-3 are 50 way high density connectors that connect the various signals to the I/O board:
I2S audio signals
I2C bus
SPI bus
LCD interface
Serial ports
Power control signals (OFF, POWER, POWERFAIL)
Codec reset signals (ADC_RESET, DAC_RESET)
USB ports
The 3 USB ports are provided on PL4-6. USB host ports are required to provide a 5V power supply.
IC9 is a protection device that is designed to protect the syste fro faults in the external USB
devices. It li its the current to a axi u of 0.9A per port, and detects short circuits. If a fault
occurs, !USBFAULT will go low. This is buffered by IC7 and reported back to the CPU. The
power for the USB ports can be turned off by the CPU using GPIO13.
IC8 is an analogue switch that switches the USB signals for one of the ports. In the KA3, PL6 is
connected to the iPod dock, and the analogue ux can disable the USB port when the iPod is used
in serial ode. In NH00, PL6 is a nor al USB port, so IC8 will always pass the USB signals.
PL9 is for the iPod serial port which is not used in NH00.

LCD backlight control
IC10 and associated co ponents provide an adjustable voltage to drive the LCM backlight. The
signal BRIGHT is a PWM signal fro the ARM CPU. R67/R69/C15 scales and filters this to a DC
level, which connects to the adjust pin of the voltage regulator IC10. IC10 will act so as to aintain
1.25V between its output and adjust pin, therefore the output will follow 1.25V above the adjust
pin. This drives the LCM backlight.
Core supply and power sequencing
IC11 is an adjustable voltage regulator providing the 1.8V core supply for the ARM CPU.
The ARM CPU needs the I/O supply to co e up so e ti e before the core supply. If this is not
done, the CPU so eti es fails to boot up due to a bug in the IC. To achieve this, a power
sequencing circuit is e ployed to turn off the input to IC11 for a short ti e at power up.
IC16 is a reset generator IC, the output of which will stay low for approxi ately 240 s after the
3.3V rail co es up. This signal is inverted by TR1 and then controls the gate of MOSFET TR2.
TR2 will therefore be off for 240 s after power up, so the 1.8V core supply will co e up 240 s
after the 3.3V rail.
SH T 3 – DSP
This sheet shows the SHARC DSP IC13, which is used for so e of the audio processing. Audio
fro the ARM is processed before being trans itted to the codec. Audio fro the codec is
processed before being trans itted to the ARM (the latter is not used in the NH00).
The DSP uses a 1.2V core provided by regulator IC18. The I/O supply is 3.3V. IC15 is a
22.5792MHz oscillator used by the DSP to generate all the clocks in needs internally using phase
locked loops.
The software for the DSP is loaded shortly after power up using the SPI bus, as described earlier.
Configuration resistors R84, R82 and R85 are i portant and ensure the DSP boot in the correct
ode with the correct internal clock frequency.
Audio interfaces
The DSP has audio interfaces to the ARM and the codec. In both cases the DSP is the I2S aster.
The interface with the ARM is descibed earlier.
The following signals ake up the interface with the codec, these run at 44.1kHz sa ple rate.
Signal Name Function Source
DSP-BCLK I2S bit clock (2.8224MHz) DSP
DSP-MCLK I2S aster clock (11.2896MHz) DSP
DSP-LRCLK I2S word clock (44.1kHz) DSP
DSP-SIN0 I2S data in channel 0 (not used in NH00) CODEC
DSP-SIN1 I2S data in channel 1 (not used in NH00) CODEC
DSP-SOUT0 I2S data out channel 0 (deck A) DSP
DSP-SOUT1 I2S data out channel 1 (deck B) DSP
DSP-SOUT2 I2S data out channel 2 (not used in NH00) DSP
Status L D
D5 is a red LED that shows the status of the DSP. Nor ally, this will turn on at power up, then turn
off while the software is loaded into the DSP, before turning on again once the software starts
running. If the behaviour is different then it indicates a proble with the DSP.

NH00 I/O Board Circuit Description
rev 0
PG 12 Jan 07
Introduction
This board is used in the NH00 DJ audio player. It includes the audio codec power supply and
power control circuit.
Block Diagram
Audio CODEC
Audio input 2 ch
(not used) Audio output 4 ch
Power supply
Power control circuit
12V Power in
System power
supplies
POWER switch To CPU board
I2S Audio to CPU
board

SHEET 1 – CODEC
This sheet shows the audio codec audio input and output circuitry muting and power supplies for
the analogue section.
The design features analogue inputs for a record function though the parts for this are not fitted
since the feature was removed from the product. 2 channels of audio are input on J3. Op-amp U3
and associated components form an input buffer having a gain of -0.4 and DC offset of +2V to
ensure the signal is at the correct levels for the codec. D3 and D8 provide limiting to ensure the
codec is not damaged in the event of large signal levels being applied. None of the components in
this section are fitted except C38 and C60; these have 0 ohm resistors fitted to ground the analogue
inputs of the codec.
U2 is a Cirrus Logic CS42406 audio codec. I2S audio is received from the CPU board for
conversion to analogue audio. I2S_TX0 and I2S_TX1 are the serial audio data for deck A and B
respectively. I2S_BCLK is the bit clock I2S_LRCLK is the word clock and I2S_MCLK is the
master clock.
The codec is configured by software via the I2C signals SDA (data) and SCL (clock).
!DAC_RESET is used to reset the DAC (active low) and !ADC_RESET resets the ADC (also
active low).
4 analogue outputs from the codec are used for Deck A (left + right) and Deck B (left + right)
outputs. These are AC coupled by C29 C50 C54 and C26 to remove the 2V DC offset that the
signal has at the codec output.
U1-A and associated components form a 2nd order low pass butterworth filter with corner frequency
of 50kHz approximately and a gain of -1.25. All 4 output channels use the same circuit.
Q1-4 are muting transistors. When switched on these clamp the audio outputs to ground to ensure
no pops or clicks are heard at the output when the system is powered up or down.
The muting is controlled by the MUTEC1 output of the codec. When MUTEC1 is high the outputs
will be muted. Transitors Q5-6 buffer the muting signal. R23 pulls the base resistors of Q1-4 down
to -4V to ensure the transistors are completely off when the system is not muted.
The MUTEC1 pin can be controlled by software to ensure that the system is muted when necessary.
MUTEC will always be high following power up and the software waits until the codec has been
initialised before taking it low. This mutes pops and thumps during power up and initialisation. The
software also controls muting at power down whether it is the user putting the unit into standby
mode or the power is unplugged. In the latter case the software receives a power fail signal to warn
it that the power is about to go away and it mutes the system before any unpleasant noises are
heard.
The audio op-amps use +/-4V supply rails. The codec +VA supply also uses the +4V rail. U9 is a
low drop out voltage regulator that derives the +4V rail from the system +5V rail. U7 is a charge
pump voltage inverter that generates a -4V supply from the +4V rail.

SHEET – POWER
This sheet shows the system power supply and the power control circuit.
The system is powered from a 12V DC power source; this is input on connector J8. D1 is a schottky
diode that ensures the system is not damaged should the user accidentally connect a power supply
with incorrect polarity. L1/C3/C20 are and EMC filter to reduce radiated and conducted emissions.
U5 and associated components form a switching regulator to provide the system +5V power supply.
This in turn is regulated by linear regulator U8 to derive the system +3.3V supply.
Power detect circuit: Comparator U10B and associated components provide a power detect circuit
to send the CPU and early warning that the external power supply has been unplugged or switched
off. Normally the output of the comparator will be low. If the input voltage falls below 10.8V then
the output will go high.
The software uses this POWERFAIL signal to mute the audio output and save system parameters to
flash so that the system can be restored after a power failure.
Power control circuit
U6 is a small PIC microcontroller than runs software to control the system power supply. U6 is
powered from a permanent +5V supply +5VPERM provided by U4.
The PIC controls the ON/OFF pin of 5V regulator U5. Since the 3.3V supply is derived from the
+5V supply both supplies are enabled together.
POWER_SW is the signal from the front panel power switch. It is high when the switch is pressed.
The power switch is monitored by both the PIC and main CPU. The signal is buffered by U10-D
prior to being sent to the CPU. This ensures that the signal POWER is never asserted high while the
system power supply is switched off (which could damage the CPU).
!OFF is a control signal from the CPU to request that the power is turned off. It is normally high
and goes low when the CPU wants the power to be turned off.
The power control works in the following way: When the 12V external power is first applied the
PIC will keep the system power supply switched off and will wait for the power switch to be
pressed. Only then will the the PIC will turn on the system power supply allowing the main CPU to
start up.
Once the system is running the main CPU will monitor the power switch. If the power switch is
pressed the main CPU will close down the system mute the audio output and save key parameters
to flash. Having done this the main CPU will set the !OFF signal low. This indicates to the PIC that
the CPU wishes to turn off the power supply and the PIC will respond by switching off the power.
The PIC also monitors the power switch while the system is running to detect if the power button is
pressed and held down for >7 seconds. If this happens the PIC will turn off the power. This
provides a way to turn off the power in the event that the main CPU software has crashed.

SHEET 3 – Connectors
This sheet shows the connection to other boards in the system and also the fader start inputs.
The CPU board plugs into 2 50 way headers J11-12.
The Control board connects to J16 via a 26 way ribbon cable.
The LCD display connects to J15 (data and power) and J14 (backlight).
It can be seen that the I/O board is used to route signals between the CPU board and the control
board and LCD module.
J6-7 are the fader start inputs designed to connect to mixers for automation. Each fader start
connector carries 2 control signals. There is no ground connection so the system relies on the audio
also being connected in order to provide a ground.
The 4 fader start signals are sent to the control board microcontroller.
D4-7 and R13-16 provide voltage limiting to protect the micro.
J1-2 are the USB connectors on the rear panel (USB2 and USB3). These are connected to the CPU
board via J9-10.
J13 is a debug connector. It can be connected to a PC to test and debug the system. A level
transceiver is required to convert the 3.3V levels to RS232 levels for the PC.

DISASSEMBLY PROCEDURES
1.REMOVAL OF CONTROL PANEL (Fig. 1)
(A) TAKE OUT THE 12 PCS SCREW FROM THE CONTROL PANTEL AND FIXED PLATE.
Fig.1
2.REMOVAL OF FUNCTIONAL PCB(Fig.2)
(A) TAKE OUT THE 2 PCS VR KNOB FROM THE FRONT PANE.
(B) TAKE OUT THE DISCONNECT 2 PCS FROM THE LCM AND PC BOARD ASS’Y.
(C) TAKE OUT THE 6 PCS SCREW FROM THE LCM.
(D) TAKE OUT THE CONNECT 2 PCS FROM THE PC BOARD ASS’Y.
(E) TAKE OUT THE 16 PCS SCREW FROM THE PC BOARD ASS’Y.
(F) TAKE OUT THE 4 PCS SCREW FROM THE SENSOR PCB ASS’Y.
(G) TAKE OUT THE 2 PCS SCREW FROM THE USB PCB ASS’Y
(H) TAKE OUT THE CONNECT 1 PC FROM THE PC BOARD ASS’Y.
Fig.2

DISASSEMBLY PROCEDURES
3. REMOVAL OF TOP COVE. (Fig. 3)
(A) TAKE OUT THE 4 PCS SCREW FROM THE CPU PCB ASS’Y.
(B) TAKE OUT THE 7 PCS SCREW FROM THE I/O PCB ASS’Y AND TAKE OUT THE 6 PCS SCREW FROM
THE REAR COVER .
Fig.3


WIRIN G D IAG RAM
~~~~~~~~~~~~~


LEVEL
P/N DESCRIPTION QTY REF
1 AL7-10-0133 USB THUMB DRIVE 128MB 1
1 BAAR-016 PU STAND 2 24
1 BAGL-40A CLIP 2 45
1 BAGL-70L CLIP 2 44
1 CD47-1 PHONO CORD 2
1 CN0420000707 4P CONNECTOR (70mm) 2 38
1 CN0520002202 5P CONNECTOR (220mm) 2 39
1 CN0520002203 5P CONNECTOR (220mm) 1
1 CN2620003001 26P CONNECTOR (300mm) 1
1 ERE75 5MM E RING 2 13
1 K46-1 CABLE TIE 3
1 LA62GMN37 DATE LABEL 1 37
1 LAC22MAR181 BAR CODE LABEL 1 36
1 LAC62MAR232 BAR CODE LABEL 2
1 LAC67YAH261 LABEL 1
1 LCM320240DTTI LCM 1 21
1 MT0604435 FIXED HOLDER 2 6
1 MT062048201 REAR COVER 1 22
1 MT063008201 PANEL PLATE PRINTING 1 5
1 MT0701832 TOUCHDOWN PANEL 1 43
1 MT0705508 COPPER AXIS 2 8
1 NM0606113 FELT MAT 2 9
1 NP206MAR17 NAME PLATE 1 1
1 OTMCK-88 KEYBOARD 1
1 PT060447001 PCB HOLDER 1 10
1 PT0610610 KNOB 11 20
1 PT071068101 ROTATE 1 2
1 PT111063202 VR KNOB 2 4
1 PT111068104 KNOB 1 12
1 PT111068105 KNOB 1 11
1 PT111068106 KNOB(TAP) 1 19
1 PT111069001 KNOB (CIRCULE) PRINTING 2 29
1 PT111070301 ADJUST TURNTABLE PAINTING 2 3
1 PT1304315 POWER CABLE RETAINER 1 40
1 PW12180UC01 POWER SUPPLY CORD 1
1 RU0610620101 PAUSE KNOB 1 14
1 RU061066911 RUBBER KNOB 2 15
1 RU061066912 RUBBER KNOB 2 16
1 RU061066913 RUBBER KNOB 2 17
1 RU0630601 RUBBER STAND 2 23
1 RU0710614903 RUBBER KNOB 2 18
1 SC0306RIBI SCREW 11 27
1 SC0308FBBI SCREW 12 25
1 SC0308PBBI SCREW 4 35
1 SC0308RBNI SCREW 28 26
1 SC0310BBBI SCREW 1 42
1 SC0312W8BBI SCREW 2 28
1 SC2604RIBI SCREW 2 41
1 SPSA241DA1220 ADAPTOR(12V/2A) 1
1 UHRI28X75X18 ROUND PLATE 1 46
1 WS1306505 WASHER 2 7
1 TWPC06C00401 CPU PCB ASS'Y 1 32
2 AA811122J FILTER SMD 0805 CE.FBM2125HM33 3 L3,5,6
2 AL2-51-4401 TRANSISTOR 2N4401 1 TR1
2 AL2-54-6306 TRANSIST0R FDC6306P 1 TR2
2 CS102K5003X7R CERAMIC 1000P (SMD) 1 C93
2 CS103K5003X7R CERAMIC 0.01UF (SMD) 7 C9,87,94,118~121
NH00MAR01

2 CS104K5003X7R CERAMIC 0.1UF (SMD) 69 C1,4,10,13,17~20,22~30,32~38,40,42,45,47,49~60,63,66,
71~74,78~80,95,98~116
2 CS106K0605X5R CERAMIC 10UF (SMD) 2 C96,97
2 CS470J5003COG CERAMIC 47P (SMD) 6 C16,21,41,46,61,62
2 DISDBAS40-00 DIODE 1 D3
2 DIZDBZX84C5V6 DIODE ZENER(5.6V) 1 D6
2 ICDS1337S IC DS1337S 1 IC5
2 ICDSP21261SKBCZ IC DSP2126SKBZ 1 IC13
2 ICEP9307-CRZ IC EP9307-CRZ 1 IC4
2 ICK4S281632I IC K4S281632I 2 IC1,3
2 ICLM1117IMPXADJ IC LM1117IMPXADJ 2 IC10,11
2 ICLT3021EDH-1.2 IC LT3021EDH-1.2 1 IC18
2 ICMAX1940EEE IC MAX1940EEE 1 IC9
2 ICMAX4717EUB IC MAX4717EUB 1 IC8
2 ICMIC2774N IC MIC2774N 1 IC6
2 ICMIC809SU IC MIC809SU 1 IC16
2 ICNC7SZ08M5-NL IC NC7SZ08M5-NL 3 IC7,12,17
2 ICYH95C03 IC YH95C03 1 IC2
3 ICJS28F640J3D ICJS28F640J3D 1 -
2 LDLTST-C190KGKT GREEN LED 1 D2
2 LDLTST-C190KRKT RED LED 2 D1,5
2 PC06C004 CPU PCB 1 -
2 RS00010F03 RESISTOR 0(SMD) 1% 6 R3,82,84,85,102,103
2 RS10010F03 RESISTOR 100(SMD) 1% 9 R45,46,51~55,57,58
2 RS10310F03 RESISTOR 10K (SMD) 1% 16 R4,5,14,22,34,36,41,44,49,50,86~90,111
2 RS15010F03 RESISTOR 15(SMD) 1% 6 R18,20,26,30,32,35
2 RS15310F03 RESISTOR 15K (SMD) 1% 7 R37,38,60,63~65,69
2 RS174310F03 RESISTOR 174K (SMD) 1% 1 R48
2 RS22010F03 RESISTOR 22(SMD) 1% 23 R2,6,9,10,13,17,19,56,59,61,62,66,68,73~80,101,107
2 RS22210F03 RESISTOR 2K2 (SMD) 1% 7 R31,33,39,43,100,106,110
2 RS232010F03 RESISTOR 232(SMD) 1% 1 R70
2 RS432210F03 RESISTOR 43K2 (SMD) 1% 1 R25
2 RS47210F03 RESISTOR 4K7 (SMD) 1% 6 R7,8,16,91,108,109
2 RS47310F03 RESISTOR 47K (SMD) 1% 3 R1,21,24
2 RS499110F03 RESISTOR 4.99K (SMD) 1% 1 R67
2 RS499210F03 RESISTOR 49.9K (SMD) 1% 2 R40,42
2 RS51010F03 RESISTOR 51(SMD) 1% 2 R71,72
2 RS56110F03 RESISTOR 560(SMD) 1% 3 R11,12,99
2 RS75310F03 RESISTOR 75K (SMD) 1% 2 R15,23
2 RS806310F03 RESISTOR 806K (SMD) 1% 1 R47
2 TCS106K100B ELECT 10UF/10V 5 C2,3,15,69,70
2 TCS107M160D ELECT 100UF/16V 2 C68,122
2 TCS226K100C ELECT 22UF/10V 3 C64,65,67
2 TCS336K100B ELECT 33UF/10V 3 C31,43,44
2 TE10200501 5P CONNECTOR 3 (PL4~6)
2 TE591275001 50P CONNECTOR 2 (PL2,3)
2 UH11-2012-102T BEAD(SMD) 3 L1,2,4
2 XTM147456X8 CRYSTAL OSCILLATOR 14.7456MHz 1 IC14
2 XTM225792X8 CRYSTAL OSCILLATOR 22.5792MHz 1 IC15
2 XTM32K768X7 CRYSTAL OSCILLATOR 32.768MHz 1 XT2
1 TWPC06C00601 I/O PCB ASS'Y 1 33
2 AA822748X DIODE BAV99 4 D4~7
2 AL0-16-9091 RESISTOR 9.09K (SMD)1% 4 R20,32,61,66
2 AL2-11-0431 IC TL431 1 U11
2 AL2-51-4401 TRANSISTOR 2N4401 1 Q6
2 AL2-51-4403 TRANSISTOR 2N4403 1 Q5
2 AL2-54-2114 TRANSIST0R 2SD2114K 4 Q1~4
2 AL2-61-2985 IC LP2985IM5-40 1 U9
2 AL2-71-3079 IC MC33079 1 U1
2 AL2-72-0339 IC LM339 1 U10
2 AL2-85-0403 IC TPS60403 1 U7

2 CS102J5005NPO CERAMIC 1000P (SMD) 8 C1,2,4,5,22,25,40,43
2 CS103K5003X7R CERAMIC 0.01UF (SMD) 10 C19,27,32,33,37,44,57~59,63
2 CS104K5003X7R CERAMIC 0.1UF (SMD) 3 C28,45,61
2 CS104K5005X7R CERAMIC 0.1UF (SMD) 8 C3,6,20,46,52,53,55,65
2 CS105K1605X7R CERAMIC 1UF (SMD) 8 C16,34,36,47,49,51,62,64
2 CS106K1006X5R CERAMIC 10UF(SMD) 1 C66
2 CS221J5005COG CERAMIC 220P (SMD) 8 C9~12,23,24,41,42
2 DISDMBRD835LT4G DIODE 2 D1,2
2 EC10616T ELECT 10UF/16V 4 C26,29,50,54
2 EC10716T ELECT 100UF/16V 3 C67,68,73
2 EC22625T ELECT 22UF/25V 3 C30,69,70
2 EC33725TLE ELECT 330UF/25V 5 C13~15,71,72
2 EP350101 TERMINAL (3.5) 2 J6,7
2 IC7805L I.C. 1 U4
2 ICCS42406 IC CS42406 1 U2
2 ICLM1086IT-3.3 IC 1 U8
2 ICLM2670S-5.0 REGUALATOR UOLTAGE SWITCHING 1 U5
2 ICYH95C02 MICONIC 1 U6
3 ICPIC12C508 IC PIC12C508 1 -
2 JK0676430991 A TYPE USB CONNECTOR 2 J1,2
2 JKDJ-0702B-020 JACK 1 J8
2 MT0101802 SIGNAL PLATE 2 (J4,5)
2 NUT0103INI NUT 3M/M 1 (U8)
2 PC06C006 I/O PCB 1 -
2 RJ102A-09 AUDIO SOCKET 2 J4,5
2 RS00018J05 RES 0(SMD) 36 C38,60,R1~7,12,17~19,28,29,33,34,37,41,46,47,54~56,60
,69,70,75,76,79,81,83,84,88~90
2 RS10118J05 RES 1005% 0805 SMD 9 R8~11,22,30,42,63,64
2 RS10218J05 RES 1K SMD 1 R23
2 RS10318F05 RES 10K(SMD) 2 R78,86
2 RS10318J05 RES 10K SMD 8 R35,36,44,67,68,71,72,74
2 RS113218F05 RESISTOR 4 R21,31,62,65
2 RS20318J05 RES 20K 5% 0805 5 R13~16,87
2 RS22018J05 RES 22(SMD) 2 R57,73
2 RS22118J05 RES 220(SMD)5% 1 R80
2 RS22218J05 RES 2.2K (SMD) 1 R82
2 RS301118F05 RESISTOR 1 R77
2 RS412118F05 RESISTOR 4 R39,40,52,53
2 RS47418J05 RES 470K 5% 0805 4 R24~27
2 SC0306RIBI SCREW 1 (U8)
2 TE10200502 CONNECTOR(5P SOCKET)180° 2 (J9,10)
2 TE10200602 CONNECTOR(6P 90°2.0MM) 1 (J13)
2 TE11032501 TERMINAL 3P 2.5MM 90° 1 (J14)
2 TE612001401 CONNECTOR BASE 14P 180° 1 (J15)
2 TE961275001 CONNECTOR 2 (J11,12)
2 TE962002603 TERMINAL 1 (J16)
2 UHSDRH12565150M INDUCTOR 1 L2
2 UHSQD105T-751 Ferrite CM choke 1 L1
1 TWPC06C00701 FUNCTION PCB ASS'Y 1
2 TWPC06C007A01 FUNCTION PCB ASS'Y 1 31
3 AL0-17-0102 RES ARRAY 4X1K 2 R143,144
3 AL0-17-0103 RES ARRAY 4X10K 1/10W 0603 1 R27
3 AL0-17-0470 RES 4X47 1/16W 0603 2 R48,49
3 AL0-17-0472 RESISTOR 1 R26
3 AL0-17-0750 RESISTOR 3 R3,32,34
3 AL2-51-4403 TRANSISTOR 2N4403 14 Q4~12,14,19~22
3 BALE48201-5A LED FIXED 18 (LED16~18,22~24,26,28~30,32,34,36~38,40,41,44)
3 CS104Z2505Y5V CAP SMD 0.1UF 80%25V 05Y5V 14 C2,12,23~27,30~36
3 DIENLL4148SM DIODE SMD ENLL4148SM 34 D6,7,14,15,17~26,28,32,36,38,40,43,45~53,81,83,85,87,88
3 EC10550TS E.CAP 1UF/50V (MINI) 3 C1,22,29
3 IC74AHCT541PWR MICONIC 1 U3
Other manuals for D2 Director
1
This manual suits for next models
1
Table of contents