sending data from nordic chip using nrf connect sdk without provisioning

We have a requirement of sending data to nrf mesh app without provisioning. So Can we use health server model to send data on app without provisioning?

The reason we choose health server model is, as we can see attention on is getting triggered with provisioning when we press "Identify" prior to provisioning process.

This data will be in a form of multiple bytes.

The nordic chip we are using is nrf52833 and nrf_connect sdk(1.9.1).

  • Hi,

    We have a requirement of sending data to nrf mesh app without provisioning. So Can we use health server model to send data on app without provisioning?

    There are no mechanisms in Bluetooth Mesh do do unprovisioned data transmission, so the answer here is in short terms no, but there are other options.


    Since you're mentioning the nRF Mesh app, I am assuming that you want to use Bluetooth Mesh in your application. Could you explain a bit more about why you want to use Bluetooth Mesh? From what I can see other options such as Bluetooth LE Communication with UUID could suit your application better if you want to do unprovisioned data transmission.

    Kind regards,
    Andreas

Related