Robotic Hand Clock, Am i out of my league....
ROBONOOB
Posts: 7
Hello, this project im thinking about doing will be my first venture into the world of robotics and i am very excited to get started. The idea is to construct a robotic hand, controlled by servos, that will display the hour of the day. (index would be 1:00, index and middle finger would be 2:00 ect). In addition, i want to include a screen that would give the minutes and, if possible, date but that is not a must. My problem is that i lack all knowledge to get started. First of all, what will control all of this??? I saw the BASIC Stamp microcontroller and thought it might be able to control it but is that all you need? How do you program it? I can learn the language I just get lost when deciding on the "BRAIN."
Thank You for your time,
Matt
Thank You for your time,
Matt
Comments
The standard answer to your question, round these parts, and it's a good one, is that you download "What's a Microcontroller".
http://www.parallax.com/Portals/0/Downloads/docs/prod/edu/28123-WAM-v3.0.pdf
You have to start somewhere.
Which microcontroller to chose depends on what it's required to do.
How many hands & fingers are you planning on having to display 12:59?
Nasty boy, Santa's watching!
Like I said previously I am completly lost, and now a little discouraged by the idea that i have to add a built in clock... The idea was to use only one hand (five fingers) to count from one to twelve. I have allready planned how to count (in my secret fashion) to 12 with one hand. However, i could not find a way to count from one to 60 for the minutes so i decided to use a display of somesort, if possible, to show the minutes. How hard is it to add a clock?
In addition i was looking at the other microcontrollers are realized that there is a description that says "PBASIC COMMANDS: 63." What does that mean only 63 lines of code?
You're not going to get this right having never done anything remotely similar.
There's a lot for you to learn.
You ought to start small.
Get a servo or two or three -- and see what it takes to get one "finger" going, given your interpretation of "finger" or "hand" or what have you.
(https://docs.google.com/viewer?a=v&q=cache:8NCWaRb2bTkJ:www.parallax.com/Portals/0/Downloads/docs/books/sw/Web-SW-v2.1.pdf+EXPERIMENTS+AND+BASIC+STAMP+SOURCE+CODE&hl=en&gl=uk&pid=bl&srcid=ADGEESh7EWUGKJmpqkcD7odnDf18g8XCTvQ4TdmkuM2Yg7PNFDEaZG6_6Sk09mTb6LD9gDHDXZfnngxpLzMA2ASTSDK8pcHSKBHrk0slbNgH0Xg9dYBR9RjgBGDrhW-Kb2TJXoQ1I7Y_&sig=AHIEtbQl8TSK4mJkTxXAddo0JcYPoy6paA)
it has tutorials and source code to run both stepper and servo-motors with a basic-stamp II module.