Introduction: Robot Made by 110 Led Bulbs

About: I am an growing expert of 15 years old and I am an Indian And my state is Tamil Nadu. One day the world will see me that is my dream I have both tinkercad and instructables account My user name on tinkercad i…
Hi friends today let's see about making a robot design using LEDs
LED means light emitting diode.
There are different colours of LEDs
You can see the finished robot in the picture.
I have used Arduino but you can use even batteries
I have used 110 led bulbs
According to your wish you can create big robot with more LEDs.

Step 1: Gather All

Gather all the supplies you need. I am using tinker cad. this project you can do in real also.

Note;if you are using Arduino means no problem. But if you are using battery means you need atleast 9 V battery.

Step 2: Use a Bread Board

In real it's easy to place the LEDs in an order but in tinkercad you need to use a bread board in order to place the LEDs in an neat order you need to use Bread board to place them and after placing remove the bread board.

Step 3: Divide the The Robot Into Different Segments

You shouldn't create the whole robot as a single one you need to create the head first then body then hands and finally legs.


Note; you shouldn't create the robot from bottom to top it's tough work.so you need to create the robot from top to bottom

Step 4: Connect the Parts With Jumper Wires

For connecting the LEDs use the jumper wires .
Please choose white colour jumper wire in tinkercad in order to show the robot alone if you want according to the colour of the LEDs

Note; don't use the colour which is different from the part of the robot.

Note; don't forget to use the resistor

Step 5: Code the Arduino

If you have the battery no need to program if you used Arduino , program it
First you need to show the pins which you have connected the LEDs.
Then make it Glow .

Step 6: If You Want to Copy My Code Copy the Below

void setup( )
{
pinMode ( 2 , OUTPUT) ;
pinMode ( 4 , OUTPUT) ;
pinMode ( 5 , OUTPUT) ;
pinMode ( 6 , OUTPUT) ;
}

void loop( )
{
digitalWrite ( 2 , HIGH) ;
digitalWrite ( 4 , HIGH) ;
digitalWrite ( 5 , HIGH) ;
digitalWrite ( 6 , HIGH) ;
delay ( 2000 ) ;

}

Step 7: Make Me Win

Please vote my project and make me win the make it Glow contest.