Other Parts Discussed in Thread: CC1350
Tool/software: Code Composer Studio
Dear Ti,
now i am working with CC1350 for find ibeacon distance based on node RSSI value, so i choose Rfwsnconcentrator and node example for my need,
here i have a some issue, i add this line to Concentrator task.c for calculate distance based on node RSSI
uint8_t distance= 10 ^ ((-32 – (latestRssi))/(10 * 2));
but this get some error, i am a newbie to Ti so i can't solve this error, can you help to solve this error,
subdir_rules.mk:30: recipe for target 'ConcentratorTask.obj' failed
"../ConcentratorTask.c", line 244: error #7: unrecognized token
"../ConcentratorTask.c", line 244: error #18: expected a ")"
"../ConcentratorTask.c", line 244: warning #179-D: variable "distance" was declared but never referenced
2 errors detected in the compilation of "../ConcentratorTask.c".
thank you
kannannatesh