Other Parts Discussed in Thread: CC1310, CC1350STK, CC1350
Tool/software: Linux
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.
Tool/software: Linux
I tried to reprogrammed the coprocessor_cc1310_lp, but it still showed the same error message.
Yes, I followed steps in section 6.2 Hardware Combination 2 in www.ti.com/.../swru491a.pdf ,
I got my problem when I did the steps in 7.2 Starting the Application – Start the Network
I tried to use "sudo" to run the run_demo.sh, it was still not work. It still replied "Something seems wrong with the collector app"
This error comes from the program not being able to open up ttyACM0 device. Can you confirm the co-processor firmware is flashed on your cc13x0 and that it is enumerated as ttyACM0. Then use sudo to run the run_demo script. if this still doesn't work try running the binary with sudo directly (host_collector if running from x86, bbb_collector if running from bbb) in the prebuilt/bin directory. Get back to me after you've tried this.
~Brocklobsta