becker Posted May 22, 2014 at 08:11 AM Share Posted May 22, 2014 at 08:11 AM Hello there, the callback functionality of the SoundIntensity Bricklet will only fire if the measured value has changed. Thus I will not get measurements uniformly distributed over time (to calculate meaning ful averages). Is there a way to get continuous measurements (except maybe by actively querying every so often)? Thanks in advance. Best, Martin Quote Link to comment Share on other sites More sharing options...
borg Posted May 22, 2014 at 02:44 PM Share Posted May 22, 2014 at 02:44 PM You can set the frequency of your measurements with set_debounce_period and then use the CALLBACK_INTENSITY_REACHED by setting an intensity threshold (set_intensity_callback_threshold) of something like "smaller than 4095", so it is always active. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.