RF Receive

<< Click to Display Table of Contents >>

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

RF Receive

Previous pageReturn to chapter overviewNext page

User Interface

How this block appears in a Simulink model?

nrf51_rf_receive_block

What can be configured?

nrf51_rf_receive_mask

Configuration item

Selectable option/ Value

Description

Accept device address

0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | All (0-7)

Specify Device address of remote "RF Send" block to receive.

Transfer

Blocking | Non-Blocking

Blocking - the block will wait (block the CPU process) until data which match packet received.

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