This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: I GET THE ERROR: "ERROR: No one of the nodes identified as RTLS MASTER" when i run the non visual demo SDK 4.10.00.78

Part Number: CC2652R

Hi,

i am using cc26x2 boards as master and slave. I would like to receive IQ samples from the master and dump into a csv file. When i run the python script,i get "ERROR: No one of the nodes identified as RTLS MASTER". But when i run the visual demo, i see the AOA and rssi calculations. Can anyone help me through this?

Thanks.

  • I have assigned an expert to comment.

  • Hi,

    This sounds like if the device lists used by the script is not using the right COM ports.

    Have you update devices inside the python script?

            devices = [
                # {"com_port": "COM37", "baud_rate": 460800, "name": "CC26x2 Master"},
                # {"com_port": "COM29", "baud_rate": 460800, "name": "CC26x2 Passive"},
                {"com_port": "COM117", "baud_rate": 460800, "name": "CC26x2 Passive"},
                {"com_port": "COM12", "baud_rate": 460800, "name": "CC26x2 AOA Master"}
            ]

    I hope this will help,

  • Yes, i have updated the devices inside the python script. I only have the master so i have commented the rest.It is still giving me the same error.

  • Hi,

    Try to refer to other posts dealing with your issue (you will find one here for example).

    Regards,

  • Hi,

    have you solved the problem "ERROR: No one of the nodes identified as RTLS MASTER"? Ihave the same trouble when I run the python script of non-visual demo, and I also update the devices inside the python script.

    Can you help me?

    Thanks.

    -Bethany