nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

Thread data change

Hi Nordic,

One of my customer is evaluate Thread for their product.

They can set up the Thread network with nRF52840DK now.

But we can't found the API of transmit data from one device to another, and the callback of reception data.(for the CLI sample.)

Could you please help make it clear?

Parents
  • Hello,

    A Thread network is much like an internet connection. If two devices are in a network, they have only agreed on being part of the same network, but they don't have any direct means of sending messages to each other, without it being set up first.

    What you can do is to look at e.g. the coap_client and coap_server sample applications found in NCS\nrf\samples\openthread\coap_<client/server>.

    These will be able to send messages to each other.

    Best regards,

    Edvin

Reply
  • Hello,

    A Thread network is much like an internet connection. If two devices are in a network, they have only agreed on being part of the same network, but they don't have any direct means of sending messages to each other, without it being set up first.

    What you can do is to look at e.g. the coap_client and coap_server sample applications found in NCS\nrf\samples\openthread\coap_<client/server>.

    These will be able to send messages to each other.

    Best regards,

    Edvin

Children
No Data
Related