Mini_COFDM Protocolo kanik comunicación le xook Ethernet Vcan1886

Mini_COFDM Protocolo kanik comunicación le xook Ethernet 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

MEMORIA 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, return {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, MEMORIA RAM[8]is the previously saved value),

return{000606,Indicates successful execution

other=> reserve

read:

Bit[0] =>

‘1’ = Transmitter RF frequency lock

‘0’= Transmitter RF Frequency not locked

Bit[1] =>

‘1’ = Receiver RF frequency lock

‘0’= Receiver over RF Frequency not locked

Bit[7:2] => reserve

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

Bit[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

Bit[3] :Paridad

‘0’=even effect test,

‘1’=miraculous effect

Bit[2] :parity switch

‘1’=open

‘0’=close

Bit[1]: Receiver module working status

‘1’=Receiver module off

‘0’=Receiver module works normally

Bit[0]: Transmitter working status

‘1’=Transmitter module off

‘0’=The transmitter module works normally

MEMORIA 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=> reserve

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

Ti' kúuchilo'ob ti' 100KHz. The maximum value is 25000 and the minimum value is 500.

MEMORIA 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=> reserve

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

00 => QPSK(4QAM)

01 => 16QAM

02 => 64QAM

other=> reserve

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

00 => 1/32

01 => 1/16

02 => 1/8

03 => 1/4

other=> reserve

RAM[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=> reserve

MEMORIA 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=> reserve

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

Ti' kúuchilo'ob ti' 100KHz. The maximum value is 90000 and the minimum value is 2000

MEMORIA 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;

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

MEMORIA RAM[22] :128 bit encryption key[127-120]Jump'íit

MEMORIA RAM[23] :128 bit encryption key[119-112]Jump'íit

MEMORIA RAM[24] :128 bit encryption key[111-104]Jump'íit

MEMORIA RAM[25] :128 bit encryption key[103-96]Jump'íit

MEMORIA RAM[26] :128 bit encryption key[95-88]Jump'íit

MEMORIA RAM[27] :128 bit encryption key[87- 80]Jump'íit

MEMORIA RAM[28] :128 bit encryption key[79-72]Jump'íit

MEMORIA RAM[29] :128 bit encryption key[71-64]Jump'íit

MEMORIA RAM[30] :128 bit encryption key[63-56]Jump'íit

MEMORIA RAM[31] :128 bit encryption key[55-48]Jump'íit

MEMORIA RAM[32] :128 bit encryption key[47-40]Jump'íit

MEMORIA RAM[33] :128 bit encryption key[39-32]Jump'íit

MEMORIA RAM[34] :128 bit encryption key[31-24]Jump'íit

MEMORIA RAM[35] :128 bit encryption key[23-16]Jump'íit

MEMORIA RAM[36] :128 bit encryption key[15-8]Jump'íit

MEMORIA RAM[37] :128 bit encryption key[7-0]Jump'íit

ilustrar[127-0]all for0,no encryption

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

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

MEMORIA 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+} símbolo{}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 bytes

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. K'a'ana'an le método cálculo ti' le parámetro Buka'aj beel

Le Buka'aj u ba'al wóolis beel le u páajtal calcular utilizando le uláak' fórmula:

Rmax = 6,75 x b x FEC x (188/204) x (1/(1+GD)) x (BW leti' 8)

Rmax: Le Buka'aj u ba'al wóolis u beel(Mb leti' Guatemala mina'an u yotocho'ob)

b: Función relación onda acoplamiento,QPSK hour b=2, 16QAM hour b=4,64QAMhourb=6 FEC: Tasa código corrección errores ichil le kúuchilo(1/2, 2/3, 3/4, 5/6, 7/8)

GD: guard interval1/4, 1/8, 1/16, 1/32

BW: Bandwidth toM as a unit

Bin u fórmula anterior, Le Buka'aj u ba'al wóolis u beel u páajtal calcular yáanal yaan parámetros. 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.

4. Páaybe'en

on the board L19 location (at U9 On the side, Le posición Jáach u jóok'ol le fábrica) can add a 0603 The inductance to increase the output power, the increased inductance value can refer to the following figure

Leave u Reply

U dirección correo electrónico ma' yaan publicada. Le sikte obligatorios táan marcados *

Discover more from iVcan.com

Suscríbete bejla'e' yo'osal t'u'uchpachtik xookik yéetel tsáabaltio'ob áantaj le archivo k'iini'.

T'u'uchpachtik xookik

K'abéet áantaj ti' WhatsApp?
Exit mobile version