Jump to content

Temperature Bricklet issue


monkeyshoulder

Recommended Posts

Hi,

 

I have a temperature bricklet, however it has a strange behavior.

 

I also have humidity and barometer bricklets, for these I use the callback method with a callback period at 1000ms (like in the Weather Station documentation). I do the exact same thing with the temperature but it can take up to a minute to trigger a measurement.

 

Also, temperatures shown seem approx 2°C higher than it should be (the sensor is not close to a heat source).

 

Is that normal ?

 

Thank for your time and your help.

Link to comment
Share on other sites

A callback is only triggered if the value actually changes.

 

So for example if you set a callback period of 1 second and the temperature stays the same for 30 seconds until it changes, you will only get the callback after 30 seconds.

 

This is probably what you are seeing here. To try this out you can heat/cool the Bricklet rapidly.

 

We do this to save bandwidth on the USB.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...