Dear Arduino-fellows,
I am encountering some problems with the displaying of the sensor data. We are using Arduino IDE with this library:
version 1.0.2 (1.0.3 has been released a couple of days).
We transmit the following parameters:
lpp.addTemperature(1, Temperature0);
lpp.addTemperature(2, Temperature1);
lpp.addTemperature(3, Temperature2);
lpp.addAnalogInput(4, moisture);
lpp.addAnalogInput(5, batteryLevel);
As you can see from the attached .jpg, the parameters arrive multiple times and the values are also different. Have you seen clients with these problems?
Thank you!