Hi Team,
I am working on NRF52832 based on the BLE mesh protocol
here I am using the Light_switch example of SDK - nrf5sdkformeshv500src
Here I am trying on transmit a bool data from Light_switch - Client to Light_switch - Server which ran successfully
Now my need is i want to upload all received data in Light_switch - server to the Cloud with raspberry pi Gateway
How to collect the data from several Light_switch - Server in the mesh network and send it to the raspberry pi gateway
kindly guide me, Thanks in Advance