DataSheet.es    


PDF RF73 Data sheet ( Hoja de datos )

Número de pieza RF73
Descripción Low Power High Performance 2.4 GHz GFSK Transceiver
Fabricantes HOPERF 
Logotipo HOPERF Logotipo



Hay una vista previa y un enlace de descarga de RF73 (archivo pdf) en la parte inferior de esta página.


Total 27 Páginas

No Preview Available ! RF73 Hoja de datos, Descripción, Manual

RF73
Low Power High Performance 2.4 GHz GFSK Transceiver
Features
Pin Assignments
2400-2483.5 MHz ISM band operation
Support 250Kbps, 1Mbps and 2 Mbps air
data rate
Programmable output power
Low power consumption
Tolerate +/- 60ppm 16 MHz crystal
Variable payload length from 1 to32bytes
Automatic packet processing
6 data pipes for 1:6 star networks
1.9V to 3.6V power supply
4-pin SPI interface with maximum 8MHz
clock rate
Compact 20-pin 3x3 or 4x4mm QFN
package
Applications
CE 1
CSN 2
SCK 3
MOSI 4
MISO 5
VDD
20 19
VSS IREF
18 17 16
15 VDD
14 VSS
RF73
13 RFN
12 RFP
11 VDDPA
67
8
9 10
IRQ VDD VSS XTALP XTALN
Wireless PC peripherals
Wireless mice and
keyboards
Wireless gamepads
Wireless audio
VOIP and wireless headsets
Block Diagram
Remote controls
Consumer electronics
Home automation
Toys
Personal health and entertainment
RFP
RFN
FM
Demodulator
Data Slicer
Integrated
TDD RF
Transceiver
Power
Management
FM Modulator
Gaussian
shaping
XTALP XTALN
Rx FIFO
Packet
Processing &
State Control
Tx FIFO
CSN
SCK
MOSI
MISO
IRQ
CE
Page 1 of 28
Tel: +86-755-82973805 Fax: +86-755-82973550 E-mail: [email protected] http://www.hoperf.com
Free Datasheet http://www.datasheet4u.com/

1 page




RF73 pdf
RF73
3 Pin Information
VSS CDVDD VDD
20 19 18
VSS IREF
17 16
CE 1
CSN 2
SCK 3
MOSI 4
MISO 5
RF73
15 VDD
14 VSS
13 RFN
12 RFP
11 VDDPA
6 7 8 9 10
IRQ VDD VSS XTALP XTALN
Figure 2 RF73 pin assignments (top view) for the QFN20 package
PIN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Name
CE
CSN
SCK
MOSI
MISO
IRQ
VDD
VSS
XTALP
XTALN
VDDPA
RFP
RFN
VSS
VDD
IREF
VSS
VDD
CDVDD
VSS
Pin Function
Description
Digital Input
Chip Enable Activates RX or TX mode
Digital Input
SPI Chip Select, Active low
Digital Input
SPI Clock
Digital Input
SPI Slave Data Input
Digital Output
SPI Slave Data Output with tri-state option
Digital Output
Maskable interrupt pin, Active low
Power
Power Supply (1.9 V to 3.6 V DC)
Ground
Ground (0 V)
Analog Output
Crystal oscillator, node P (inverter output)
Analog Input
Crystal oscillator, node N (inverter input)
Power
1.8V Regulator output for PA,TX:1.8V,RX:0V
RF port
RF output (PA) /input (LNA), port P.
RF port
RF output (PA) /Input (LNA), port N.
Ground
Ground (0 V)
Power
Power Supply (1.9 V to 3.6 V DC)
Analog Output
Ground
Reference current generation. A 22Kohm external resistor
connected to ground.
Ground (0 V)
Power
Power Supply (1.9 V to 3.6 V DC)
Analog Output
Digital regulator output decoupling capacitor
Ground
Ground (0 V)
Table 1 RF73 pin functions
Page 5 of 27
Tel: +86-755-82973805 Fax: +86-755-82973550 E-mail: [email protected] http://www.hoperf.com
Free Datasheet http://www.datasheet4u.com/

5 Page





RF73 arduino
RF73
IRQ to MCU. Two packet loss counters
(ARC_CNT and PLOS_CNT) are incremented
each time a packet is lost. The ARC_CNT
counts the number of retransmissions for the
current transaction. The PLOS_CNT counts
the total number of retransmissions since the
last channel change. ARC_CNT is reset by
initiating a new transaction. PLOS_CNT is
reset by writing to the RF_CH register. It is
possible to use the information in the
OBSERVE_TX register to make an overall
assessment of the channel quality.
The PTX device will retransmit if its RX FIFO
is full but received ACK frame has payload.
As an alternative for PTX device to auto
retransmit it is possible to manually set the
RF73 to retransmit a packet a number of
times. This is done by the REUSE_TX_PL
command.
When auto acknowledge is enabled, the PRX
device will automatically check the NO_ACK
field in received packet, and if NO_ACK=0, it
will automatically send an acknowledge
packet to PTX device. If EN_ACK_PAY is set,
and the acknowledge packet can also include
pending payload in TX FIFO.
6 Data and Control Interface
6.1 TX/RX FIFO
The data FIFOs are used to store payload that
is to be transmitted (TX FIFO) or payload that
is received and ready to be clocked out (RX
FIFO). The FIFO is accessible in both PTX
mode and PRX mode.
There are three levels 32 bytes FIFO for both
TX and RX, supporting both acknowledge
mode or no acknowledge mode with up to six
pipes.
TX three levels, 32 byte FIFO
RX three levels, 32 byte FIFO
Both FIFOs have a controller and are
accessible through the SPI by using dedicated
SPI commands. A TX FIFO in PRX can store
payload for ACK packets to three different
PTX devices. If the TX FIFO contains more
than one payload to a pipe, payloads are
handled using the first in first out principle.
The TX FIFO in a PRX is blocked if all
pending payloads are addressed to pipes where
the link to the PTX is lost. In this case, the
MCU can flush the TX FIFO by using the
FLUSH_TX command.
The RX FIFO in PRX may contain payload
from up to three different PTX devices.
.
A TX FIFO in PTX can have up to three
payloads stored.
The TX FIFO can be written to by three
commands, W_TX_PAYLOAD and
W_TX_PAYLOAD_NO_ACK in PTX mode
and W_ACK_PAYLOAD in PRX mode. All
three commands give access to the TX_PLD
register.
The RX FIFO can be read by the command
R_RX_PAYLOAD in both PTX and PRX
mode. This command gives access to the
RX_PLD register.
The payload in TX FIFO in a PTX is NOT
removed if the MAX_RT IRQ is asserted.
In the FIFO_STATUS register it is possible to
read if the TX and RX FIFO are full or empty.
The TX_REUSE bit is also available in the
FIFO_STATUS register. TX_REUSE is set by
the SPI command REUSE_TX_PL, and is
reset by the SPI command:
W_TX_PAYLOAD or FLUSH TX.
6.2 Interrupt
In RF73 there is an active low interrupt
(IRQ) pin, which is activated when TX_DS
IRQ, RX_DR IRQ or MAX_RT IRQ are set
high by the state machine in the STATUS
register. The IRQ pin resets when MCU writes
'1' to the IRQ source bit in the STATUS
register. The IRQ mask in the CONFIG
Page 11 of 27
Tel: +86-755-82973805 Fax: +86-755-82973550 E-mail: [email protected] http://www.hoperf.com
Free Datasheet http://www.datasheet4u.com/

11 Page







PáginasTotal 27 Páginas
PDF Descargar[ Datasheet RF73.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
RF7115QUAD-BAND GSM850/GSM900/DCS/PCS TRANSMIT MODULERF Micro Devices
RF Micro Devices
RF7161QUAD-BAND GSM850/EGSM900/DCS1800/PCS1900 TRANSMIT MODULERFMD
RFMD
RF7163TRANSMIT MODULERFMD
RFMD
RF7166DUAL-BAND GSM900/DCS1800 TRANSMIT MODULERF Micro Devices
RF Micro Devices

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar