BDE-RFM207-IN Multiprotocol 2.4G Wireless Module User Guide

June 6, 2024
BDE

RFM207-IN Multiprotocol 2.4G Wireless Module
User Guide

Introduction

This user guide is for BDE-RFM207-IN, a Wireless Module based on TI CC2652R.
It is a quick start guide for how to connect the module with the evaluation board BDE-EVB07 or with the TI launchpad, and how to build the first application.  It also shows a demo for how BDERFM207-IN receives a data packet that is sent from a mobile phone APP – nRF Connect.

Get Ready

The following tools are recommended to develop with BDE-RFM207-IN.
Hardware tools:

  • BDE-RFM207-IN (BDE-RFM207-IN-BDE Technology Inc. (bdecomm.com))
  • BDE-ADP05 V1.0 (adaptor board)
  • PC or Laptop
  • BDE-EVB07 ( BDE-EVB07-BDE Technology Inc. (bdecomm.com)) or
  • TI Launchpad (LAUNCHXL-CC26X2R1 Evaluation board | TI.com)
  • USB cable for power supply and debugging

Software tools:

Build Your First Application

Once have the Hardware and Software tools are in place, please follow the following steps:
A. Connect the Hardware
If chose EVB07:
Use a USB cable to connect EVB07 and PC or laptop. Plug BDE-RFM207-IN with the adaptor board into the dev board and connect all the pins with Jumpers as the following picture shows.

Multiprotocol 2.4G Wireless Module

BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
1

If chose TI Launchpad:
The connection is as follows.BDE RFM207 IN Multiprotocol 2.4G Wireless
Module - figure 2

Connection Designator BDE-RFM207 LaunchPad Pin
3V3 Power VDD 3V3
Ground GND GND
RST RST RESET
TMS TMS TMS
TCK TCK TCK
TDO DIO16 TDO
TDI DIO17 TDI
RXD DIO2 RXD
TXD DIO3 TXD

Optional: TDO, TDI, RXD, TXD

B. Build the Application

Download and install the CCS and SDK
From the above links, follow the instructions in the following steps to download and install the CCS and SDK.
CCS Installation

  1. Click on this option
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
3

  2. Select an option to download CCS
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
4

  3. Unzip the package to a local disc

  4. Click the setup of CCS
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
5

  5. Click “Next”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
6

  6. Select the default option
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
7

  7. Click “Next”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
8

  8. Select the Installation Directory.
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
9

  9. Select the default option.
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
10

  10. Select the component.
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
11

  11. Select the default option
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
12

  12. Click “Next”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
13

  13. Click “Next”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
14

  14. Waiting for installation to complete.
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
15

Software Development Kit (SDK) installation

  1. Click on this option
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
16

  2. Select an option you need to download SDK
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
17

  3. Log in to your TI account, if you are a new user, register a TI account first
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
18

  4. Select “civil” if your application is for civil useBDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure 19

  5. Select “Yes” and submit
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
20

  6. Download SDK

  7. InstallationBDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure 22

  8. Click “Next”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
23

  9. Select the default option
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
24

  10. Select the Installation directory
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
25

  11. Click “Next”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
26

  12. Waiting for installation to complete
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
27

Run an example/demo code

  1. Find the option named “Import CCS project…”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
28

  2. According to the following path to find the project:
    ti\simplelink_cc13x2_26x2_sdk_5_10_00_48\examples\rtos\CC26X2R1_L AUNCHXL\ble5stack\simple_peripheral\tirtos\ccs
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
29

  3. Right Click the project to build project
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
30

  4. Click this bug icon (means download and debugging)
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
31

  5. Download and start nRF Connect (an APP on your mobile device)
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
40

  6. Click on this option to start debugging.
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
41

  7. BDE-RFM207-IN is advertising, you can receive the signal on nRF Connect, then click “connect” to connect the mobile phone and the BDE-RFM207-IN
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
42

  8. Find the file which is named “simple_gatt_profile.c” and the function which is named “simpleProfile_WriteAttrCB”
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
43

  9. Find “pValue” in the function and set a breakpoint at the same line
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
44

  10. Click the up arrow to send a message to the BDE-RFM207-IN
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
45

  11. Send 0x11 to the BDE-RFM207-IN
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
46

  12. The program stops at the breakpoint, the value received is 0x11
    BDE RFM207 IN Multiprotocol 2.4G Wireless Module - figure
47

By far you should’ve built your first application successfully.
For further development, please check out the CC2652R data sheet, product information and
support | TI.com page and download the User guide (https://www.ti.com/lit/pdf/swcu185)

Other Resources
Mac OS Installer for SimpleLink CC13X2 26X2 SDK 
Linux Installer for SimpleLink CC13X2 26X2 SDK 
Mac OS Installer for Code Composer Studio IDE 
Linux Installer for Code Composer Studio IDE 
CC2652R SimpleLink™ Multiprotocol 2.4 GHz Wireless MCU
Windows Installer for SmartRF Flash Programmer 2

Revision History

Revision Date Description
V1.0 05-Jun-19 Initial Release
V1.1 10-Jun-19 Editorial Correction
V2.0 14-Apr-21 Replacement of template

More Questions:
Please search existing answers on TI E2E support forums Contact your local TI sales representative.
Or
Contact BDE Technology, Inc.
China:
B2-403, 162 Science Ave, Huangpu District, Guangzhou, 510663
Tel: +86-020-28065335
Website: http://www.bdecomm.com/cn/
Email: [email protected]

USA:
67 E Madison St, #1603A, Chicago, IL 60603
Tel: +1-312-379-9589
Website: http://www.bdecomm.com/
Email: [email protected]

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

BDE User Manuals

Related Manuals