0% found this document useful (0 votes)
81 views21 pages

Mohit, PPT

Mohit and Navdeep submitted a report on robotics components to Er. Richa Gaur. The report discussed basic robotics components like resistors, capacitors, diodes, transistors, sensors, Arduino, motors, and how to connect components using TinkerCAD. It also covered programming Arduino, interfacing with LCDs, sensors, and using Arduino with Raspberry Pi for IoT applications.

Uploaded by

Ashok Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views21 pages

Mohit, PPT

Mohit and Navdeep submitted a report on robotics components to Er. Richa Gaur. The report discussed basic robotics components like resistors, capacitors, diodes, transistors, sensors, Arduino, motors, and how to connect components using TinkerCAD. It also covered programming Arduino, interfacing with LCDs, sensors, and using Arduino with Raspberry Pi for IoT applications.

Uploaded by

Ashok Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 21

Submitted by:

Mohit(8516003)
Navdeep Singh(8516004)
Submitted to:
Er. Richa Gaur
Basic components of Robotics
Components & Tool Testing

Circuit Testing & simulation On Tinker cad

Arduino Micro Controller

Line Follower

Obstacle Robot

Raspberry Pi

Iot ( Arduino + Raspberry Pi)


RESISTOR COLOR CODE

 A resistor is a
component that
resists the flow of
current. It’s one of
the most basic
components used in
electronic circuits
 CAPACITORS: A capacitor is a device that can
temporarily store an electric charge.
 DIODES: A diode is a device that lets current flow in
only one direction. A diode has two terminals, called
the anode and the cathode.
 LED : A light-emitting diode (or LED) is a special type
of diode that emits light when current passes
through it.
 TRANSISTORS : A transistor is a three-terminal
device in which a voltage applied to one of the
terminals (called the base) can control current that
flows across the other two terminals (called
the collector and the emitter). Eg BC547, BC557
DIGITAL MULTIMETER ANALOG MULTIMETER
 Tinker cad is an easy,
browser-based 3D
design and modeling
tool for all. Tinkercad
allows users to
imagine anything and
then design it in
minutes.
ULTRASONIC SENSOR IR SENSOR
PIR SENSOR DHT 11
void setup() {
// put your setup code here, to run once:
}

void loop() {
// put your main code here, to run repeatedly:
}
 A pin on arduino can be set as input or output
by using pinMode function.

 pinMode(13, OUTPUT); // sets pin 13 as


output pin

 pinMode(13, INPUT); // sets pin 13 as input


pin
 What is analog ?
 It is continuous range of voltage values (not
just 0 or 5V)

 Why convert to digital ?


 Because our microcontroller only understands
digital.
LCD: LIQUID CRYSTAL SERVO MOTOR
DISPLAY
COMPONENTS WORKING

 Arduino UNO (
 L293D Motor Driver IC
 Geared Motors x 2
 Robot Chassis
 IR Sensor Module x 2
 Black Tape (Electrical
Insulation Tape)
 Connecting Wires
 Power supply
 Internet of Things (IoT) is an ecosystem of
connected physical objects that are accessible
through the internet. The ‘thing’ in IoT could
be a person with a heart monitor or an
automobile with built-in-sensors, i.e. objects
that have been assigned an IP address and
have the ability to collect and transfer data over
a network without manual assistance or
intervention.
ESP8266 (ARDUINO) ETHERNET SHIELD
 THINK SPEAK

 CAYENNE

 REMOTEXY

You might also like