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
thank you for your reply. i could send the data to iphone!!
I really appreciate your advice!!!
thank you for your reply. i could send the data to iphone!!
I really appreciate your advice!!!
Hi. I'm sorry, this is all my mistake. The code snippet in my answer should be in the bsp_event_handler
NOT the ble_event_handler
. I will edit my answer.
@Joakim - I keep getting an error NRF_ERROR_INVALID_STATE when I do this. Any ideas? Thank you!
@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