Electrical Basic Session
Electrical Basic Session
electronics
DOMAINS OF ROBOTICS
1 2
Electrical Computer Science
Functioning of the bot Brain of the bot
3
Mechanical
Movement of the bot
COMPONENTS
● Connection (Wires)
Venus has a
35% beautiful name
Mars is a very
65% cold place
Jupiter is the
85% biggest planet
Mercury is the
50% closest planet
1
Passive
Components
Resistor
1
Resistor
Regulate the flow of
electric current in
electrical circuits
Color Coding
Color Coding
Color Coding
Capacitor
2
Capacitor
Stores electrical
energy in an electric
field
Inductor
3
Inductor
Stores energy in a
magnetic field when
electric current flows
through it
Switches
Pole Throw
A single set of contacts The number of different
in a switch positions that a switch
can be in
Rating Enclosure
The maximum amount The housing that
of current or voltage that protects the switch
it can handle
TYPES
Relays
Relays are used where it is
necessary to control a circuit by
an independent low-power signal,
or where several circuits must be
controlled by one signal
Modes of a Relay
Normally Open (NO)
NO contacts are open when the relay is not energized. This means
that there is no electrical connection between the two contacts
Register
Small memory
units that are used
to store data and
instructions
MICROCONTROLLER
A microcontroller is a small
computer on a single integrated
circuit (IC) chip. It has a central
processing unit (CPU),
memory, and input/output (I/O)
ports.
Microprocessor vs Microcontroller
SENSORS
Sensors are devices or instruments that
detect and measure physical properties
or changes in their environment and
convert this information into signals or
data that can be interpreted, displayed,
or used for various purposes
Types Of Sensors
• IR Sensor
• IR Sensor
● Components of an Arduino IR Sensor:
Types
Rotary Actuator
• DC Motor
● A DC motor, or direct current motor, is an
electrical machine that converts electrical
energy into mechanical motion.
● It operates by using direct current (DC) to
create a magnetic field that interacts with
the motor's internal components, causing it
to rotate
• Working of a DC Motor
● A DC motor converts electrical energy into
mechanical motion by using the interaction
between magnetic fields.
• L298N Motor Driver
● A motor driver is a device that helps to
switch the direction of the motor without
changing the terminal.
● Two conditions-
Digital pins with the symbol "~" next to them are called
PWM pins.
GND pins
Reset pin
Vin pin
ARDUINO
Digital Pins :
• General purpose pins that input/output
digital values.
• 14 pins - D0 to D13.
• 6 of these pins can output PWM
Analog Pins :
BLUETOOTH RFID
Wi-Fi
Wi-Fi, short for "Wireless Fidelity," is a wireless
communication technology that enables devices to
connect to the internet and communicate with each other
without the need for physical cables.
NodeMCU
NodeMCU is an open-source firmware and
development board that is based on the ESP8266
microcontroller, and it offers built-in Wi-Fi
capabilities.
NodeMCU
1. 3V3 (3.3V):This pin provides a regulated 3.3V
power supply.
2. GND (Ground): These pins are ground
connections used as the reference for electrical
circuits.
3. VIN: This pin allows you to provide an external
voltage supply (typically 5V) to power the
NodeMCU. It has an onboard voltage regulator
that steps down the voltage to 3.3V for the
board's operation.
NodeMCU
1. EN (Enable):This pin is used to enable or reset
the NodeMCU. It is typically connected to the
reset button on the NodeMCU board. Pressing the
reset button or applying a HIGH voltage to this pin
resets the board.