This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello, I want to send data from CC2652 launchpad to android application. I am starting with project zero example in simple link SDK but unable to connect the Launchpad with android. Is there anything else i need to like button press as in case of CC2650 LP.
Thanks,
Shivam
For project_zero, it demonstrates sending button pressing notification to Smartphone App when left or right button is pressed on LaunchPad. However, you can also send notification without button press. It totally depends on your application.
OAD is over the air download?
What about simpleperipheral.c project?
Can i not use it to transfer data through it?
Thanks,
shivam
1. Yes, OAD is over the air download.
2. simple_peripheral acts as BLE peripheral to connect to BLE central and you would have to use one BLE central to communicate with BLE peripheral.
1. Yes, OAD is over the air download.
This i know but how this feature can be used to transfer sensor data to android smartphone.
2. simple_peripheral acts as BLE peripheral to connect to BLE central and you would have to use one BLE central to communicate with BLE peripheral.
Yes thats what i want to do i will upload simple_peripheral to CC2652 LP and then try to connect it to android smartphone via BLE terminal application or BLE scanner. Is it the right approach?
1. OAD is not transferring sensor data to android smartphone. It’s smartphone to BLE peripheral device.
2. Yes, it’s correct.
Okay so i shall take second approach to transfer sensor (connected to launchpad ) to android smartphone?