I am very new to Nordic boards, so my apologies first for my ignorance.I recently bought Nrf52840 boards and I want to build a very simple Bluetooth mesh application but I am overwhelmed with the amount of information in the documentations.
What I want to do
I simply want to have one board act as a master and 3 or more other boards acting as slaves. Each slave will have 4 buttons and upon pushing one button on the slave,a message(button number ) should be sent to the master.So basically the master will only receive messages from slaves when a button is pushed on slaves.For example if i have 3 slaves A,B and C, if i push button 3 on slave B i should get a message 3( string or int doesn't matter) on master node.
Question
I have tried to go through the API reference but there is so much information, and I still I don't know which API functions to use. Can someone guide me on a high level this,(leaving provision part out) which API functions should I use for this task.If somebody can provide a simple sketch that would help me get started, I would greatly appreciate it.
Thank you in advance