Hi Terrence,
From the log, it looks like BTool is not properly set up as a BLE central device.
https://software-dl.ti.com/lprf/simplelink_cc2640r2_sdk/1.30.00.25/exports/docs/blestack/btool_user_guide/BTool_Users_Guide/index.html#establishing-a-connection…
Part Number: CC2652P Other Parts Discussed in Thread: BLE-STACK Dear TI-Team,
We had the following setup:
BLE nodes running the CC2652P with an application based off simple_peripheral, BLE SimpleLink-SDK version 5.10
A so called "relay" consisting…
Part Number: CC2652P Hi,
We are working on your CC2652 chip. Specifically, the application is based on the BLE stack simplelink_cc13xx_cc26xx_sdk_6_10_00_29 , starting from the multi_role example project.
We have encountered an abnormal behavior on…
Part Number: LP-EM-CC2340R53 Tool/software: Hi, Ti
*SDK version: 9.11.00.18 ,example: key_node
We need to transmit keypress events over Bluetooth. To achieve this, I have modified the key interrupt callback function to forward the key data to the…
Part Number: CC2340R5 Dear Texas Instruments support team,
We are developing a product based on CC2340R5 and planning to obtain Bluetooth Low Energy qualification for this product. For the Bluetooth stack, we are using TI’s SimpleLink™ Bluetooth® Low…
Part Number: CC2640R2F Other Parts Discussed in Thread: BLE-STACK , CC2340R5 Tool/software: Hi,
I found detail of BLE5-Stack and BLE-Stack follow link below
https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/3.30.00.20/exports/changelog…
Part Number: CC2340R5 Tool/software: Working with BLE stack and UART0 simultaneously on Zephyr. If I use just UART0 I can see the data BLE FW sends to outside. Once bt_enable() call is done I don't see any data from UART0. Does bt_enable() affect somehow…
Part Number: CC2340R5 Tool/software: My project does not use BLE stack, but RCL command. I want to upgrade my product through SimpleLink APP. Can I add OAD function? Are there any related project routines for me to refer to.
Thanks.
Marie,
I have already followed the information on that page to the best of my ability. The Creating a Custom Board File section says to use SysConfig to make pin assignments for GPIO and peripherals, which I have already done for my custom board. The…