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

CLI in pca10059

hai , I would like to program cli uart in pca10059, what are all things to change in openthread stack in order to change UART pin configure and how to compile it ? I use only segger compiler , any guidline to use gcc in windows 10??

Parents Reply Children
  • sivaguru said:
    it be compiled in windows 10

     Yes, It is described in the documentation that I linked how to build on Windows.

    sivaguru said:
    Thank you for your reply and you are correct , I am developing mesh to transmit data from 20 different nodes to  server, initially I thought of using BLE but after going through different tutorials I prefer to use thread instead of BLE. I have been provided with single pca10056 and remaining pca10059 (low cost). I am a beginner and I need to start from scratches 

    I'm still not sure I understand why you need to rebuild the libraries. The CLI example for pca10059 works over USB CDC ACM, which is COM port over USB. Why do you need external UART? That would require some additional HW to communicate with the CLI.

Related