Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5

"Palmy Weather" Goes live with WeatherDuino Pro2
#32

I would say the extra "W" at the end of line three would be caused by the code not clearing all the text before re-writing the new value. I see your last value in the image is "SSE", I would suspect that the "W" would now be replaced by an extra "E" due to this text clearing issue. I had this problem when I first started developing the LCD code too.

The same could apply for the extra "0" at the end of line four. The only thing I can think that would be putting a zero in that location is the start-up screen which gives a 0 or 1 return when the outside sensors transmit to the RX unit before the weather data is displayed. Maybe another screen clearing issue.

You may want to double check to ensure you have 20 blank spaces when clearing the LCD display. There is probably a much better way of clearing the LCD display than writing text to it like this.
Code:
lcd.setCursor(0,3);
  lcd.print(F("                    ")); // 20 blank spaces to clear the screen

I do not have any ideas at the moment as to why the pressure would not be displaying correctly, especially when everything else like "rain", "UV" and "solar" are coming through fine. If you would like, feel free to Private Message me the code in the "LCD204" file and I will compare it with what I have to see if I can see anything obvious. I can not guarantee when I will get this done however.

Have you tried running your code with Knots as the wind speed following any modifications you may have made this evening? I might give this a go myself and see what I get as I have not tested this before; I did not really expect to ever publish the adapted code.
Reply


Messages In This Thread
"Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 02-12-2015, 08:18
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by uncle_bob - 02-12-2015, 22:39
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by werk_ag - 03-12-2015, 04:39
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by GreggWardNZ - 08-12-2015, 19:51
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 09-12-2015, 08:51
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Barrow4491 - 18-09-2016, 07:41
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by werk_ag - 10-12-2015, 00:38
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 27-12-2015, 07:51
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by werk_ag - 27-12-2015, 08:06
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by hornychz - 30-12-2015, 22:54
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by dalehardy - 01-01-2016, 04:52
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 26-03-2016, 08:38
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by werk_ag - 24-04-2016, 08:18
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 16-07-2016, 09:24
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by zitoune - 18-08-2016, 10:12
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by AllanG - 16-07-2016, 10:45
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by johnmw1 - 18-07-2016, 16:41
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 19-07-2016, 08:47
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by johnmw1 - 20-07-2016, 08:06
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by uncle_bob - 20-07-2016, 10:58
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by johnmw1 - 20-07-2016, 12:47
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 11-09-2016, 09:22
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by zitoune - 11-09-2016, 14:26
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 11-09-2016, 20:45
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 18-09-2016, 09:16
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Barrow4491 - 19-09-2016, 01:18
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Barrow4491 - 11-10-2016, 09:30
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by zitoune - 18-09-2016, 12:35
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by zitoune - 21-09-2016, 16:09
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 12-10-2016, 07:21
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Barrow4491 - 12-10-2016, 09:20
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 12-10-2016, 10:10
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 16-10-2016, 08:29
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Barrow4491 - 16-10-2016, 11:49
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Barrow4491 - 01-12-2016, 13:17
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 29-05-2017, 09:50
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by werk_ag - 02-06-2017, 04:43
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 02-06-2017, 07:36
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by zitoune - 29-05-2017, 13:23
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by hornychz - 29-05-2017, 14:30
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by danner - 29-05-2017, 23:51
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by Palmyweather - 30-05-2017, 20:46
RE: "Palmy Weather" Goes live with WeatherDuino Pro2 - by danner - 30-05-2017, 22:26



Users browsing this thread: 1 Guest(s)