monkeyshoulder Geschrieben January 13, 2015 at 17:10 Geschrieben January 13, 2015 at 17:10 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. Zitieren
raphael_vogel Geschrieben January 13, 2015 at 19:50 Geschrieben January 13, 2015 at 19:50 Have you set the I2C Mode to slow? Maybe this helps. Temperature.set_i2c_mode Zitieren
monkeyshoulder Geschrieben January 13, 2015 at 20:12 Autor Geschrieben January 13, 2015 at 20:12 Hum no... actually it's worse: no measurement at all. Zitieren
raphael_vogel Geschrieben January 14, 2015 at 07:57 Geschrieben January 14, 2015 at 07:57 Does this only occur if all 3 sensors are connected? What happens if only temperature is connected? Is the temperature cable near EMI sources? Zitieren
borg Geschrieben January 14, 2015 at 08:52 Geschrieben January 14, 2015 at 08:52 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. Zitieren
monkeyshoulder Geschrieben January 17, 2015 at 20:50 Autor Geschrieben January 17, 2015 at 20:50 Hi, Finally I got it working properly by re-flashing it... Zitieren
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.