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

Which Example should i use for BLE mesh which support the OTA?

Hi Everone..

I want to know for my project Which Example should i use for BLE mesh which support the OTA

I have nRF52832 DK, and several other custom board  which is based on nrf52840.  I have working on BLE mesh sdk version 5.0

I want to make BLE mesh in that node, relay node, Border node for communicate with server.

Node_1(Adc_reading) (boolean_ value) (SPI) --------> relay_Node---->Border_Node------->(Through UART)-----> send data to Server(Cloud).

Please give me tutorial and what would be the flow for this using nRF52832 BLE mesh. It will use making smart socket project.

Thanks in Advance.

Parents Reply Children
  • thanks for response...

    yes in implemented the "LIGHT SWITCH EXAMPLE" in nrf mesh...

    and it is successfully implemented.

    but now i want to ask instead of client side.. i want to put the input through UART only.. and nodes to be supposed led on/off on the basis of UART command..

    In simple way i can say i want to use UART instead to client.

    i already go through your tutorial  which is ("SDK UART coexistence example").

    i succesfully implement all steps BUT got stuck in the last step which is----

        • --->>Write the hexadecimal ascii codes equivalent to one of the digits (1, 2, 3, or 4) in the UART RX characteristic to simulate a button press.
    ********please help me how to implement this step.**********
    one more thing all these things i m doing with examples code only.
Related