problem with mini dagu driver
Posted: Sat May 31, 2014 11:44 am
Hi
First of all ; im a french 17 years old student in his last school year so sorry for my english
I did the whole tutorial about the raspberry robot camera . But i got a final problem
when i tried to launch the server i got this error .
@raspberrypi ~/sockjs-tornado/raspberry_pi_camera_bot $ sudo ./robot_web_server.py
sockjs.tornado will use json module
Starting web server...
Read 0X0 0.0
Expected 0XACED 0.29
Unable to connect to correct firmware, uploading...
No file copy needed
Building sketch in dir /root/.ino_uploader/mini_driver_firmware
Building of sketch was unsuccessful
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(*self.__args, **self.__kwargs)
File "./robot_web_server.py", line 71, in createRobot
r = robot_controller.RobotController( robotConfig )
File "/home/pi/sockjs-tornado/raspberry_pi_camera_bot/robot_controller.py", line 60, in __init__
raise Exception( "Unable to connect to the mini driver" )
Exception: Unable to connect to the mini driver
I checked all connections and everything is at his place .
Im pretty novice with linux so maybe it's a simple problem
Thanks for answers
Valentin
First of all ; im a french 17 years old student in his last school year so sorry for my english
I did the whole tutorial about the raspberry robot camera . But i got a final problem
when i tried to launch the server i got this error .
@raspberrypi ~/sockjs-tornado/raspberry_pi_camera_bot $ sudo ./robot_web_server.py
sockjs.tornado will use json module
Starting web server...
Read 0X0 0.0
Expected 0XACED 0.29
Unable to connect to correct firmware, uploading...
No file copy needed
Building sketch in dir /root/.ino_uploader/mini_driver_firmware
Building of sketch was unsuccessful
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(*self.__args, **self.__kwargs)
File "./robot_web_server.py", line 71, in createRobot
r = robot_controller.RobotController( robotConfig )
File "/home/pi/sockjs-tornado/raspberry_pi_camera_bot/robot_controller.py", line 60, in __init__
raise Exception( "Unable to connect to the mini driver" )
Exception: Unable to connect to the mini driver
I checked all connections and everything is at his place .
Im pretty novice with linux so maybe it's a simple problem
Thanks for answers
Valentin