WI.M868X-DP-R Radiotronix, WI.M868X-DP-R Datasheet

no-image

WI.M868X-DP-R

Manufacturer Part Number
WI.M868X-DP-R
Description
RF Modules & Development Tools Embedded Radio Mod 868-870 MHZ
Manufacturer
Radiotronix
Datasheet

Specifications of WI.M868X-DP-R

Other names
WIM868X-DP-R
Revision
1.1.2
WI.M868(900)X-R/
WI.M868(900)T-R/
WI.M868(900)X-DP-R
DATASHEET

Related parts for WI.M868X-DP-R

WI.M868X-DP-R Summary of contents

Page 1

WI.M868(900)X-R/ WI.M868(900)T-R/ WI.M868(900)X-DP-R DATASHEET Revision 1.1.2 ...

Page 2

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET © Radiotronix 905 Messenger Lane Moore, Oklahoma 73160 Phone 405.794.7730 • Fax 405.794.7477 www.radiotronix.com 1 ...

Page 3

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET Document Control CREATED BY ENGINEERING REVIEW MARKETING REVIEW APPROVED- ENG. APPROVED- MAR. Revised History REVISION 1.0.0 1.0.0 1.1.0 1.1.1 1.1.2 SIGNED DATE SJM 3/4/2005 TJE 6/13/2007 TJE 6/13/2007 SIGNED DATE DESCRIPTION SJM 3/4/2005 Document created CSR 12/30/2005 Updated for 868MHz versions ...

Page 4

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET Table of Contents 1. INTRODUCTION .......................................................................................................................................... 5 1.1. F ................................................................................................................................................ 5 EATURES 1.2. A ........................................................................................................................................... 6 PPLICATIONS 2. THEORY OF OPERATION .......................................................................................................................... 7 2.1. G .................................................................................................................................................. 7 ENERAL 2. ROGRAMMING NTERFACE 2. OLATILE EMORY 2. AMPLE HANNEL ABLES 3. APPLICATION INFORMATION ................................................................................................................. 14 3. OUT IAGRAM FOR 3. ESCRIPTION FOR 3. OUT IAGRAM FOR 3. ESCRIPTION FOR 3. ECHANICAL RAWINGS FOR 3 ...

Page 5

... Table 1, Wi.M868X-R / Wi.M868T-R TM Table 2, Wi.M868X-DP-R Switch and Mode Parameters .................................................................................. 8 Table 3, Non-Volatile Memory (Wi.M868X-R Table 4, Module Pin Descriptions for Wi.M868X-R Table 5, Module Pin Descriptions for Wi.M868X-DP-R Table 6, Absolute Maximum Ratings................................................................................................................... 18 Table 7, AC Specifications- Rx............................................................................................................................ 18 Table 8, AC Specifications- Tx ............................................................................................................................ 19 Table 9, DC Specifications .................................................................................................................................. 19 Table of Figures TM Figure 1: Wi ...

Page 6

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 1. Introduction The Radiotronix family of 868-870MHz and 902-928MHz embedded “Radio-Only” modules are designed to meet European and US certification requirements. This family consists of the Wi.M868/900X-R™, Wi.M868/900T-R™, and the Wi.M868/900X-DP-R™ modules. These modules are designed to allow the design engineer to control the radio at the physical level using any microcontroller. The Wi.M868/900T-R ™ ...

Page 7

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET • 1.2 – 152.34kbit per second data rate • SPI Style Digital Serial Interface • Smallest form factor in the world (under 0.8”) • Maximum Output Power: +15dBm • Maximum RF Sensitivity: -112dBm • RF Sensitivity at Max Data Rate: -103dBm (typ.) • ...

Page 8

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 2. Theory of Operation 2.1. General TM The Wi.M868X-R / Wi.M868T-R RFIC. It encapsulates the remaining circuitry required to complete an RF module. Any 50 ohm antenna can be used with the Wi.M868X Wi.M868X-DP-R module is populated with all of the transceiver components shown in figure 1. The TM Wi.M868T-R is only populated with the transmitter components; it does not have the SAW filter or the RF switch ...

Page 9

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET RXSW Low Low High Low Low High High High Table 1, Wi.M868X-R / Wi.M868T Switch Low Low Low High Low Low Low High Low High High Low Low Low High High Low High Low High High High High High Table 2, Wi ...

Page 10

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET In transmit mode, the data interface is asynchronous, operating as an SPI slave. The data timing is determined by the host microcontroller. The DCLK pin is not used in transmit mode. The data input could be either DATA or DATAIN, depending on ADParam_disable_data_bidir register configuration. Figure 2 shows a typical connection between the module and a host microcontroller SPI port. In this configuration, the DATA pin is programmed data output in receive mode and a data output in receive mode ...

Page 11

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET // void //---------------------------------------------------------------------------- void halRFWriteReg(byte reg, byte val) { byte data i; XE_SCLK=0; // Always start in a low condition XE_SI=1; XE_EN=0; // enable the serial port // start condition XE_SCLK=1; XE_SI=1; XE_SCLK=0; XE_SI=1; XE_SCLK=1; XE_SI=0; // XE_SCLK=0; XE_SI=0; // for delay only // write bit XE_SCLK=1; XE_SI=0; ...

Page 12

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET //---------------------------------------------------------------------------- byte halRFReadReg(byte reg) { byte data i; byte data regdat; regdat=0; XE_SCLK=0; // Always start in a low condition XE_SI=1; XE_EN=0; // enable the serial port // start condition XE_SCLK=1; XE_SI=1; XE_SCLK=0; XE_SI=1; XE_SCLK=1; XE_SI=0; // XE_SCLK=0; XE_SI=0; // for delay only // write bit XE_SCLK=1; ...

Page 13

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 2.3. Non-Volatile Memory The on-board nonvolatile memory stores a 32-bit unique identification number and a signed 16-bit calibration constant. Address 0 Reserved 1 Reserved 2 Reserved 3 Reserved 4 Reserved 5 Reserved 6 Reserved 7 Reserved 8 XTAL calibration constant, byte 0 9 XTAL calibration constant, byte 1 10 Unique Address, byte0 ...

Page 14

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 2.4. Sample Channel Tables #ifdef INTERNATIONAL // 868MHz EUR Frequencies // ---------------------- int chanWB[2]= { 0xFA87, 0xFF9C }; int chanNB[6]= { 0xF9F2, 0xFB1E, 0xFED4, 0x0063, 0x0419, 0x06A4 }; #else // 915MHz US Frequencies // --------------------- int chanDTS[32]= { 0xA240,0xA81C,0xADF8,0xB3D4,0xB9B0,0xBF8C,0xC568,0xCB44, 0xD120,0xD6FC,0xDCD8,0xE2B4,0xE890,0xEE6C,0xF448,0xFA24, 0x0000,0x05DC,0x0BB8,0x1194,0x1770,0x1D4C,0x2328,0x2904, 0x2EE0,0x34BC,0x3A98,0x4074,0x4650,0x4C2C,0x5208,0x57E4 }; int chanLP[84]= { 0x9CC8,0x9F20,0xA178,0xA3D0,0xA628,0xA880,0xAAD8,0xAD30, 0xAF88,0xB1E0,0xB438,0xB690,0xB8E8,0xBB40,0xBD98,0xBFF0, 0xC248,0xC4A0,0xC6F8,0xC950,0xCBA8,0xCE00,0xD058,0xD2B0, 0xD508,0xD760,0xD9B8,0xDC10,0xDE68,0xE0C0,0xE318,0xE570, 0xE7C8,0xEA20,0xEC78,0xEED0,0xF128,0xF380,0xF5D8,0xF830, ...

Page 15

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 3. Application Information 3.1. Pin-out Diagram for Wi.M868X-R Figure 3: Pin-out Diagram for Wi.M868X-R 3.2. Pin Description for Wi.M868X-R No. Name Description 1 CLKOUT Clock output from XE1203F 2 EN XE1203F Programming port enable 3 SO XE1203F Programming port serial output 4 SI XE1203F Programming port serial input ...

Page 16

... XE1203F Data I/O pin; ADParam_disable_data_bidir register determines whether this pin is bi- 17 DIO directional ( output (1) XE1203F Data In pin; ADParam_disable_data_bidir register determines whether this pin is 18 DIN active (1) or not used (0) 19 PATTERN XE1203F Pattern Output (indicates start-of-packet Receive Antenna Switch Select 21 TX Transmit Antenna Switch Select Table 5, Module Pin Descriptions for Wi.M868X-DP ...

Page 17

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 3.5. Mechanical Drawings for Wi.M868X-R Figure 5: Module Mechanical Drawings for Wi.M868X-R Figure 6: Suggested Footprint for Wi.M868X-R / Wi.M868T Wi.M868T Wi.M868T ...

Page 18

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 3.6. Mechanical Drawings for Wi.M868X-DP-R Figure 7: Mechanical Drawings for Wi.M868X-DP-R 3.7. Example Circuit Figure 8: Evaluation Module Circuit ...

Page 19

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 4. Electrical Specifications 4.1. Absolute Maximum Ratings Parameter Vdd- Power Supply Input RF Level Operating Temperature Table 6, Absolute Maximum Ratings 4.2. Detailed Electrical Specifications 4.2.1. AC Specifications- Rx Parameter Receive Frequency (US) Receive Frequency (EUR) Wideband Channels (US) Wideband Channels (EUR) Narrowband Channels (US) ...

Page 20

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 4.2.2. AC Specifications- Tx Parameter Receive Frequency (US) Receive Frequency (EUR) Wideband Channels (US) Wideband Channels (EUR) Narrowband Channels (US) Narrowband Channels (EUR) Transmit Power Harmonics Table 8, AC Specifications- Tx 4.2.3. DC Specifications Parameter Operating Temperature Tx Current Rx Current Sleep Current Table 9, DC Specifications Min ...

Page 21

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 5. Custom Applications For cost-sensitive applications, such as wireless sensors and AMR, Radiotronix can embed the application software directly into the microcontroller built into the module. For more information on this service, please contact Radiotronix. 20 Chapter 5 ...

Page 22

... WI.M868X-R/ WI.M868T-R/ WI.M868X-DP-R DATASHEET 6. Ordering Information Product Part Number Wi.M868X-R Embedded Wireless Module (868 MHz) Wi.M868T-R Embedded Wireless Module (868 MHz) Wi.M868X-DP-R Embedded Wireless Module (868 MHz) Wi.M900X-R Embedded Wireless Module (900 MHz) Wi.M900T-R Embedded Wireless Module (900 MHz) Wi.M900X-DP-R Embedded Wireless Module (900 MHz) 6 ...

Related keywords