Hi there,
I want to get real time signal through the ADC port of the DA14580 development kit and receive by the android smartphone. How can I get started with? I need to make a custom profile? Is it something related to DSPS? What's the easiest way for me to start with? I have look through this document (UM-038) regarding DSPS and I merely understand, Please advise thanks!
Device:

Hi herochua617,
You can start with the ble_app_peripheral example, that has allready a custom profile, sample your ADC signal via a timer and send data via notifications, you can send much more than just two bytes at a time (just saying that because the example sends only two bytes). The DSPS is emulating a serial port through BLE.
Thanks MT_dialog