XRBH User Manual (V0.2) Model Name: Description: XRBH BLE MODULE BLE module compatible This document contains proprietary information which is the property of Wistron NeWeb Corporation and is strictly confidential and shall not be disclosed to others in whole or in part, reproduced, copied, or used as basic for design, manufacturing or sale of apparatus without the written permission of Wistron NeWeb Corporation.
Revision History Edition # Reason for revision V0.1 Initial Document (Draft version) V0.2 Add FCC/NCC Label Compliance Statement V0.3 Delete Product Overview BLE module Delivery Specification 1 Issue date 2016/07/28 2016/07/29 2016/08/01 V0.
NRF51822 Block Diagram 1 BLE module Delivery Specification 2 V0.
Specification CATEGORIES FEATURE Bluetooth® V4.0 (Single Mode/Bluetooth Smart) Frequency 2.402 - 2.
Electrical characteristics Low power mode Symbol Minimum Typical Maximum Unit VCC 1.8 1.8 1.8 V Symbol Minimum Typical Maximum Unit VCC 1.8 3 3.6 V LDO mode Power consumption Symbol Description Typical Unit IOFF System off current consumption 0.6 uA IIDLE 3V ON, all blocks idle 2.6 uA Mechanical Dimension BLE module Delivery Specification 4 V0.
BLE module Delivery Specification 5 V0.
PIN Define Pin number Name Function Description 1 P0.02 AIN3 Digital I/O Analog input General purpose I/O 2 ADC input 3 2 P0.01 AIN2 Digital I/O Analog input General purpose I/O 1 ADC input 2 3 P0.03 AIN4 Digital I/O Analog input General purpose I/O 3 ADC input 4 4 P0.05 AIN6 Digital I/O Analog input General purpose I/O 5 UART RXD 5 P0.04 AIN5 Digital I/O Analog input General purpose I/O 4 UART TXD 6 7 8 P0.
21 22 23 24 25 26 27 RF_OUT GND P0.18 P0.20 P0.17 P0.19 P0.14 BLE module Delivery Specification Ground Digital I/O Digital I/O Digital I/O Digital I/O Digital I/O 7 RF output port for external antenna Ground General purpose I/O 18 General purpose I/O 20 General purpose I/O 17 General purpose I/O 19 General purpose I/O 14 V0.
Recommend Land Pattern BLE module Delivery Specification 8 V0.
Antenna Type Antenna Vendor YAGEO Antenna Type CHIP ANTENNA Antenna PN ANT3216LL12R2400A Antenna Specification Test condition BLE module Delivery Specification 9 V0.
BLE module Delivery Specification 10 V0.
3D Raidation Pattern BLE module Delivery Specification 11 V0.
FCC Compliance Statement (1) (2) (3) (4) FCC Label Compliance Statement: This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) This device must accept any interference received, including interference that may cause undesired operation.
between the antenna and users, and 2) The transmitter module may not be co-located with any other transmitter or antenna. As long as 2 conditions above are met, further transmitter test will not be required.
本產品符合低功率電波輻射性電機管理辦法 第十二條 ※經型式認證合格之低功率射頻電機,非經許可,公司、商號或使用者均不得擅自變更 頻率、加大功率或變更原設計之特性及功能。 第十四條 ※低功率射頻電機之使用不得影響飛航安全及干擾合法通信;經發現有干擾現象時,應 立即停用,並改善至無干擾時方得繼續使用。 -前項合法通信,指依電信法規定作業之無線電通信。 -低功率射頻電機須忍受合法通信或工業、科學及醫療用電波輻射性電機設備之干擾。 此模組若安裝於其他平台時,該平台標籤需標明: 此平台內建無線模組 BLE module Delivery Specification 14 V0.
Application Note XRBH has embedded 32MHz crystal, which is difference to the Development Kit. In order to let 32MHz crystal works that you can enable it explicitly with the following code: void Clock_settings_32_MHz_func(void) { // Start 32 MHz crystal oscillator. NRF_CLOCK->XTALFREQ = 0x00; NRF_CLOCK->EVENTS_HFCLKSTARTED = 0; NRF_CLOCK->TASKS_HFCLKSTART = 1; // Wait for the external oscillator to start up. while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0) { \ // Do nothing.