Hello, I have an application using nRF5 SDK 17.0.2 and SoftDevice S140, I would like to implement the mesh function on my devices and I have some doubts.
1- What is the memory cost to implement the nRF5 SDK for mesh in my current application? Do you have an estimate of the memory cost I will have in my application?
2- I ran the light switch example successfully, but in my application the intention is that the advertising travels through the network to the gateway, that is, if a device is not within reach of the gateway so that its advertising can be read directly, this information must go through the network to the gateway... is this possible? If possible, should the gateway be included in the mesh network? that is, be a mesh device too!
3- Considering the nRF 52840 device, what should be the average distance between devices so that the network is not broken, that is, what is the maximum distance between devices that allows data exchange over the mesh network?
4- Currently I perform OTA DFU, but I used the nRF5 SDK 17.0.2 as a base, so that the DFU is possible on the mash network, should I redo the DFU using the nRF5 SDK for mesh as a base?
5- Is there any example that I can check advertising from multiple devices on a mesh network, and also DFU on the devices?
6- If my gateway, responsible for verifying mesh network advertising, has to read advertising from non-mesh devices that are already in the field, is it possible? Or will I have problems?
7- On my network I have low power devices, will I always have to have "friends" devices together with these low power devices? Can these friendly devices also perform advertising, and have their normal functions in addition to the "friend" function?
Sorry for the excessive number of questions, but I've been studying the mesh for a few days, and I couldn't get these answers! Thank you very much.