Is there a way to do Reaction as described in Android SDK in C++/Python SDK?

I'm looking to have a device connect over BLE to my laptop, be setup to start logging accelerometer data, disconnect from BLE, and continue logging data. Anytime someone pushes the button, it should log that a button was pushed. After some time, the device reconnects over BLE to my laptop, downloads the data, and stops logging.

Is this possible with C++/Python SDK? It seems the Reaction commands is what I'm looking for, but I can't find anything similar in the C++ docs.

Comments

This discussion has been closed.