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.

Access to enable the accelerometer in KeyFobDemo

Hi.

I want to send 1 byte which is "1" to the KeyFob with my Smartphone to enable the accelerometer, but it does not detect the

bStatus_t status = Accel_GetParameter( ACCEL_ENABLER, &accelEnabler );

method in keyfobdemo.c file when i set a breakpoint, but it does detect it, when i send a decimal "1" with my USB dongle. Should i change something in the accelerometer.c file ?

Thanks in advance