DataSheet.es    


PDF NRF9E5 Data sheet ( Hoja de datos )

Número de pieza NRF9E5
Descripción 433/868/915MHz RF Transceiver with Embedded 8051 Compatible Microcontroller and 4 Input / 10 Bit ADC
Fabricantes ETC 
Logotipo ETC Logotipo



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


Total 30 Páginas

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

PRODUCT SPECIFICATION
433/868/915MHz RF Transceiver with
Embedded 8051 Compatible
Microcontroller and 4 Input, 10 Bit ADC
nRF9E5
FEATURES
nRF905 433/868/915 MHz transceiver
8051 compatible microcontroller
4 input, 10bit 80ksps ADC
Single 1.9V to 3.6V supply
Small 32 pin QFN (5x5 mm) package
Extremely low cost Bill of Material (BOM)
Internal VDD monitoring
2.5µA standby with wakeup on timer or external pin
Adjustable output power up to 10dBm
Channel switching time less than 650µs
Low TX supply current, typical 11mA @-10dBm
Low RX supply current typical 12.5mA peak
Low MCU supply current, typ. 1mA at 4MHz @3volt
Suitable for frequency hopping
Carrier Detect for “listen before transmit protocol”
APPLICATIONS
Sports and leisure
equipment
Alarm and security
system
Industrial sensors
Remote control
Surveillance
Automotive
Telemetry
Keyless entry
Toys
GENERAL DESCRIPTION
nRF9E5 is a true single chip system with fully integrated RF transceiver, 8051
compatible microcontroller and a 4 input 10bit 80ksps AD converter. The transceiver of
the system supports all the features available in the nRF905 chip including
ShockburstTM, which automatically handles preamble, address and CRC. The circuit has
embedded voltage regulators, which provides maximum noise immunity and allows
operation on a single 1.9V to 3.6V supply. nRF9E5 is compatible with FCC standard
CFR47 part 15 and ETSI EN 300 220-1.
QUICK REFERENCE DATA
Parameter
Minimum supply voltage
Temperature range
Supply current in transmit @ -10dBm output power
Supply current in receive mode
Supply current for µ-controller 4MHz @ 3volt
Supply current for ADC
Maximum transmit output power
Transmitted data rate (Manchester-encoder embedded)
Sensitivity
Supply current in power down mode
Value
1.9
-40 to +85
11
12.5
1
0.9
10
100
-100
2.5
Table 1 nRF9E5 quick reference data.
Unit
V
°C
mA
mA
mA
mA
dBm
kbps
dBm
µΑ
Main office: Nordic Semiconductor ASA - Vestre Rosten 81, N-7075 Tiller, Norway -Phone +4772898900 - Fax +4772898989
Revision: 1.1
Page 1 of 104
June 2004

1 page




NRF9E5 pdf
PRODUCT SPECIFICATION
nRF9 E5 Single Chip Transceiver with Embedded Microcontroller and ADC
1 ARCHITECTURAL OVERVIEW
This section will give a brief overview of each of the blocks in the block diagram in
Figure 1.
1.1 Microcontroller
The nRF9E5 microcontroller is instruction set compatible with the industry standard
8051. Instruction timing is slightly different from the industry standard, typically each
instruction will use from 4 to 20 clock cycles, compared with 12 to 48 for the
“standard”. The interrupt controller is extended to support 5 additional interrupt sources;
ADC, SPI, 2 for the radio and a wakeup function. There are also 3 timers that are 8052
compatible, plus some extensions, in the microcontroller core. An 8051 compatible
UART that can use timer1 or timer2 for baud rate generation in the traditional
asynchronous modes is included. The CPU is equipped with 2 data pointers to facilitate
easier moving of data in the XRAM area, which is a common 8051 extension. The
microcontroller clock is derived from the crystal oscillator.
1.1.1 Memory Configuration
The microcontroller has a 256-byte data ram (8052 compatible, with the upper half only
addressable by register indirect addressing). A small ROM of 512 bytes contains a
bootstrap loader that is executed automatically after power on reset or if initiated by
software later. The user program is normally loaded into a 4k byte RAM1 from an
external serial EEPROM by the bootstrap loader. The 4k byte RAM may also (partially)
be used for data storage in some applications.
1.1.2 Boot EEPROM/FLASH
The program code for the device must be loaded from an external non-volatile memory.
The default boot loader expects this to be a “generic 25320” EEPROM with SPI
interface. These memories are available from several vendors with supply ranges down
to 1.8V. The SPI interface uses the pins MISO (from EEPROM SDO), SCK (to
EEPROM SCK), MOSI (to EEPROM SDI) and EECSN (to EEPROM CSN). When the
boot is completed, the MISO (P1.2), MOSI (P1.0) and SCK (P1.1) pins may be used for
other purposes such as other SPI devices or GPIO (General Purpose Input Output).
1.1.3 Register Map
The SFR (Special Function Registers) control several of the features of the nRF9E5.
Most of the nRF9E5 SFRs are identical to the standard 8051 SFRs. However, there are
additional SFRs that control features that are not available in the standard 8051.
The SFR map is shown in Table 3. The registers with grey background are registers with
industry standard 8051 behavior. Note that the function of P0, P1 and P2 are somewhat
different from the “standard” even if the conventional addresses (0x80, 0x90 and 0xA0)
are used.
1 Optionally this 4k block of memory can be configured as 2k mask ROM and 2k RAM or 4 k mask ROM
Main office: Nordic Semiconductor ASA - Vestre Rosten 81, N-7075 Tiller, Norway -Phone +4772898900 - Fax +4772898989
Revision: 1.1
Page 5 of 104
June 2004

5 Page





NRF9E5 arduino
PRODUCT SPECIFICATION
nRF9 E5 Single Chip Transceiver with Embedded Microcontroller and ADC
3 PIN ASSIGNMENT
P00 DVDD_1V2 AREF AIN0 AIN1
AIN2
AIN3 VDD
32 31 30 29 28 27 26 25
1P01
24 VSS
2P02
3P03
4VDD
nRF9E5
32L QFN 5x5
23 IREF
22 VSS
21 ANT2
5VSS
20 ANT1
6P04
19 VDD_PA
7P05
18 VSS
8P06
17 VDD
9 10 11 12 13 14 15 16
P07 MOSI MISO SCK EECSN XC1
XC2
VSS
Figure 2 Pin assignment nRF9E5.
Main office: Nordic Semiconductor ASA - Vestre Rosten 81, N-7075 Tiller, Norway -Phone +4772898900 - Fax +4772898989
Revision: 1.1
Page 11 of 104
June 2004

11 Page







PáginasTotal 30 Páginas
PDF Descargar[ Datasheet NRF9E5.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
NRF9E5433/868/915MHz RF Transceiver with Embedded 8051 Compatible Microcontroller and 4 Input / 10 Bit ADCETC
ETC
nRF9E5-EVKIT433433/868/915MHz RF Transceiver with Embedded 8051 Compatible Microcontroller and 4 Input / 10 Bit ADCETC
ETC
nRF9E5IC433/868/915MHz RF Transceiver with Embedded 8051 Compatible Microcontroller and 4 Input / 10 Bit ADCETC
ETC

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