This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART in the mesh topology

Dear Sir/Madam,

I need help. I am using UART to send the data in the mesh topology .and I configured mesh using light_switch source code. is it enough to send data using AT command? (in the mesh topology using light_switch server proxy) if not please tell 

  • Hi.

    I think you need to provide some more information about what you want to acheive here.

    I don't know anything about your project, what versions of the SDK, SD, etc.
    We have a SDK UART coexistence example in the Mesh SDK that you can take a look at.

    Best regards,
    Joakim

  • I am using MCU m4.in which 3 BLE(BT832x). We are sending data through UART to BLE1 and this BLE1 will send data to BLE2 (which is in mesh ) and also through mobile to BLE2.BLE2 is the main receiver it will receive the data through BLE1, BLE3, and mobile.

    Q1>  what will happen if I will turn off all BLE and turn on all BLE .will work again automatically in the mesh topology?

    Q2> I am using AT command to send the data to BLE2 using BLE1, BLE3, and mobile. How it can be possible?

    Q3> Or Shall I have to make one BLE as a provisioner to connect all BLE as a mesh?

    Q4> is this possible to make BLE as a provisioner To make all BLE as a mesh without a mobile?

    Q5> We bought 10 pieces of Evaluation board (nRF52832), J-link,30 pieces of BT832x, etc for the initial experiment.

    we are making all BLE as a mesh so what I have to do plz help me as much as possible quickly.

    and all the mesh are working on UART communication to send the data and receive the data

    Thank you

    Regards

    Saira

    • versions of the SDK, SD are as following
    • Segger Embedded Studio (SES)
    • Nordic nRF5 SDK version 15.0.0
    • Nordic nRF5 SDK for Mesh version 2.2.0
    • Q1> I used three Evaluation board (nRF52832 )  to make a mesh(one is a receiver and another two is a transmitter and all these BLE are connected with MCU) what will happen if I want to use another MCU(stm32f405rg) and BT832x it will work as a mesh in this MCU which I configured in nRF52832?

    • Q2> I used three Evaluation board (nRF52832 )  to make a mesh(one is a receiver and another two is a transmitter and all these BLE are connected with MCU) what will happen if I want to use another MCU(stm32f405rg) and BT832x it will work as a mesh in this MCU which I configured in nRF52832?

      Q3>  If I configured as a mesh(b/w three nRF52832) and I disconnected from the evaluation board is it will be work as a mesh in another MCU(i am talking about only BT832x)
      Q3> please tell me if I want to use the only BT832x to make mesh w/o Evaluation board what processes I  have to follow is this possible w/o the Evaluation board(nRF52832)?

      Q4>  If I turned OFF the BLE which is configured in the mesh using (nRF52832) and I turned ON the BLE is it work in the mesh automatically?

Related