Use Raspberry Pi display temperature/humidity to i2c LCD screen を参考に
Raspberry piで湿温度センサー(OSOYOO製DHT11)で得た値をi2c LCD screen(OSOYOO製I2C 1602 LCD screen)に表示させるというものなんですが、
早速試してみると以降のようなエラーが出ました。
###エラー
Traceback (most recent call last):
File "pi-dht11-i2clcd.py", line 116, in <module>
lcd_byte(0x01, LCD_CMD)
File "pi-dht11-i2clcd.py", line 63, in lcd_byte
bus.write_byte(I2C_ADDR, bits_high)
IOError: [Errno 121] Remote I/O error
###構成と回路
構成

回答2件
あなたの回答
tips
プレビュー