Society of Robots - Robot Forum

Mechanics and Construction => Mechanics and Construction => Topic started by: George221 on February 04, 2013, 12:11:03 PM

Title: How do i control robot bot arm wirelessly with camera
Post by: George221 on February 04, 2013, 12:11:03 PM
i want to attach a camera into a robot arm, how to i control the robot arm and camera through interent? like control it with webpage/phone
Title: Re: How do i control robot bot arm wirelessly with camera
Post by: jwatte on February 04, 2013, 12:47:38 PM
Get a small computer -- a Raspberry Pi, or a Zotac AD-11, for example.
Then hook the robot arm and camera up to that computer.
Then write some server software on that computer to serve web pages to the Internet, and talk to the arm/camera on the other side.
You'll probably want to use an existing web server framework -- ASP.NET on Windows, Apache on Linux with PHP, WSGI on Linux with Python, Tomcat on either with Java, or whatever your preferred language/framework is.
Title: Re: How do i control robot bot arm wirelessly with camera
Post by: greywanderer012345 on February 10, 2013, 10:39:26 PM
Apache works great for windows, too. One modification to the above idea would be to add some communication between your bot and PC, then have your PC run the web server.