Hi!
After configuring my own SD card using the “Modify your own image” option and installing the python brickpi module, I am able to activate the LEDs, but for everything else I have the following error:
File “test.py”, line 7, in <module>
BrickPiSetupSensors()
File “build/bdist.linux-armv7l/egg/BrickPi.py”, line 476, in BrickPiSetupSensors
File “build/bdist.linux-armv7l/egg/BrickPi.py”, line 680, in BrickPiTx
File “/usr/lib/python2.7/dist-packages/serial/serialposix.py”, line 475, in write
n = os.write(self.fd, d)
The error happens all the time, including when I execute : sudo python LEGO-Touch_Sensor_Test.py. I am using the 8x AA battery pack and a RaspberryPi 3 board model B.
Is there something that I am missing to make it work? Did I do something wrong?
Thanks for any help,
Fred