now i use nRF52832 and my using paccage is SDK14.0.0 i could send data from phone to nRF52832. next i wanna send data from nRF52832 to phone. but i don't know where to change in the source code. What should i do?
thank you in advanced
now i use nRF52832 and my using paccage is SDK14.0.0 i could send data from phone to nRF52832. next i wanna send data from nRF52832 to phone. but i don't know where to change in the source code. What should i do?
thank you in advanced
@Joakim - From debugging I understand that this happens because ble_srv_is_notification_enabled() returns false. What does it mean that notification is not enabled? How do I enable it please?
@Joakim - I solved it thanks... I had to enable notification in the BLE app on the smartphone.
Hi . Can i know the coding that you use to send data from nRF52832 to iphone ? because currently i am trying to send data from sensor that were connected to nRF52832 to mobile phone