This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Role of nRF51822 in connectable and undirected advertising mode

Hi Friends,

I am using nRF51822(S110 and SDK10.0.0) in my project and I need the chip to be in connectable and advertising mode under peripheral config . I configured the device to my requirement. I needed to write a data to chip using mobile app. But found the service available is only to read. Can I write a data from mobile app and if Yes any example programs.

Thanks.

Parents
  • I have configured the m_adv_params.type to BLE_GAP_ADV_TYPE_ADV_IND, The characteristic value is configured as writable and I am using nRF connect app to update the value .

    The write request is updated as you said. In the nRF connect app after making connection to a beacon the client tab shows read and write option but I cannot view the modified value.

    The exact thing to be done is "in connect mode I have to update a value to data field through nRFconnect app and I have to receive the same data in receiver. Any solution?

Reply
  • I have configured the m_adv_params.type to BLE_GAP_ADV_TYPE_ADV_IND, The characteristic value is configured as writable and I am using nRF connect app to update the value .

    The write request is updated as you said. In the nRF connect app after making connection to a beacon the client tab shows read and write option but I cannot view the modified value.

    The exact thing to be done is "in connect mode I have to update a value to data field through nRFconnect app and I have to receive the same data in receiver. Any solution?

Children
No Data
Related