dwright:
I have plenty of programming skills, so that part is fine, but my knowledge of electronics is very weak (go figure). I know a few basics about resisters and transistors (assuming I'm allowed to Google them to refresh my memory). I have a project that I want to have a sensor register movement, delay for 5 or 10 minutes, then allow current to a motor for 1 minute (not a powerful motor, just a small one that only needs power or not to run a small belt).
You probably need to refine your requirements more. In particular, how much movement do you need to register, and how far away from the thing being moved do you have to be. I could imagine you might want to look at:
In terms of motors, it depends on how much power you need to drive the motor (which in turn depends on the torque you need to drive), and to what precision you need to drive the motor. You can get cheap hobby motors that can be powered from the Arduino, or you can get more powerful motors that you have to power separately (but connect the grounds to the Arduino), and the control comes from the Arduino. A specialized form of the motor is the servo, that can be driven 0..180 degrees.
dwright:
Is this feasible? I was thinking I'd need a sensor and arduino board, but is there anything else I need? Will the arduino board handle the input/output from the electricity fine, or do I need a seperate thing for that? Can I do all that with just one board, or do I need more than one? Perhaps even a good link on where to start researching myself would be a start.
This will be my very first project, and I am trying to research components but there is just such a flood of products and information that I find myself at a bit of a loss on where to even start.
Thanks much.
For a simple sensor and motor, you should be able to drive it from a single Arduino just fine.
While you might get some things you won't use immediately, you probably want to get a starter kit that includes various sensors/buttons/leds, a hobby motor or two, and maybe a servo. That includes a breadboard, some wires, resistors, etc. Otherwise, if you try to buy just the parts, you will find in the middle of the night you are missing something. Also, it might be cheaper to get a set, than trying to get each individual item.
You can power the Arduino from a computer USB port or via an electric cable that plugs into the 2.1mm power adapter that gives 7-12 volts (you can often find these as local computer stores, often times you can get a generic power adapter that provides different volts and plug combinations). I tend to prefer powering it from USB (either computer or a phone/table charger that has a USB outlet).