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

First study Mesh

Hello,

I found this picture on Nordic's official website

1、Can only proxy node connect to mobile phone and GATT?

2、

I open mesh example (dimming), which contains client and server

My understanding is

Client can achieve P, RN and FN

Server can achieve N, LPN and GATT

Is my understanding correct?

3、Assuming that I understand it correctly, which code can make these settings in example?

Thanks

Parents Reply
  • I want to burn Nordic example hex to 52840dk

    But there is a new problem

    My system is Windows 7

    J-Link is 【JLink_Windows_V752b_x86_64】

    52840 DK【PCA10056  V0.9.2  2017.34】

    I don't know how to solve this problem...

    ======================================

    Another question I'd like to ask

    In keil, here is a button to download the program

    In segger embedded studio, Where is the download button?

    Thank you

Children
  • Hi Tony, 
    Do you see the nRF52840 DK appear in "My Computer" when you plug it in ? 
    Could you install Nordic Command Line Tools ? and try using nrfjprog.exe to program ? 
    In Segger Embedded Studio you can flash using Target -> Download XYZ

  • Should this be a successful implementation?

    But I still display the error below in NRF connect(v3.6.1)

    Thank you

  • Hi Tony, 
    I would suggest to try installing Jlink driver again. Aslo please upgrade (or reinstall ) nRF Connect app. The latest version of nRF Connect is v3.7.0 and the programmer is v1.4.11

    Or you can just use the nrfjprog.exe to program , it's my preferred programmer if you are familiar with commandline tool. 
    Note that you can use Segger Embeded Studio to program the chip after you compile the application. 

  • I currently use command line to erase the chip, and then use SES to download the program

    I have now downloaded the sample program light_ switch

    The function should be successful

    But I have a few questions

    1、In nRF Mesh APP for iOS, why does the client have 3 elements?

    (How should I understand element?)

    (Server has only one element, And I only set client Element2)

    =================================================

    2、In my video, example is light_ switch,

    The board of the client should be a proxy node,

    What kind of node does the server board belong to?

    Thank you

  • Hi Tony,

    1. Two same model can't be on one the same element. This is the reason we have multiple elements because we have multiple OnOff clients. Please study the Mesh specification here or the quick start guide here

    2. The server node a normal mesh node and it's also a Proxy node at the same time. It can also act as a friend node.  

Related