Edward:
Yes, an Arduino Uno, and Mega. My strength is neurobiology, and building the hardware. I am a novice at the software (to say the least). So, I need some guidance.
As a matter of fact, for my projects, I periodically need brief sketches to kick start what I am doing (which is mostly teaching). Hence, I am considering asking the community if there are individuals whom I could hire to write sketches for me on a contract basis when the need arises.
So, now I need to get a handle on how to write a sketch that says: IF an object has a center (average of the Y values, average if the X values) such that (0<X<2 && 0<Y<2), <set PIN_0 HIGH, delay (500), set PIN_0 LOW>. If the center falls within another range of X,Y values, set the next PIN HIGH for a set amount of time, and so on. Hence, the pins will be activated based on object center location. I assume that this is a simpler variant of the basic servo sketches.
Suggestions?
FRP