Lecture 13 Slides
Lecture 13 Slides
DE ZG516 / DM ZG511
Actuators
Interface Circuits
Interfacing with Arduino Uno
Mechanical vs Electrical Systems
Hydraulic resistance (R) is the resistance to flow which occurs as a result of a liquid flowing
through valves or changes in a pipe diameter.
The relationship between the volume rate of flow of liquid ‘q’ through the resistance
element and the resulting pressure difference (p1 - p2) is
Hydraulic capacitance is the term used to describe energy storage with a liquid where it is
stored in the form of potential energy. a height of liquid in a container, i.e. a so-called
pressure head, is one form of such a storage. For such a capacitance (C), the rate of change of
volume V in the container, i.e. dV/dt, is equal to the difference between the volumetric rate at
which liquid enters the container q1 and the rate at which it leaves q2 ,
Piezoelectric Buzzer
Ref: https://www.seeedstudio.com/blog/2020/12/22/introduction-to-buzzers-piezo-and-magnetic-
buzzers/
tone()
Generates a square wave of the specified frequency (and 50% duty cycle) on
a pin. A duration can be specified, otherwise the wave continues until a call
to noTone(). The pin can be connected to a piezo buzzer or other speaker to
play tones.
noTone()
Syntax : noTone(pin_number)
Ref: https://create.arduino.cc/projecthub/akshayjoseph666/interface-buzzer-with-arduino-uno-
694059
Ref: https://create.arduino.cc/projecthub/SURYATEJA/use-a-buzzer-module-piezo-speaker-using-arduino-uno-89df45
Ref: https://create.arduino.cc/projecthub/SURYATEJA/use-a-buzzer-module-piezo-speaker-using-arduino-uno-89df45
Motors
Mechanical Efficiency
2) The back e.m.f. when the motor runs at 800 rpm and when running at 1200 rpm
Eb1/N1 = Eb2/N2
3) The armature current when running at 800 rpm and 1200 rpm
Ref: https://www.tutorialspoint.com/arduino/arduino_dc_motor.htm
Ref: https://www.tutorialspoint.com/arduino/arduino_dc_motor.htm
Ref: http://www.learningaboutelectronics.com/Articles/Arduino-microcontroller-H-bridge-
circuit.php
BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956
Interfacing with Arduino Uno
Ref: http://www.learningaboutelectronics.com/Articles/Arduino-microcontroller-H-bridge-
circuit.php
BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956
Stepper Motor
A stepper motor has a step angle of 1.25 degrees. Calculate the number of steps for the
shaft to make 10 revolutions.
N = 360 * 10/1.25
Ref:
https://www.tutorialspoint.com/arduino/arduino_stepper_motor.htm
Ref:
https://www.tutorialspoint.com/arduino/arduino_stepper_motor.htm
BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956
Pulse width modulation (PWM)
1 time period
1 time period
Val = digitalRead(pin)
digtalWrite(pin, HIGH/LOW)
analogWrite(pin, 0-255)
6 Analog Input Pins
Examples:
Fading the brightness of an LED
Motor control