ISDB-T FULLSEG 数字电视模块 CMMB DVB TDMB isdb cmmb电视


1.     description: 
the isdb-t full seg module  is suitable for application of car or portable system. it is full compliant  with  isdb-t full  seg  japan(arib)and  brazil  standard.
2.  features:
high sensitivity;slim & small size: 52.4(w) x 48.8 (l) x 5.0(t) mm;
support full seg isdbt , support bcas;
video output interface support hdmi, ypbpr, cvbs; 
support usb recording and playback is optional by usb;
support sata and usb hdd (fat32, exfat)  up to 1tb;
support epg, time-shift;
support video resolutions: 480i, 480p, 576i, 576p, 720p, 1080i and 1080p;
               support uart/ infrared remote control;
software update from usb;
single power input:  4.5----5.5v;
suitable for dtv, pmp, gps, portable tv, stb, home tv box products or mobile application;
3.   specifications:
* frequency  range:          93mhz~770mhz;
*rf input level:               -88±2dbmisdb full seg;
* input impedance:           50 ohms
*rf and demod.  ic:      
*video decoder:               mkv, avi, mp4 (mpeg-4 asp@l5 divx hd 1080p);
mpeg-2: mp@hl, mpeg-4: asp@l5 with qmc, gmc (1 warp-point only);
h.264 / mpeg-4 avc: hp@l4.2 , h.264 / mpeg-4 mvc: stereo hp@l4.1;
vc-1: ap@l3, mp@hl, sp@ml;avs jp@l2.0, l4.0, 6.0;
divx3, 4, 5, 6, 7,wmv9: ap@l3, mp@hl, sp@ml;
h.264, mpeg2 dual hd decoding support;vp6,sorenson spark,jpeg;
supports 3d video decoding (side by side (half));
*audio processor:            dedicated dsp for decoding and signal processing;
mpeg-1 and -2, layer 1 and 2,mp3;
mpeg-2 aac,mpeg-4 aac, mpeg-4 he-aac v1 l2/l4, v2 l2/l4 ;
dolby digital / dolby digital plus;
support for downmixing dolby digital / dolby digital plus to 2 ch pcm;
dolby digital plus to dolby digital transcode;
supports ms10,dra ,wma9 ,dts ;
supports dts transcoding, pcm l+r audio output;            
*command interface:     uart/ir;
*power consumption:    typ.<2w;
*operating voltage:        dc4.5v;
*temperature:                 operation: -10℃ ~50℃;         storage      -20  ℃ ~60℃
* humidity:                       operating:    less  than  80%;      storage     less  than  90%
ture is not,moduleiswidbt-c102ming moduleiswidbt-c103mote:n3 : defac
4. block diagram
5. communication protocol (uart protocol)
communication between isdb-t module with external mcu by the uart port or i2c port, the uart protocol detailed as below: (bps=115200)
 the mcu controller just need send 3 bytes to the module:
    cmd:   0xaa  +  key code byte   +   0x55    
    byte0 = 0xaa
    byte1= key code byte
    byte2 = 0x55
  mcu receive isdb-t module command
start cmd (0xab)   key code byte          end cmd (0x55)*
key code byte list below:
key name
value
     wake wakewup
0x1b+0x31+0x31(key code byte)+0x7e        
应答:0xaa+0xfe+0x55                
  sleeep
0x1b+0x31+0x32(key code byte)+0x7e
应答:0xaa+0xff+0x55
  rec start
0x1b+0x31+0x33(key code byte)+0x7e;不应答
  rec stop
0x1b+0x31+0x34(key code byte)+0x7e;不应答
 
 * if any side of both communication started want target confirm response signal,the end cmd should be
     equal 0x56 and response 0x55aa signal back.
6.  ir  protocol
typedef enum _ircommandtype
{
        irkey_power                                = 0x14,
        irkey_mute                                  = 0x10,
        irkey_num_1                                = 0x48,
        irkey_num_2                                = 0x49,
        irkey_num_3                                = 0x4b,
        irkey_channel_return        = 0x4a,
       
        irkey_num_4                                = 0x9,
        irkey_num_5                    = 0x1d,
        irkey_num_6                         = 0x1f, 
        irkey_channel_fav_list       = 0xd,
        irkey_num_7                          = 0x19,
        irkey_num_8                      = 0x1b,
        irkey_num_9                                 = 0x15,
        irkey_page_up                  = 0x17,
        irkey_aspect                             = 0x12,
        irkey_num_0                                 = 0x11,
        irkey_epg                              = 0x59,
        irkey_page_down                  = 0x8,
        irkey_menu                             = 0x50,
        irkey_up                                   = 0x6,
        irkey_exit                              = 0x5,
       
        irkey_left                               = 0x47,
        irkey_select                               = 0x7,      
        irkey_right                               = 0x40,
        irkey_info                               = 0x2,    
        irkey_down                                = 0x44,
       irkey_pvr                             = 0x3,
        irkey_play                                   = 0x51,
        irkey_pause                                  = 0x13,
        irkey_playpause                       = irkey_dumy,
        irkey_backward                       = 0xf,
        irkey_record                             = 0x53,
        irkey_stop                                    = 0x52,        
        irkey_previous                          = 0x55,
        irkey_forward                          = 0x42,         
       irkey_shift                                  = 0x1e,
        irkey_goto                                  = 0xa,
        irkey_next                                  = 0x56,
       irkey_red                      = 0xe,             //irkey_sat
       irkey_green                                = 0x57,       //irkey_zoom
       irkey_yellow        = 0x41,            //irkey_pause
       irkey_blue                   = 0x46,           //irkey_tv_radio
       irkey_multimedia            = 0x1a,
        irkey_ttx                                    = 0x18,
        irkey_subt                              = 0x5f,
        irkey_audio                               = 0x45,
       irkey_timer                               = 0x00,
        irkey_sleep                                 =0x01,
       irkey_language                     = 0x43,
        irkey_v_format                       = 0x5e,   
}ircommandtype;
7. pin description:
con3 (2.0mm)
pin no.
 
pin name
 
pin description
1
ar_out
  analog audio r  output
2
al_out
analog audio l  output
3
gnd
ground
4
gnd
ground
5
rxd0
uart_rxd
6
txd0
uart txd
7
ir in
infrared remote control signal in
8
usb1_dm
 usb 1 dm
9
spdif
digital audio output(spdif output)
10
usb1_dp
 usb 1 dp
11
 tx2-
 hdmi  data2-  /tx2n
12
 tx2+
 hdmi  data2+  /tx2p
13
 tx1-
 hdmi  data1-  /tx1n
14
 tx1+
 hdmi  data1+  /tx1n
15
 tx0-
 hdmi  data0-  /tx0n
16
 tx0+
 hdmi  data0+ /tx0p
17
 txclk-
 hdmi  clk-
18
 txclk+
 hdmi  clk+
19
 i2c-scl
 hdmi scl
20
 gnd
ground
21
 i2c-sda
 hdmi sda
22
usb2_dm
 usb 2 dm
23
 gnd
ground
24
usb2_dp
 usb 2 dp
25
  cvbs
 cvbs output
26
 htd
  hot plug detected
27
y
y output
28
pr
pr output
29
pb
pb output
30
   gnd
ground
                                                                                 
con2 (2.0mm)
pin no.
 
name
 
description
1
dc 5v
power in  4.5v—5.5v
2
dc 5v
power in  4.5v—5.5v
3
dc 5v
power in  4.5v—5.5v
4
dc 5v
power in  4.5v—5.5v
5
    gnd
ground
6
     gnd
ground
7
     txd1
    uart_txd1
8
     rxd1
    uart_rxd1
9
     gnd
ground
     10
     nc
     nc
11
     gnd
ground
12
     gnd
ground
13
     io 47
io 47 pull-up/pull-down resistors can be used for input/output port
14
     io 48
io 48 pull-up/pull-down resistors can be used for input/output port
15
     io 49
io 49 pull-up/pull-down resistors can be used for input/output port
16
     io 53
io 53 power-on is high,can not be connected to the pull-down resistor only for output
17
     io 54
io 54 power-on is low,can not be connected to the pull-up resistor only for output
18
     io 55
io 55 power-on is high,can not be connected to the pull-down resistor only for output
19
    sata _ib-
   sata _ib-,sata hdd interface use
20
     io 56
io 56 power-on is high,can not be connected to the pull-down resistor only for output
21
    sata_oa-
   sata_oa-,sata  hdd interface use
22
    sata_ib+
sata_ib+,sata  hdd interface use
23
    sata_oa+
   sata_oa+,sata hdd interface use
24
      gnd
ground
25
   vcc_ sim
bcas  vcc
26
   rst_ sim
bcas  reset
27
   clk_sim
bcas  clk
28
   io_sim
bcas  data
29
   gnd
ground
30
    sim_cd
bcas card detected
                                                                      
 
8. widbt-c208m module  pcba  (top view)
                                          
9. reliability test
no.
 
item
 
test  conditions
 
specifications
1
high temperature  with load test
+60°c, 48 hours power on
gain variation: <± 3db
2
low temperature test
-20°c,  48  hours power on
3
humidity & temperature with load test
+40° c  ,95%rh,  48  hours  power on
4
life  test
work about240hours, with standard power supply, measurements in standard test condition.
5
esd  protection
1)      observe esd protection measures.
2)      ground yourself before handling the module.
3)      do  not  touch  the  module connector pins  without esd protection
 
'

深圳市佳诚利达科技有限公司
宋卫恒
18938680918
深圳市宝安区深圳市龙华东环一路锦恒工业园B区