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

Nrf52840 cli

  • What are the set of commands to send data from node (router or end device )  to leader through router,(not directly connected);                                                  in openthead cli mesh build example in https://openthread.io/ ,it is given procedure to send data only to visible nearby connected devices (link local) Cricket
  • In that example both link link local and mesh local are same since all three devices are visible to each other, thought they have used mesh local address
Parents Reply
  • So, are you only using the two DKs for your test now? Are they using the same THREAD_CHANNEL (defined in sdk_config.h)? Alternatively, you can override it by using the command "channel <nr>", e.g.: "channel 12" on both devices.

    What project file did you use? SDK\examples\thread\cli\ ?

    Try to use

    SDK\examples\thread\cli\ftd\uart\pca10056\blank\<your IDE>.

    Then flash the same file to both DKs. You are using two nRF52840 DKs, right?

Children
Related