PDA

Click to See Complete Forum and Search --> : Sentry


pengum
Jul 27th, 2009, 12:49 PM
Hey, I've been wanting to do this for a while but am not sure what programing language to go with. I am trying to create a automated sentry that detects motion and turns toward the target. It would be similar to the sentry at http://www.paintballsentry.com/.

Thanks

Shaggy Hiker
Jul 27th, 2009, 02:25 PM
I'd say that you can use C/C++, or any of the .NET languages. The key will be the hardware and the interface to the hardware. I would expect some form of serial communication, possibly via Bluetooth if wireless, or just a nine pin connection if wired. However, if you can find custome hardware, it might have its own interface. Failing that, you'd be running a servo from any of a modest variety of controller boards.

DeanMc
Jul 28th, 2009, 06:18 PM
A good lot of hardware supports C# and the robotic framework for this! Lego mindstorms interface with said framework and are pretty cheap and fun to build with.

storm5510
Jul 28th, 2009, 07:46 PM
If not wireless, probably 10/100. A company I worked for used vision systems for quality control. This is what the interface was a few years ago. It might be as simple as USB2 now. I guess it depends on the hardware manufacturer. If they're really good, they should supply with a lot of resources in that area.