Robot facial expressions with led matrix

Something like this would be great for my kids.

I’ve got two boys with autism at home who have a lot of trouble “reading emotion” on people’s faces.  Thinking something like this might be fun to try.

Something like this would be great for my kids.

I’ve got two boys with autism at home who have a lot of trouble “reading emotion” on people’s faces.  Thinking something like this might be fun to try.

Nice. Like it!You might take

Nice. Like it!

You might take a look at the Aida robot to get some further ideas: http://robotic.media.mit.edu/projects/robots/aida/overview/overview.html

 

Interesting thing to try…

It could be an interesting thing to try, combined with the method of pictograms, but with a robot head. Nice idea you have, kanejp63.

Thanks, MarkusB!

Aida expresses very nice emotions. I have saw this thing some time ago, and found it very interesting.

Maybe this (my project) can become a friend of your M.I.A. project. BTW, what’s up with M.I.A. project?

I am still waiting for the

I am still waiting for the small LED driver PCB to arrive. And yes, they should become friends :slight_smile:

 

Code

 

More code please, I LOVE IT!

 

 

 

 

so very nice projet thank

so very nice projet thank you for show us your nice work 

i love your job

please show us morre and more

ambroise

Re: Code

Hi, HerrBall!

Here (https://docs.google.com/file/d/0B2gOXfxaf2xjaU5rdnFVMUVvb2s/) is the full code (.pde file) of everything you see on the video (i.e., led eyes animation and servo sequences).

Hi, amby! Thank you very

Hi, amby! Thank you very much! Your work is very nice too… BTW, what’s up with your Godo?

Something related:

Something related: http://www.youtube.com/watch?v=Jp3H-WB90oE

head templates

Once again,

Amazing work,

I want to reproduce this projec 

Is it possible to post the templates?

I already have the md#3

Thanks man!

Thanks again!For this part I

Thanks again!

For this part I don’t have templates. I’ve just did the drawings directly on the cardboard. And unfortunately I don’t remember the dimensions.

hi friend

Is it also made from polisterin?

My baby girls will love the face expressions

Its an awesome idea

The structure of the head

The structure of the head was made just with cardboard.

source code

hi dickel,

i tried to combine the code that you published with an ultrasonic sensor

and it actually works!

but for some reason i see distance update in the serial monitor every 40sec (delay=100);

i attached the source code

https://drive.google.com/file/d/0B0xJhFGLRULsYk9xQ0dWcTdzNG8/view?usp=sharing

thank your for your help!

matana21

Hi, matana21! I’m very

Hi, matana21! 

I’m very curious to see your work! Please, show us a video!

It takes those 40 seconds to display a new range on serial monitor because it should be the duration of scene().

It happens because in loop() you call Serial.print to show the distance on the serial monitor one time and then you call scene(). So the new range reading occurs only after spending all scene().

It would be interesting to include in scene() several “moments” where you call Serial.print.

Any doubt, just tell me :wink:

 

Mech-Dickel

WOW!!

You are the greatest!!!

works like a charm!!!

T H A N K S ! ! !

i will be delighted to share my work but it still in it early stages

thank you for your guidance,

matana21

You’re welcome!Programmation

You’re welcome!

Programmation isn’t my best, but I’m glad when I can help.