Hey all,
I'm currently working on a ble_app_blinking in which I added a temperature service. I can connect my phone to the bluetooth of the board in nRF Connect application.
And i want to send this temperature to nRF Connect. I'm able to read this with the temperature example in nRF5_SDK_17.0.2, but when I put this two projects together, it seems that
NRF_TEMP->TASKS_START = 1; /** Start the temperature measurement. */
is blocking. I'm using the same functions for initialization like in the ble_app_blinking
Is it possible to put these two stuffs together ?
(I'm a newbie with this)
Kind regards
pe_7