Other Parts Discussed in Thread: CC2652RB, CC2650
Tool/software: Code Composer Studio
Hello, i have to send data from CC2652RB LP to android enabled smartphone. For this i am using project zero example code. I have successfully followed this tutorial dev.ti.com/.../ble_01_basic.html and verified data transfer from Smartphone (BLE Scanner android application) to launchpad with the first characteristic in the last service (UUID starts with F0001131), this is the data service. This characteristic is for reading/writing a long string. However when i am selecting write and when i write some string data in android application, i am able to see that data into the serial port of the launchpad connected with PC. But i want to do the oppossite, i want to send data from serial port of launchpad to android mobile. To be more specific i mean to say that i want to write data into the serial port of LP and then read it in android app i.e. BLE scanner.