You are on page 1of 7

AP1000 2.

4GHz Ultra Low Power ANT Network RF Module


AP2000
FEATURES Applications
• 2.4GHz worldwide ISM band • Sport
• 78 selectable RF channels (2403 to 2480MHz) • Wellness
• 26mm x 20mmx3mm drop-in module with Antenna • Home health monitoring

om
• Ultra low power operation, Base on nRF24AP2 • Home/industrial automation
• Simple sync/async serial interface • Environmental sensor networks

.c
• Integrated PCB antenna on board • Active RFID
• On board 32.768 kHz crystal oscillator • Logistics/goods tracking

na
• Broadcast, acknowledged, or burst data transmissions • Audience-response systems
• Minimum message rate per ANT channel 0.5Hz

hi
• Burst transfer rate up to 20Kbps (true data throughput)
• Up to 8 ANT channels for AP2000

qc
• Up to 3 public, managed and/or private network keys
• 1 Mbps RF data rate, GFSK modulation re
• 1.9V to 3.6V supply voltage range
.f
FAMILY MEMBERS
AP1000 – 1 ANT channels, PCB Antenna; surface mount
w

AP1000+ – 1 ANT channels, Ext Antenna; surface mount


ww

AP1000PA – 1 ANT channels, High RF output Power anout +20dBm; surface mount

AP2000 – 8 ANT channels; surface mount


AP2000+ – 8 ANT channels, PCB Antenna; surface mount
AP2000PA – 8 ANT channels, High RF output Power anout +20dBm; surface mount
CH

AP3000 – 8 ANT channels with USB2.0 interface; surface mount


AP3000+ – 8 ANT channels with USB2.0 interface; surface mount
TE

AP3000PA – 8 ANT channels with USB2.0 interface, High RF output Power anout +20dBm; surface mount
G
ON
NT
XU

COPYRIGHT ©2011 ALL RIGHTS RESERVED XunTong Tech TEL: +86 10 64390486 +86 755 26675941 E-mail: nrf@freqchina.com 1
Electrical Specifications
Absol ute Maxi mum Rating s
Voltage applied at V C C to V S S -0.3V to +3.6V
Input voltage at any pin -0.3V to V C C + 0.3V ; max +3.6V
Operating temperature -40ºC to +85ºC
Storage temperature -40ºC to +85ºC
Note: Stress exceeding one or m ore of the above maximum ratings may cause permanent damage .

Module Topview and Pin Assignments

om
.c
na
hi
qc
Pin Pin Name
re
Pin Function Note
Pin1 TEST For Test Only, Not for Use
.f
Pin2 RESET Reset input, low effective
w

Pin3 VDD Power Supply(+1.9~3.6V)


ww

Pin4 GND Power Ground


Pin5 Not use
Pin6 SUSPEND/SRDY Async -> Suspend control
Sync -> Serial port ready
CH

Pin7 SLEEP/SMSGRDY Async -> Sleep mode enable


Sync -> Message ready indication
TE

Pin8 Not Use


Pin9 PORTSEL Asynchronous or synchronous port select
G

Pin10 BR2/SCLK Async -> Baud rate selection


ON

Sync -> Clock output signal


Pin11 TXD/SOUT Async -> transmit data signal
NT

Sync -> Data output


Pin12 RXD/SIN Async -> Receive data signal
XU

Sync -> Data input


Pin13 BR1/SFLOW Async -> Baud rate selection
Sync -> Bit or byte flow control select
Pin14 BR3 Async -> Baud rate selection
Sync - > Not used, tie to ground
Pin15 RESERVED1 Reserved Pin, Tie to ground
Pin16 RESERVED2 Reserved Pin, Tie to ground
Pin17 RTS/SEN Async -> Request to send
Sync -> Serial enable signal

COPYRIGHT ©2011 ALL RIGHTS RESERVED XunTong Tech TEL: +86 10 64390486 +86 755 26675941 E-mail: nrf@freqchina.com 2
Host Interface
Serial Interface Mode Setting:
PORTSEL R2 R3 R4 R5 R6
Async Mode VDD Short Open Short Open Open
Sync Mode GND Open Short Open Short Short
Note: PORTSEL is the pin of Module; R2,R3,R4,R5,R6 are on the top of Module.

Async Mode Application


Async Interface(UART)
Interface requires 5 pins to host microcontroller

om
X

X Configurable baud rate from 4800 to 57600 baud

.c
na
hi
qc
Typical Application schematic for Async Interface(UART)
re
w .f
ww
CH
TE
G
ON
NT
XU

COPYRIGHT ©2011 ALL RIGHTS RESERVED XunTong Tech TEL: +86 10 64390486 +86 755 26675941 E-mail: nrf@freqchina.com 3
Notes:
• Module RXD and TXD connected directly to hardware USART of microcontroller.
• Switches on baud rate selection pins (BR1, BR2 and BR3) are for ease of use only. They can be
connected directly to the logic level of interest.
• RTS can be connected to an interrupt pin for convenience in some applications. (Interrupt pins
located on Port 1&2 on the MSP430F1232)

BR3 BR2 BR1 Baud rate


0 0 0 4800
0 1 0 19200
0 0 1 38400

om
0 1 1 50000
1 0 0 1200
1 1 0 2400

.c
1 0 1 9600
1 1 1 57600

na
. Relationship between states of speed-select signals and corresponding baud rates

hi
Note: The baud rate may have a significant impact on system current consumption. 。

qc
Sync Mode Application
re
Synchronous
.f
X Bit or byte flow
Interface requires 6 pins to host microcontroller
w

X
ww
CH
TE
G

The Flow Control Select signal is used to configure the synchronous serial port for either Byte or Bit flow
ON

control.
NT

SFLOW Flow control


0 Byte flow control
1 Bit flow control
XU

Please note that Byte flow control assumes that the Host contains synchronous communication hardware
which can be configured for synchronous slave communication. Bit flow control can be used by all micro-
controllers. It is especially useful for microcontrollers that offer no HW serial interface, and which require
the serial interface to be emulated in software on the Host MCU.

COPYRIGHT ©2011 ALL RIGHTS RESERVED XunTong Tech TEL: +86 10 64390486 +86 755 26675941 E-mail: nrf@freqchina.com 4
Typical Application schematic for Byte Sync Mode Interface

om
.c
na
hi
qc
re
w .f
ww
CH

Notes:
TE

• Module SOUT, SIN, and SCLK connected directly to hardware USART of microcontroller.
• SEN needs to be on an interrupt capable I/O pin on the microcontroller. (Interrupt pins located on Port
G

1&2 on the MSP430F1232)


ON
NT
XU

COPYRIGHT ©2011 ALL RIGHTS RESERVED XunTong Tech TEL: +86 10 64390486 +86 755 26675941 E-mail: nrf@freqchina.com 5
Typical Application schematic for Bit Sync Mode Interface

om
.c
na
hi
qc
re
w .f
ww
CH

Notes:
• All interface signals are connected directly to I/O pins on the microcontroller.
TE

• SCLK and SEN need to be on an interrupt capable I/O pin on the microcontroller. (Interrupt pins located
on Port 1&2 on the MSP430F1232)
G
ON
NT

Please refer nRF24AP2 Datasheet also refer to the document ANT Message Protocol and Usage when
XU

reading this product specification.

COPYRIGHT ©2011 ALL RIGHTS RESERVED XunTong Tech TEL: +86 10 64390486 +86 755 26675941 E-mail: nrf@freqchina.com 6
om
.c
na
hi
qc
re
w .f
ww
CH

Attention!
TE

Observe precaution for handling


Electrostatic Sensitive Device.
G
ON

HBM (Human Body Model): Class 1C


NT
XU

Reserves the right to make changes without further notice to the product to improve reliability, function or design.

COPYRIGHT ©2011 ALL RIGHTS RESERVED XunTong Tech TEL: +86 10 64390486 +86 755 26675941 E-mail: nrf@freqchina.com 7

You might also like