Robot Made by 110 Led Bulbs

by Ajay kannan in Circuits > LEDs

520 Views, 1 Favorites, 0 Comments

Robot Made by 110 Led Bulbs

20210105_123741.jpg
20210105_123839.jpg
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.

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.

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.

Divide the The Robot Into Different Segments

20210105_123934.jpg
20210105_170932.jpg
20210105_170943.jpg
20210105_170953.jpg
20210105_171004.jpg
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

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

Code the Arduino

20210105_171016.jpg
20210105_171027.jpg
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 .

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 ) ;

}

Make Me Win

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