Other Parts Discussed in Thread: CC1350, CC1190
Tool/software: TI-RTOS
Hello everybody
I want to make a project with cc1310.
It needs to work like that it waits for uart data and if data comes it sends data with RF to other devices. Also it could take rf data and print it to consol.Basiclly i want to create 1 kind of board that can do all of this .
I have used PrashanthS 's project for that at the link below.
I couldnt work the project .I could build without error and I debug and see at ROV the tasks mode is ready but it doesnt work.
any help would be great.
And also i want to say i tried this code receiver and transmitter parts separate and it works.
I send data via uart one board and it sends with rf to the other one
and the other one reads rf data and prints data to consol with uart.
But I need them work together .