Hi,
I am trying to run the Home Weather demo and I keep on experiencing the following error:
pi@dex:~/Desktop/GrovePi/Projects/Home_Weather_Display $ sudo python Home_Weather_Display.py
('temp =', 20.0, 'C\thumidity =', 18.0, '%')
[Errno 5] Input/output error
('temp =', 20.0, 'C\thumidity =', 18.0, '%')
[Errno 5] Input/output error
('temp =', 21.0, 'C\thumidity =', 17.0, '%')
[Errno 5] Input/output error
('temp =', 21.0, 'C\thumidity =', 17.0, '%')
[Errno 5] Input/output error
('temp =', 21.0, 'C\thumidity =', 17.0, '%')
[Errno 5] Input/output error
('temp =', 20.0, 'C\thumidity =', 18.0, '%')
[Errno 5] Input/output error
Traceback (most recent call last):
File "Home_Weather_Display.py", line 75, in <module>
setText("")
File "/home/pi/Dexter/GrovePi/Projects/Home_Weather_Display/grove_rgb_lcd.py", line 79, in setText
textCommand(0x01) # clear display
File "/home/pi/Dexter/GrovePi/Projects/Home_Weather_Display/grove_rgb_lcd.py", line 75, in textCommand
bus.write_byte_data(DISPLAY_TEXT_ADDR,0x80,cmd)
IOError: [Errno 5] Input/output error