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.

CC2650STK: CC2650STK: Letting the sensortag firmware set the configuration for the Movement-sensor

Part Number: CC2650STK

Hi team,

i am currently working on a PC-application written in Python using several Sensortags with BLE.

Is there a way to adapt the firmware in a way so that the configuration of the movement-sensor is predefined and does not need to be set by the application?

How would I do that?

Can you please help me?

Best regards.

  • Hi Florian,

    Of course. You can simply look into the embedded code and hardcode the settings. Especially how the incoming settings in the movement sensor service is invoking those settings. Depending how much knowledge you have about embedded development it might be very trivial or a small challenge, 

  • Hi Joakim,

    I am currently interested as well in knowing how to do it. Can you maybe explain exactly where to do it, since there are a lot of files which are linked to each other?