2 posts / 0 new
Last post
herochua617
Offline
Last seen:3 years 9 months ago
加入:2017-01-18 12:46
Real Time System

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:
MT_dialog
Offline
Last seen:1月4日s ago
Staff
加入:2015-06-08 11:34
Hi herochua617,

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