Hello,
I’m not able to make my Skywriter Hat working. When I do sudo python3 test.py, I have this error:
Traceback (most recent call last):
File “test.py”, line 7, in
@skywriter.move()
File “/usr/local/lib/python3.5/dist-packages/skywriter-0.0.7-py3.5.egg/skywriter.py”, line 455, in move
’’'
File “/usr/local/lib/python3.5/dist-packages/skywriter-0.0.7-py3.5.egg/skywriter.py”, line 526, in setup
OSError: [Errno 5] Input/output error
And sudo i2cdetect -y 1:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – -- – -- – -- – -- – -- – -- –
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- – -- – -- – -- – -- – -- – -- – --
30: – -- – -- – -- – -- – -- – -- – -- – --
40: – -- – -- – -- – -- – -- – -- – -- – --
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- – -- – -- – -- – --
70: – -- – -- – -- – --
I’m running on a Raspberry Pi 2 with a fresh install of Raspbian. Can you help me ?