User Guide for BDE models including: BDE-RFM208P-S1, Multi-Band Wireless Module with PA
DE-RFM208P-S1 USER GUIDE Multi-and Wireless Module with PA DE Technology Inc. info@bdecomm.com User Guide 16 / 22 Run an example/demo code 1. For the first module, find the option named “Import S project…”
BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide BDE-RFM208P-S1 USER GUIDE Introduction This user guide is for BDE-RFM208P-S1, a Wireless Module based on TI CC1352P. 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 BDERFM208P-S1 receives a data packet that is sent from another BDE-RFM208P-S1. Get Ready The following tools are recommended to develop with BDE-RFM208P-S1. Hardware tools: · Two modules of BDE-RFM208P-S1(BDE-RFM208P-S1-BDE Technology Inc. (bdecomm.com)) · Two BDE-ADP208 V1.0 (adaptor board) · PC or Laptop · Two BDE-EVB07 ( BDE-EVB07-BDE Technology Inc. (bdecomm.com)) or · Two TI Launchpad (LAUNCHXL-CC26X2R1 Evaluation board | TI.com) · USB cable for power supply and debugging Software tools: · Terminal software such as CCS, IAR. · CCS download · Software Development Kit (SDK) Build Your First Application Once have the Hardware and Software tools in place, please following the following steps: A. Connect the Hardware If chose EVB07: Use USB cable to connect EVB07 and PC or laptop. Plug BDE-RFM208P-S1 with the adaptor board into the dev board and connect all the pins with Jumpers as the following picture shows. BDE Technology Inc. 1 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide If chose TI Launchpad: The connection is as following. BDE Technology Inc. 2 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA Connection Designator BDE-RFM208P-S1 3V3 Power VDD Ground GND RST RST TMS TMS TCK TCK TDO DIO16 TDI DIO17 Optional: TDOTDIRXDTXD User Guide LaunchPad Pin 3V3 GND RESET TMS TCK TDO TDI 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 2. Select an option to download CCS BDE Technology Inc. 3 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide 3. Unzip the package to a local disc 4. Click the setup of CCS 5. Click "Next" BDE Technology Inc. 4 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide 6. Select the default option BDE Technology Inc. 5 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 7. Click "Next" User Guide 8. Select the Installation Directory BDE Technology Inc. 6 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 9. Select the default option User Guide 10. Select the component BDE Technology Inc. 7 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 11. Select the default option User Guide 12. Click "Next" BDE Technology Inc. 8 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 13. Click "Next" User Guide 14. Waiting for installation to complete BDE Technology Inc. 9 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA Software Development Kit (SDK) installation 1. Click on this option User Guide 2. Select an option you need to download SDK 3. Log in to your TI account, if you are a new user, register a TI account first BDE Technology Inc. 10 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide 4. Select "civil" if your application is for civil use BDE Technology Inc. 11 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 5. Select "Yes" and submit User Guide 6. Download SDK 7. Installation BDE Technology Inc. 12 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide 8. Click "Next" 9. Select the default option BDE Technology Inc. 13 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide 10. Select the Installation directory BDE Technology Inc. 14 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 11. Click "Next" User Guide 12. Waiting for installation to complete BDE Technology Inc. 15 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA Run an example/demo code User Guide 1. For the first module, find the option named "Import CCS project..." 2. According to the following path to find the sending end project: ti\simplelink_cc13x2_26x2_sdk_5_10_00_48\examples\rtos\CC1352P1_L AUNCHXL\ easylink\ rfEasyLinkRx\tirtos\ccs BDE Technology Inc. 16 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 3. Right Click the project to build the receiving end project User Guide 4. Click this bug icon (means download and debugging) BDE Technology Inc. 17 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 5. Click on this option to start debugging User Guide 6. Find the file which is named "rfEasyLinkRx.c" and the function which is named "rxDoneCb", and set a breakpoint at the line as the arrows shows BDE Technology Inc. 18 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide 7. For another module, according to the following path to find the sending end project: ti\simplelink_cc13x2_26x2_sdk_5_10_00_48\examples\rtos\CC1352P1_L AUNCHXL\ easylink\ rfEasyLinkTx\tirtos\ccs 8. Right Click the project to build the sending end project BDE Technology Inc. 19 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA 9. Click this bug icon (means download and debugging) User Guide 10. Click on this option to start debugging BDE Technology Inc. 20 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA User Guide 11. You can see the lights flashing (means sending a data uninterruptedly) 12. The program stops at the breakpoint BDE Technology Inc. 21 / 22 info@bdecomm.com BDE-RFM208P-S1 USER MGuUltIiD-BEand Wireless Module with PA By far you should've built your first application successfully. User Guide For further development, please check out the CC1352P-S1 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 CC1352P SimpleLinkTM High-Performance Multi-Band Wireless MCU With Integrated Power Amplifier Windows Installer for SmartRF Flash Programmer 2 Revision History Revision V1.0 V2.0 Date 15-Feb-2020 14-Apr-2021 Description Initial Released Changed 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: shu@bdecomm.com USA: 67 E Madison St, #1603A, Chicago, IL 60603 Tel: +1-312-379-9589 Website: http://www.bdecomm.com/ Email: info@bdecomm.com BDE Technology Inc. 22 / 22 info@bdecomm.comMicrosoft Word 2019