This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf52832 BLE MESH

HI, I am using nrf52832 soc and i develop our own module. i need to create a mesh network within the device.

I am using segger embedded studio 3.34 (windows 10)  and SDK 15.2 

I want to run a light switch demo in mesh network

when i build the example light switch client i got the error

boards.h: No such file or directory
ble.h: No such file or directory
app_timer.h: No such file or directory
nrf.h: No such file or directory

i don't know where to interface this hex.files and also how to interface the nrf15.2 to this nrf52 mesh

Parents Reply
  • Hi.

    Sunil vignesh said:
    1. i don't know how to interlink these codes

     What do you mean by "interlink these codes"?

    Sunil vignesh said:
    2. If  i connect the ble_uart code with UART app within few seconds its disconnecting ...

     Have you tried to debug to see why you disconnect?

    Best regards,

    Andreas

Children
  • Think is after download the ble_uart code to nrf52832 DK.

    in another board  I download the Light switch server code.

    in nRF MESH app

    only shows light switch server device. not showing ble uart device.

    while i search the device in nrf uart app.

    nordic uart device as shown and the after connecting the device within few seconds it will disconnected . while debugging the code it just show disconnected only.

  • Hi.

    Could you try to connect using nRF Connect?

    Note that UART over Mesh is not implimented, the ble_app_uart_coexist example uses BLE for UART, and Mesh for light switching.

    Best regards,

    Andreas

  • HI,

    I need to create the communication between client and servers

    perfect MESH_UART code is there ?

  • Hi.

    What sort of communication do you want?

    Sunil vignesh said:
    perfect MESH_UART code is there ?

     I'm unsure what you mean by this question, can you please explain more?

    Best regards,

    Andreas

  • HI,

    I need to work on the HOME IOT application. for that i need one client and multiple servers (upto 15 - 20).

    In that client will query the each server regarding status and sensor output. (note : each Server has different sensor values).  with respect to server data. client has to take necessary actions.

    And client has to connect with mobile phone show that it will show the All Server data via one client .

    For this I need to work in BLE_UART peripheral  and i need to work this in MESH network to achieve long distance

    Please Give me a solution ..! 

    Thank you.,

    Sunil

Related