Hello,
I'm new on XDK and working on a project with some XDK and the data logger in Mita.
I currently have some issues to integrate the temperature offset into BCDS_Enviromental.h.
In same environmental conditions, the measurings of the four XDK are from 1.5 up to 2 degree higher than real.
Therefore i need to activate the temperature offset.
It would be nice, if someone can give me an advice how to set the offset in the function Environmental_setTemperatureOffset(), or if there is an other (better?) solution for this topic.
I am not sure, at which point in BCDS_Enviromental.h I have to do the integration.
Either the values do not change or there are errors when flashing.
Kind regards,
Philipp
Hello Philipp,
Glad to hear your interest in XDK Mita. As you can find from the xdk110.platform file of Mita, BME280 sensor setup does not support offset configuration.
This can be overcome in 2 ways,
Since your primarly interest is datalogging, you are welcome to try Datalogger firmware, with sensor configuration file, sensor conversion script, offset script,etc..
Datalogger is released in IoT Marketplace, https://rb-iot-marketplace.bosch.com/boschiotcustomermarketplace/en/EUR/Industry-4-0/Data-Logger-Fir...
The Data Logger firmware has 2 versions,
Hello Padmapriya,
Thank you for your reply.
You're right, I currently log the data in SD-card because of there is no wifi in the production plant.
Today, I've added the temperature offset in application.mita, where I simply added "+ offset" to logged temperature.
This finally works, but the next problem is humidity, which depends on the measured temperature. Of course, the easiest way now is to add an offset for humidity, but this is not the best solution, I think. But at the moment, I can work with it.
I think, that was your first suggestion, wasn't it?
In addition a question about data logger firmware: Is it possible to make changes to the code?
Kind regards,
Philipp