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.
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.
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,
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