Use a hand held TV to give robot a simple face.
Russ Ferguson
Posts: 206
Is anyone using a small hand held TV to display a simple face for a robot? I'm just starting to look into doing this with the Propeller and would like to see some samples of what others have done, if some are available. Will keep searching the forum to see what I can find.
Comments
What's nice about using a TV or other display as a face is you can also use it display text.
Someone on Let's Make Robot's recently posted an interesting robot head which uses two 8x8 LED arrays to display eyes.
Since I'm working with some LED arrays myself, I thought I'd try to make something similar with my arrays. Just today, I've been trying to figure out how to generate decent looking circles on the array to use as eyes. I'm hoping to come up with some eye shapes that will appear to express some sort of emotional response. I'm also hoping adding color to eyes will add to their expressiveness.
http://www.bgmicro.com/LED1145.aspx
Revised: Just looked at some of your other posts and saw that you have already considered the RBG arrays. Is that what you are working with?
I can't wait to see what you do!
-Phil
Revised: Getting off to a slow start, but i did make my way over to "Graphics" and am on my way now.
Yes, I'm using RGB arrays. I purchased the arrays from this seller.
Sorry, I can't help with your graphic's question. The last time I tried to use the graphic.spin object in a project, I ran out of memory. I generally end up using a second Propeller as a graphics slave whenever I add video to a project since video is such a memory hog.
Thanks for posting the link Whit. I hadn't seen that thread before. I hadn't started to use microcontrollers back in '07. There are a lot of fun ideas on that thread.