Hi
I am going to start an application with the mesh network. Here is my requirement,
1. I have to receive the data from the master device (STM32) by using SPIS (nRF52840). Then the received data has sent to the node.
The size of the data which we received via SPIS is 240 bytes. So I have to send 240 bytes of data to the mesh network.
What is the size of a packet(message) and how many bytes of data can we send at a time in the mesh network?
2. Which SDK is best to start Mesh according to our requirement (nRF5 SDK / nRF Connect SDK)? If the choice is nRF Connect SDK then how can I integrate the SPIS code with Mesh example?
3. Which Mesh example code have to select to customize according to our requirement?