Arduino-Kit
Arduino-Kit
The Arduino Kit consists of all the components used for building digital or electronic devices. The Arduino
boards are also available in the form of DIY kits. Here, DIY specifies Do It Yourself. The DIY kits are created for
teaching and as a practice tool for students. The non-engineering students can also use such kits for their
projects.
We can easily start with our electronics projects using the complete kit. It also helps us to create hand-on and
engaging projects. The kit helps in understanding the fundamentals of programming, voltage, current, and
digital logic. The concept of digital and analog signals can be understood by the implementation of actuators
and sensors in the projects.
Some of the Arduino projects are the Spaceship Interface (designing the control panel for spaceship),
Keyboard Instrument, Knock Lock (a secret code, which is used to open the door), etc.
There are various types of Arduino kits available in the market. Let's discuss some of the Arduino kits:
Breadboard
Unit: 1 (400 points)
A breadboard is defined as a rectangular shape board, which is made of plastic. It has tiny holes on it that are
used to insert the wires of the electronic components, such as LED, resistor, etc.
It does not require any soldering to attach the electronic components to the board. We need to join the
components using wire to allow electricity to move from one component to another.
When electrons combine with holes in the semiconductor, energy is released in the form of photons, which
produces light.
Green LED
Unit: 8
The Green LED (Light Emitting Diode) produces the green light when electricity is passed through its terminals. The
process is called electroluminescence.
Red LED
Unit: 8
The Red LED produces the red light when electricity is passed through its terminals.
Yellow LED
Unit: 8
The Yellow LED produces the yellow light when electricity is passed through its terminals.
Blue LED
Unit: 3
The Blue LED produces blue light when electricity is passed through its terminals.
RGB LED
Unit: 1
The RGB LED uses the combination of three colors (Red, Green, and Blue) to produce the light. The millions of hue
of lights can be created from the combination of these three universal colors.
The colors are generated by adjusting the brightness of each of the three colors by using the PWM pin.
LCD Alphanumeric
Unit: 1
The LCD (Liquid Crystal Display) is a digital display, which gives information in the form of letters or numbers. It is
the basic component in a kit.
The configuration of the LCD display can vary from 16 x 2, 40 x 4, and 8 x 1.
These are the most common wires used in the Breadboard. The wires vary in different lengths and colors. These wires
are cheap and come in the form of the spool. We need to cut the wire according to the required length.
9V Battery
Unit: 1
It is a standard-sized battery used for different purposes. A polarized snap is connected at the top of the rectangle-
shaped battery.
The function of the resistor is to manage the current flow. It controls the current flowing to the other components. The
other functions are dividing voltages, adjusting the signal levels, etc.
The resistors with resistance value are shown below:
It is shown below:
Optocouplers
Unit: 1
The noise from the electrical signals is removed by the Optocouplers. It is also used to separate the low power circuits
from the high-power circuits and transfers the electrical signals between these separated circuits.
Small servo motor
Unit: 1
The servo motor is used to control the position, liner speed, and rotational speed. The advantageous
features of servo motor are high efficiency, high precision, low heat generation, etc.
Piezo Capsule
Unit: 1
The piezo in Arduino is defined as an electronic device, which produces a voltage when deformed by some
mechanical strain, sound wave, or a vibration.
Push Buttons
Unit: 10
The push buttons are used as a switch. We can power ON the board supply or the connection by pressing
the push button.
Tilt Sensor
Unit: 1
The tilt sensor is used to measure the tilt with respect to the reference plain. It is also used to detect the
inclination of the plane.
Potentiometer (10kOhms)
Unit: 3
The potentiometer acts as a knob, which is used to provide variable resistance. It can also be used to alter its
resistance. The amount of resistance is measured as an analog value.
Phototransistor
Unit: 6
The phototransistor uses the NPN transistors to sense the light level and convert it into the current.
Temperature Sensor
Unit: 1
The temperature sensors are used to record the surrounding temperature. It converts the input data to the
electronic data.
Mosfet Transistors
Unit: 2
We can control the high voltage Arduino projects using the Mosfet Transistors. One terminal is used as a
power source, and the other two terminals are used onboard.
USB Cable
Unit: 1
The Universal Serial Bus (USB) is a cable that is used to connect the Arduino board with the computer. We
can further program the Arduino board through the Arduino IDE on our computer.