Send mesh network data to clound via Raspberry pi Gateway

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

Best Regards,
Venkatraaman J S.
Parents
  • Hi Venkataaman, 

    We don't haven an example that work out of the box to send data to the RPi. 

    You need to think about how you gather data from RPi. The easiest one is to connect one of the mesh client to RPi via UART/USB. 

    You can run a proprietary UART protocol between the two. 

    Another option is to use our serial example on the mesh node and connect to RPi via UART and use the mesh node as connectivity device. 

    You can find this implemented in the PyACI interactive example. You can find the documentation here.

Reply
  • Hi Venkataaman, 

    We don't haven an example that work out of the box to send data to the RPi. 

    You need to think about how you gather data from RPi. The easiest one is to connect one of the mesh client to RPi via UART/USB. 

    You can run a proprietary UART protocol between the two. 

    Another option is to use our serial example on the mesh node and connect to RPi via UART and use the mesh node as connectivity device. 

    You can find this implemented in the PyACI interactive example. You can find the documentation here.

Children
Related