This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Accessing all mesh devices from mobile phone

Hi,

I've used the nRF51822 in the past to make sensors that connect to a mobile device. Basically it worked just like every other non-mesh BLE device:

1. It advertised itself to be scanned by the mobile device

2. Mobile device connects.

3. Data can now be sent back and forth.

I want to make a new sensor that uses the nRF52840 in a mesh configuration in order to increase range. I've played around with the light switch mesh example and have it sending bytes instead of just an onOff bit. Is it possible to make the mesh nodes 'equivalent' to my old sensors (i.e. could I connect to them without modifying the mobile app)? Basically, what I am trying to accomplish is to make all the mesh nodes appear as if they are close by even though some may be far away and 'hopping' through the mesh. All while still being 'backwards compatible' to my old sensors. Is this possible?

Thanks.

Parents Reply
  • I think I can make it work with a proxy node. In the light switch mesh example, it looks like both the switch and the light are running the proxy service. How can I send it some data? I don't see how to send any data via the nRF Mesh app.

    Also, looks the proxy service supports notifications so that the phone can be automatically kept up-to-date without having to query it all the time, correct?

    Thanks.

Children
Related