04-03-2023, 10:53 AM
Ok, you're right: that's not possible.
There are three options (for two you need to ask the databot manufacturer):
1. Configure the rate of notifications on the databot
2. Poll the databot if it supports that. Then you could set a rate in the .phyphox file format, see https://phyphox.org/wiki/index.php/Bluetooth_Low_Energy
3. Create a temporary buffer for the data of length 1, set the “sleep” attribute of the “analysis” block to the desired time, and add an expression that appends the temporary to the original buffer, see https://phyphox.org/wiki/index.php/Phyphox_file_format
There are three options (for two you need to ask the databot manufacturer):
1. Configure the rate of notifications on the databot
2. Poll the databot if it supports that. Then you could set a rate in the .phyphox file format, see https://phyphox.org/wiki/index.php/Bluetooth_Low_Energy
3. Create a temporary buffer for the data of length 1, set the “sleep” attribute of the “analysis” block to the desired time, and add an expression that appends the temporary to the original buffer, see https://phyphox.org/wiki/index.php/Phyphox_file_format