Page 1 of 1

Minor snags installing Windows remote capabilities

PostPosted: Mon Jan 05, 2015 11:56 am
by Adeste
Hi
A few comments on enabling the bot to be run via a windows desktop.

VNC.There appears to be a vnc already running on the bot if you used the chip provided by Dawn. To enable it I just type in "vncserver :1 -geometry 1024x728 -depth 24" at the prompt on the Pi. I find "vncserver :0 " produces an error. Tightvnc viewer on the desktop works fine just add :1 on end of ip address ie "192.168.137.110:1"

To use dumpy opencv and py_websockets_bot you seem to need to run python 2.7 . I had 2.7 already loaded and reinstalling latest version, this did not work. I Uninstalled python rebooted and removed the python27 directory at c:python27. Re-installed python and followed instructions in Dawn robotics blog http://blog.dawnrobotics.co.uk/2014/06/programming-raspberry-pi-robot-using-python-opencv/#more-554
All seems fine now. Big thanks to Dawn Robotics for their development being able to control the bot from pi or desktop is immense. Well worth the effort.

Re: Minor snags installing Windows remote capabilities

PostPosted: Mon Jan 05, 2015 7:52 pm
by Alan
Hi there,

Thanks for taking the time to post this. I don't get much time to check things on Windows (mainly spending most of my time in Ubuntu these days) so any feedback is very much appreciated. :)

Regards

Alan