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:
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