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.

  • HI Hung Bui

    As per the above blog 

    1. I used Raspberry pi 3 model B with a 16 GB SD card  and newly installed os
    2. python version ==> 3.9.2
    then after that, I am stuck

    cant able go ahead to further procedure 

    NOTE: I am newly installed Raspberry os, rest of python I didn't install anything


    Is there any  Prerequisites  procedure or  software required for installing in raspberry pi


    Kindly help me I am new to raspberry pi regarding nrf mesh

    Thanks in Advance

    Best Regards,
    Venkatraaman J S.

  • Hi, 
    I'm not sure I understand what you are trying to do. Which blog are you talking about ? 
    Please try testing PYACI on a PC before you test with RPi. 

    I would suggest to think about the solution to make your own UART protocol between a client and RPi.

Reply Children
No Data
Related