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.

Auto enable accelerometer in CC2541 Keyfob

Hi,

    TO enable accelerometer in CC2541 Key fob through btool we need to write a value 0x0035.When I am connecting it through some BLE Android Application it is not going to enable by default.Can anyone suggest me what necessary changes i need to make in my code to make it enable by default??

Thanks,

Anshul

  • Hello Anshul,

    You need to write to the same characteristics as you do with BTool. I don't know what tool you are using but if it exposes the full GATT table, you should be able to do this in the app.

    Best wishes