First i have to convert Hex but this <> generates an exception when i am trying to convert it to integer
NSString *steps =characteristic.value;
int value2= [steps intValue];
First i have to removce <>, then convert this hexadecimal string into integer value.