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

open thread library

Dear nordic,

I am new in this open thread i tested your examples its working fine. i also tested CLI example i think its working but i didn't see a response in terminal . I think its hardware control is the issue . can you help me how this library editing? i don't know how to edit this open thread library i just test your samples only. what i do to edit i want to change UART pin and also disable flow control i need your help. 

Parents
  • Hi,

    The CLI UART config is hardcoded in the OpenThread library. To change the config, OpenThread library needs to be rebuilt, following the description in the documentation.

    The UART config can be found in platform-config.h. Make sure you checkout the commit mentioned in nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\external\openthread\project\readme.txt after you clone the GitHub repository and before rebuilding libraries. The SDK is only written to work with this specific commit, and building the library using another commit might make examples unstable or not working.

    Best regards,
    Jørgen

Reply
  • Hi,

    The CLI UART config is hardcoded in the OpenThread library. To change the config, OpenThread library needs to be rebuilt, following the description in the documentation.

    The UART config can be found in platform-config.h. Make sure you checkout the commit mentioned in nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\external\openthread\project\readme.txt after you clone the GitHub repository and before rebuilding libraries. The SDK is only written to work with this specific commit, and building the library using another commit might make examples unstable or not working.

    Best regards,
    Jørgen

Children
Related