Master app example using integrated microcontroler

2 posts / 0 new
Last post
s.miermont
Offline
Last seen:3 years 10 months ago
Joined:2015-11-17 13:21
Master app example using integrated microcontroler

Hi,

I went thru UM-B-050 and 051 and it's still confuse to me.
So I'm looking for an example of a master app that uses the internal microcontroler.

My goal is to connect a DA14580 to a commercial heart rate belt and of course read the heart rate thru BLE.

SDK 5.0.3

Thanks

Device:
MT_dialog
Offline
Last seen:3 months 3 days ago
Staff
Joined:2015-06-08 11:34
Hi s.miermont,

Hi s.miermont,

In the SDK there is only one central implementation and that is for the proximity monitor with the external processor. If you are looking for a fully hosted central implementation (i.e. the application uses the internal micro controller) you might want to have a look at the DSPS project in the host side, since this is the only available example in a fully hosted mode.

Thanks MT_dialog