Society of Robots - Robot Forum

Mechanics and Construction => Mechanics and Construction => Topic started by: kentucky7887 on December 29, 2011, 08:15:58 AM

Title: Need help building my first simple robot.
Post by: kentucky7887 on December 29, 2011, 08:15:58 AM
So I decided I want to try and build my first robot.  I went and picked up a copy of, "Robot Builders Bonanza" for begin learning some basic stuff. I haven't finished reading it all yet though.  Unfortunately my skills in soldering and programming are zero. I did just finishing building my first PC, and that was much easier than expected ;D

What I want to build is something like an automated mouse for my computer.  I want it to be able to click squares in a small grid, in a random or fixed order, with a 30 sec delay in between each click. Ideally I would like to use a optical usb mouse that I have, and have everything contained inside of the housing. I saw this and thought it was interesting and built with a older mouse (http://www.scribd.com/doc/6666573/Mouse-Robot (http://www.scribd.com/doc/6666573/Mouse-Robot)).  If I need to make an external robot that would use a standard mouse that would work too, and maybe be easier.

Any thought or input would be greatly appreciated.

Thanks


Title: Re: Need help building my first simple robot.
Post by: Soeren on December 29, 2011, 02:09:53 PM
Hi,

What I want to build is something like an automated mouse for my computer.  I want it to be able to click squares in a small grid, in a random or fixed order, with a 30 sec delay in between each click.
All you need for that is a piece of PC software.
Title: Re: Need help building my first simple robot.
Post by: kentucky7887 on December 29, 2011, 11:03:10 PM
Yeah I've been looking at using http://www.autoitscript.com/site/ (http://www.autoitscript.com/site/) to try and get it to work.  But I haven't been able to make it work correctly.  Do you know of any other programs?

It would be kinda interesting to see a normal looking mouse, just move on its own doing this work on my desk.  ;D
Title: Re: Need help building my first simple robot.
Post by: Atuss on December 30, 2011, 02:26:27 PM
http://www.autohotkey.com/ (http://www.autohotkey.com/) This program is supposed to be good, never used it my self though. Might wanna give it a go, all the info is on their website.  and if you want to build a robot that move the physical mouse, it would have to something like a CNC machine but instead of a drill you would have the mouse attached. For a first robot I think it might be a bit too complicated, but that is just my opinion :D
Title: Re: Need help building my first simple robot.
Post by: Gertlex on January 12, 2012, 11:38:17 PM
I will second the AutoHotkey recommendation for computer automation stuff... 
Title: Re: Need help building my first simple robot.
Post by: newInRobotics on January 13, 2012, 02:44:12 AM
I think what kentucky7887 wants is an actual (hardware) mouse to move, which, IMO will be fairly difficult to achieve.

First thing that comes to my head is to make a mouse pad with a magnet fixed on 2D CNC type rails. Then just load magnet into the mouse and place mouse onto the pad.

Then, some sort of mouse position monitoring software should be written to give feedback to 2D CNC of where the cursor is on the screen and adjust magnets position accordingly. This takes care of movement.

To click buttons I would go for tiny linear motors or tiny servos.