-

CommentStreams:B657103f576540b80285adc47ae9ff09

From Geekworm Wiki
Jump to navigation Jump to search

Hello, I installed the x708 software as indicated, on a Raspberry Pi 4. I got the following error, after the following command. Is there any way to fix this? Thanks

pi@rachel:~ $ python x708bat.py

Traceback (most recent call last):

 File "x708bat.py", line 25, in <module>
   print ("Voltage:%5.2fV" % readVoltage(bus))
 File "x708bat.py", line 9, in readVoltage
   read = bus.read_word_data(address, 2)

IOError: [Errno 121] Remote I/O error