How to use TI BLE Stack HostTest to send advertising using Btool in Adv. Commands tab:
1. GAP_DeviceInit, set profileRole to Peripheral and hit Send Command
2. GAP_UpdateAdvertisingData, set adType toGAPADVERT_ADVERTISEMENT_DATA and hit Send Command.
3. GAP_MakeDiscoverable and hit Send Command to start advertising.
4. GAP_EndDiscoverable and hit Send Command to stop advertising.
Showing posts with label HostTest. Show all posts
Showing posts with label HostTest. Show all posts
Friday, June 24, 2016
Wednesday, October 28, 2015
How to use SensorTag CC2650STK with CC-DEVPACK-DEBUGGER as HostTest and connect to BLE BTool.
The following steps show you how to use SensorTag CC2650STK with CC-DEVPACK-DEBUGGER as HostTest and connect to BLE BTool.
1. Revise the following code in Board.h
#define Board_UART_RX IOID_2 /* RF1.7 */
#define Board_UART_TX IOID_3 /* RF1.9 */
to
#define Board_UART_RX IOID_28 /* RF1.7 */
#define Board_UART_TX IOID_29 /* RF1.9 */
2. Rebuild HostTest and download it to CC2650STK.
3. Disconnect CC2650STK from CC-DEVPACK-DEBUGGER and connect it to restart.
4. Find COM port of XDS110 Class Application/User UART.
5. Open BTool and select COM port of XDS110 Class Application/User UART. Remember to select Flow to None.
6. You should see CC2650STK BLE HostTest is connected.
1. Revise the following code in Board.h
#define Board_UART_RX IOID_2 /* RF1.7 */
#define Board_UART_TX IOID_3 /* RF1.9 */
to
#define Board_UART_RX IOID_28 /* RF1.7 */
#define Board_UART_TX IOID_29 /* RF1.9 */
2. Rebuild HostTest and download it to CC2650STK.
3. Disconnect CC2650STK from CC-DEVPACK-DEBUGGER and connect it to restart.
4. Find COM port of XDS110 Class Application/User UART.
5. Open BTool and select COM port of XDS110 Class Application/User UART. Remember to select Flow to None.
6. You should see CC2650STK BLE HostTest is connected.
Subscribe to:
Posts (Atom)