Hi everyone. I am a beginner i really need help regarding an issue. I have two nrf52832 modules, on each of them i have a sensor from which i read some values. All i want is that whenever they read values greater than a set threshold, they should send a signal to a third node (nrf52832 module) and that third node should be able to detect/distinguish that from which sensor node it has received the signal. Depending on from which node it has received the signal, it will perform corresponding actuation. Please suggest some sdk example to refer to or if i can get some reference code or documentation, etc to follow. Thank you.
Also please suggest me what will be the correct approach, whether i should use the nrf mesh or i can do it by modifying the simple ble example. Please give some reference material/code/examples.
I am using segger embedded studio. I am mainly concerned about receiving signals from different sensor nodes and distinguishing between them.