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

Unable to start head Topology Monitor

Hi

I have tried to run the thread topology monitor. Each attempt ends in this log message "Error - No response from Thread CLI device.".The COM-port has been chosen a  dongle is available in the USB port. The software has been unpacked from nRFTTMwin32x6401201alpha.zip and execute out the unpacked folder.

Please let me know what is missing.

Parents Reply Children
  • Hi again Ryan, 

    I'm sorry but I was just testing and found that actually it's possible to run the TTM with the nRF52840 dongle (PCA10059). 


    You just need to flash the \Thread_ZigbeeSDKv2.0\examples\thread\cli\usb_bootloader example into the PCA10059 and make sure the USB driver for it is installed correctly (you have a new COM Port ) and you can use TTM to open that COM Port to join thread network. You can use the precompiled hex in that folder. 

    To flash the firmware to the dongle you would need to use the nRFConnect -> Programmer app and put the dongle into bootloader mode (the LED breathing Red).

    Note that the COM Port it created should be different from the COM Port that the dongle creates when in DFU mode. 

    If windows couldn't install the COM port, you may want to point Windows to the CDC driver at \SDKv15.2\examples\usb_drivers

  • Hung,
    This is indeed good. I now have my TTM running and I am able to monitor the system. :-)
    Thank you very much
    Regards

    Ryan Pedersen

  • Hung,
    I am running the TTM but am facing a message that I do understand. In the log I see this "Error - polling not possible due to incorrect state." It is not possible to see the origin of the error, is it in the TTM? Does one of the nodes cause this, then which one is it?
    Can I enable debug or more logging?
    Is v0.12.0-1.alpha the most recent TTM?

  • Hi Ryan, 

    Could you take a screenshot when the issue happens. What happened after that log appeared ? How often do you see the error ? 

  • This is what it looks like

    15:36:49.114
    Error - polling not possible due to incorrect state.
    15:36:51.167
    Link between node (0,0) and node (0,0) has been removed
    15:37:03.116
    Error - polling not possible due to incorrect state.
    15:37:05.163
    Link between node (0,0) and node (0,0) has been removed
    15:37:17.113
    Error - polling not possible due to incorrect state.
    15:37:19.200
    Link between node (0,0) and node (0,0) has been removed
    15:37:31.109
    Error - polling not possible due to incorrect state.

    As I see it does this restrict my access to the network and because of that the displayed topology is not correct
Related