RF Send

<< Click to Display Table of Contents >>

Navigation:  nRF51 Target > Block References > On-chip Peripherals > RF >

RF Send

Previous pageReturn to chapter overviewNext page

User Interface

How this block appears in a Simulink model?

nrf51_rf_send_block

What can be configured?

nrf51_rf_send_mask

Configuration item

Selectable option/ Value

Description

Header (example: '7E 7E')

(Specify packet header in hex for mat)

The block transmit this data as packet header, then followed by data.

Terminator (example: '03 03')

(Specify packet terminator in hex for mat)

The block transmit this data as packet terminator (end of packet).

Number of data port,type DOUBLE

(Specify port count of this data type)


Number of data port,type SINGLE

(Specify port count of this data type)


Number of data port,type INT8

(Specify port count of this data type)


Number of data port,type UINT8

(Specify port count of this data type)


Number of data port,type INT16

(Specify port count of this data type)


Number of data port,type UINT16

(Specify port count of this data type)


Number of data port,type INT32

(Specify port count of this data type)


Number of data port,type UINT32

(Specify port count of this data type)


Sample timer (sec)

(Specify block sample time)


Note: number of bytes in a packet must not exceed the Tx/Rx buffer size specified in RF Setup block.

Demo