Mini_COFDM以太網糢塊通信控制協議Vcan1886

Mini_COFDM以太網糢塊通信控制協議Vcan1886

1. Module Configuration Parameters

The module configuration parameters are written by writing a 256×8 of RAM To achieve this, the configured parameters are valid after saving reset, or powering on again. After the system is powered on or reset, the serial port will print {AAAAA}

RAM Parameter Description

ram[0]: System reset control, readable and writable, Reading and writing represent different meanings:

Write

00 => Reset the whole system, Serial returns {AAAAA}, indicating that the system has been reset

01 => Save the parameters set by the user, Serial returns {000101, indicates successful execution

02 => Restore parameters to system default parameters, Serial returns {000202}, indicating successful execution

03=> Search for the frequency point of the specified bandwidth. The serial port returns {000303, indicates successful execution

04=> Search for the specified frequency when the parameters are known, 返回 {000404, indicates successful execution

05=> reloadkey, Serial port parameter setting of transmitting parameters and data serial port, returns {000505, indicates successful execution

06=> Dynamically modify the decay parameters of the emission (write RAM[8] The attenuation value takes effect immediately after the command is issued, and does not reset the emission. After power off, and power on again, ram[8]is the previously saved value),

返回{000606,Indicates successful execution

other=> 儲備

read:

位[0] => 

‘1’ = Transmitter RF frequency lock

‘0’= Transmitter RF Frequency not locked

位[1] => 

‘1’ = Receiver RF frequency lock

‘0’= Receiver over RF Frequency not locked

位[7:2] => 儲備

ram[1]: Function module working state setting, and data serial port rate, readable and writable, Defaults is 0X44

位[7:4]: serial speed

“0000” =1200,

“0001”=2400,

“0010”=4800,

“0011”=9600,

“0100”=19200,

“0101”=38400,

“0110”=57600,

“0111”=115200

“1000”=230400,

“1001”~”1111″=reserved

位[3] :Parity

‘0’=even effect test

‘1’=miraculous effect

位[2] :parity switch

‘1’=open

‘0’=close

位[1]: Receiver module working status

‘1’=Receiver module off

‘0’=Receiver module works normally

位[0]: Transmitter working status

‘1’=Transmitter module off

‘0’=The transmitter module works normally

ram[2]: Transmit bandwidth, readable and writable, Defaults 0X14,

Divide the corresponding decimal number by10 The bandwidth set for, ranges from20~80, include20(2M Bandwidth) and 80(8M Bandwidth)

other=> 儲備

ram[3]~ RAM[4]: Transmitter module RF center frequency, readable and writable Defaults RAM[3] = 0X0D, ram[4] = 0X48

In units of 100KHz. The maximum value is 25000 and the minimum value is 500.

ram[5]: Transmitter module FEC Code rate, readable and writable, Defaults 0X00

00 => 1/2

01 => 2/3

02 => 3/4 

03 => 5/6 

04 => 7/8 

other=> 儲備

ram[6]: Transmitter module modulation mode, readable and writable, Defaults 0X00

00 => QPSK(4QAM) 

01 => 16QAM

02 => 64QAM

other=> 儲備

ram[7]: Transmitter module guard interval, readable and writable, Defaults 0X00

00 => 1/32

01 => 1/16 

02 => 1/8 

03 => 1/4 

other=> 儲備

R我[8]: Transmitter module RF Output power attenuation value, readable and writable, The default value is0X00

00: 0 DB

01: 1 DB

02: 2 DB; 

………..

0F:15 DB

other=> 儲備

ram[9]: Receive frequency bandwidth, readable and writable, Defaults 0X14

Divide the corresponding decimal number by10 The bandwidth set for, ranges from20~80,include20(2M Bandwidth) and80(8M Bandwidth)

other=> 儲備

ram[10]~ RAM[11]: receiver module RF center frequency, range 158M to 860M, Readable and writable Defaults RAM[10] = 0X0D, ram[11] = 0X48

In units of 100KHz. The maximum value is 90000 and the minimum value is 2000

ram[12]~RAM[21]: Receive searched channel parameters, read-only,

struct dibDVBTChannel

int8_t spectrum_inversion

int8_t nfft

int8_t guard

int8_t constellation

int8_t hrch

int8_t alpha

int8_t code_rate_hp

int8_t code_rate_lp

int8_t select_hp

int8_t intlv_native

} dvbt;

ram[22]~RAM[37]: The encryption key, the readable and writable, Default value is all zeros

ram[22] :128 bit encryption key[127-120]位

ram[23] :128 bit encryption key[119-112]位

ram[24] :128 bit encryption key[111-104]位

ram[25] :128 bit encryption key[103-96]位

ram[26] :128 bit encryption key[95-88]位

ram[27] :128 bit encryption key[87- 80]位

ram[28] :128 bit encryption key[79-72]位

ram[29] :128 bit encryption key[71-64]位

ram[30] :128 bit encryption key[63-56]位

ram[31] :128 bit encryption key[55-48]位

ram[32] :128 bit encryption key[47-40]位

ram[33] :128 bit encryption key[39-32]位

ram[34] :128 bit encryption key[31-24]位

ram[35] :128 bit encryption key[23-16]位

ram[36] :128 bit encryption key[15-8]位

ram[37] :128 bit encryption key[7-0]位

illustrate[127-0]all for0,no encryption

ram[40]~RAM[43]: For calculating the signal-to-noise ratio, see related documents for details

ram[44]~RAM[45]: calculate RF power,rf_power Refer to the code for details

ram[46]~RAM[48]: calculate RF power,n_agc_power Specific reference code

Others RAM Reserved, cannot read or write its contents

2. Module configuration command

The configuration command is realized by sending commands to it through the serial port Command format: {+opcode+RAM address+<operand>+check code+} symbol{}inside is ASCII expressed in code16 base number

{: Indicates the start of the command

+: Indicates that only the connection indicated here, for illustration, does not exist in the actual command

<>: Indicates that there is no

}: Indicates the end of the command

opcode: 00 means to write, FF means to read,1 byte RAM address: 1 字節

operand: the operand of the command1 byte, in read operation, This byte does not

check code: (opcode+ deposit address+ <operand>) mod 256

command return format

Operation successful return format: {+register address+register value+check code+

reset command did not return

Operation failure return format{FFFFFF}

3. 通道大小參數計算方法參考

可以使用以下公式計算系統嘅最大通道容量: 

Rmax=6.75 x b x FEC x (188/204) X (1/(1+廣東)) X (BW/8号文件) 

Rmax (最大值): 通道嘅最大容量(Mb/秒)

b: 耦合波比函數,QPSK hour b=2, 16QAM hour b=4,64QAMhourb=6 FEC: 內部糾錯碼率(1/2, 2/3, 3/4, 5/6, 7/8)

廣東: guard interval1/4, 1/8, 1/16, 1/32 

BW系列: Bandwidth toM as a unit

根據上述公式, 通道嘅最大容量可以喺幾個參數下計算. As shown in the table below, yes8mInformation capacity under bandwidth. The system will automatically calculate the size of the coded output stream according to the set channel parameters so that the size of the output stream is not greater than the maximum capacity of the channel.

Mini_COFDM Ethernet module communication control protocol Vcan1886 1

4. 注意

on the board L19 location (at U9 On the side, 出廠時職位為空) can add a 0603 The inductance to increase the output power, the increased inductance value can refer to the following figure

Mini_COFDM Ethernet module communication control protocol Vcan1886 2

留低回复

您的電子郵件地址唔會被公開. 必填字段已標記 *

發現更多 iVcan.com

立即訂閱以繼續閱讀並訪問完整存檔.

繼續閱讀

在WhatsApp上需要幫助?