Skip to main content

Posts

Showing posts with the label School Projects

Project - 1 :- Simple LED Blinking By Using Arduino

                            PROJECT – Simple LED  Blinking In this tutorial we will learn how to use an Normal LED with Arduino and create a simple LED blinking project.                 STEP – 1 : Components Components Required:- 1 .    Arduino Uno 2.    Breadboard 3. Normal  LED 4. 1 X  330Ohm resistors. 5.  Wires STEP – 2 : Circuit The connections are pretty easy, see the image above with the breadboard circuit  schematic.                                                                   STEP – 3 : Code /* Simple LED Blinking Project by using Arduino */ const int LED_PIN = 13; void s...

Project - 2 :- RGB LED BY Using Arduino

                                   PROJECT – RGB LED In this tutorial you will learn how to use an RGB LED with Arduino and create unique color combinations.                                                STEP – 1 : Components Components Required:- 1 .    Arduino Uno 2.    Breadboard 3.  RGB LED 4.  3x 330Ohm resistors. 5.  Wires                                 STEP – 2 : Circuit   The connections are pretty easy, see the image above with the breadboard circuit     schematic.                                   STEP –...