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

nRF52 MESH Online course or tutorials

Hi,

I am looking for the nRF52 / nRF52 Mesh online courses.

I am going to developing a new project based on MESH network.  where i required lot of sources to clarify my concepts and doubts.

I am from INDIA. i didn't know and Workshops or Events are not conducting at present.

If there an online courses means. very helpful.

and TO NORDIC Team.

If you trying to conduct online courses or workshops. it will be very helpful to all the Nordic developers.

and I bought NORDIC THINGY52 to work on MESH network.

i have seen the video: https://www.youtube.com/watch?v=wa_ARkZSr_U

i need to try this experiment would you give the example code. and instructions to upload this code in NORDIC THINGY.

  • Hi Sunil

    Due to the Easter holiday you will have to expect a delay in replies, sorry for the inconvenience!

    The project used in the video you linked to can be found here. However this is a very old SDK version 1.0.1, and is not recommended to use in new releases. You should just use it for testing purposes and not actual development, as a lot have changed in the newer SDK versions.

    Regarding online courses, we are not planning on doing any such things as of now, but I will suggest the idea internally.

    Best regards,

    Simon

  • Hi Simonr,

    Is there any latest version of code to explain the mesh communication between Thingy 52

    or Mesh code for nRF5 DK board.

    My case is

    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?

  • Hi Sunil

    We do not have an up to date version of that particular project, so you will have to make that yourself. You can of course look at the outdated one to understand how it works, but there will be some changes. All of this should be possible if you combine the Mesh SDK and the Thingy firmware. The light switch example in the Mesh SDK might also be of use.

    Best of luck and regards,

    SImon

  • Thank you Simon,

    i have a doubt in Light switch example in MESH SDK.!

    that . Master can control the no of salves. and by pressing the button in master the LED will blow at the respective salves or all.?

    and is it possible that the button is pressed in the slave. that can be addressed by the master?

  • Hi Sunil

    The master should be able to control all the slaves at once, or just one individual slave, depending on how you configure the code.

    By the second question, do you mean if the slave is turned off/on on the slaveside, will the master know when that happens? No, I don't think so. But the master turns the LEDs on or off, and doesn't toggle them, so it doesn't have to know their state.

    Best regards,

    Simon

Related