I have tryed to connect my nxt to raspberry pi. I followed theese instructions: http://www.burf.org.uk/2012/12/28/raspb ... -lego-nxt/. But when i try to run any of example sctipts i get this error:
Code: Select all
pi@raspberrypi ~/nxt-python-2.2.2/examples $ python spin.py
Fantom module unavailable, not searching there
Traceback (most recent call last):
File "spin.py", line 12, in <module>
b = nxt.locator.find_one_brick()
File "/usr/local/lib/python2.7/dist-packages/nxt/locator.py", line 137, in find_one_brick
raise BrickNotFoundError
nxt.locator.BrickNotFoundError
Please help me.