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

Thingy52 DFU MESH

Hi, I am interested to learn THINGY 52 working

I want to know how does the Thingy52 works?. any tutorial to explain the function of THINGY52

How to delete the boot loader and start work as a normal nRF52832 functions.

and How to return back into the DFU boot loader program and start work as it is

is there a procedure and zip file for doing this work.

and i need to work MESH in nordic thingy 52.

where i will get the mesh function for this thingy52.

  • Hi,

    Sunil vignesh said:
    Is it show in Nordic Thingy App. and is it possible to do DFU updates. by only uploading the hex file to the board?

    Yes, this is supported by the thingy firmware. However, the private key used to sign images are not available to customers. So, in the same way as any other bootloader example, you need to build and program a bootloader with your own public key in order to provide your own application hex files via DFU.

    Sunil vignesh said:

    I have a question related to MESH.

    as like this video Thingy-52 Mesh

    is any other MESH example code to work in nRF5 DK board?

    My case. I need to connect 5 boards in a Mesh network.

    where i need to connect my mobile phone with one Master(board).

    and that master will command the others.

    I need to control the LEDs of the each slave boards, by whole at same time or particular board at a time.

    and also i need to receive when the BUTTON is pressed in any salve boards.

    Is there any example code related to this or else. any tutorial related to this?

    Please refer to the nRF5 SDK for Mesh documentation and examples which are part of the nRF5 SDK for Mesh distribution.

Related