Tool/software: Code Composer Studio
Dear experts,
I am getting the following error when trying the example with multi-connection of the AoA application on a raspberry pi with a Rasbian Os.
=== ERROR: No one of the nodes identified as RTLS MASTER ===
I am able to identify the hardware serial port name: /dev/ttyACM1 and /dev/ttyACM0
And I am defining the devices list as follows:
devices = [ {"com_port" : "/dev/ttyACM1" , "baud_rate" : "460800", "name" : "CC26x2 Master"} ]
(I tried the different combinations os com port names: with and without dev, with and without slashes, and ACM0 and ACM1)
Any help is much appreciated.